// This function picks up the click and opens the corresponding info window
var myArrayMarker = new Array;
var image = 'http://labs.google.com/ridefinder/images/mm_20_red.png';
var infoWindow;

//inicjalizacja mapy
function initialize() {
    
    var mapOptions = {
        center: new google.maps.LatLng(50.09086513823688, 9.4921875),
        zoom: 4,
        mapTypeId: google.maps.MapTypeId.TERRAIN
    }
    ;
    
    map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
    map.setTilt(0);
    
    
    //tworzenie punktow na mapie
    for (i in myArrayMarker) {
        createMarker(i, myArrayMarker[i][0], myArrayMarker[i][1]);
    }
    
    infowindow = new google.maps.InfoWindow();
}
//	***KONIEC***




function createMarker(i, point, index) {
    
    var marker = new google.maps.Marker( {
        position: point, 
        map: map,
        icon: image
    }
    );
    
	 //nasluchiwanie czy kliknieto
    google.maps.event.addListener(marker, 'click', function() {
        myclick(i);
    }
    );
	 
    return marker;
}





function myclick(i) {
	//centrowanie mapy na pozycji punktu
    map.setCenter(myArrayMarker[i][0]);
    
    // wyswietlanie dymka z opisem
    infowindow.setContent(myArrayMarker[i][1]);
    infowindow.setPosition(myArrayMarker[i][0]);
    infowindow.open(map);
}


 
var myLatlng = new google.maps.LatLng(50.0908100716443, 14.400659679668);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Pra¾ský Hrad</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=59"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/PraskiHrad/min/Praga-wieza-003.jpg"></a>Pra¾ský Hrad is a castle situated in the District of Hradèany. According to Guinness Book of Records, it is the largest castle in the world.<br /><a class="linkred" href="./kraj.php?ser_id=59">more...</a></div>';
myArrayMarker[59] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0864871466832, 14.411646007793);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Charles Bridge</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=54"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/MostKarola/min/Praga-most-Karola-008.jpg"></a>Charles Bridge is 516 meters long and 9.5 meters wide. With 16 spans resting on 15 pillars, its the oldest useable stone bridge of such a length. It was originally referred to as Stone Bridge and Prague Bridge.<br /><a class="linkred" href="./kraj.php?ser_id=54">more...</a></div>';
myArrayMarker[54] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0877675440808, 14.4211088411976);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Prague</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=51"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/Praga/min/Praga-001.jpg"></a>Prague is situated up on the hills in the valley of the Vltava River. The capital has always managed to escape destructions of wars. Nowadays it is one of the most beautiful and picturesque baroque examples in the world. Prague is a metropolitan city with a maze of romantic streets and architectural treasures.<br /><a class="linkred" href="./kraj.php?ser_id=51">more...</a></div>';
myArrayMarker[51] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(56.1591863084555, 10.1910358067835);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Aarhus</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=28"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Skansen/min/Skansen-024.jpg"></a>An open-air museum of ethnography, Den Gamle By. The Old Town is indeed old even if it had never existed in the form it exists today. In 1914, seventy five different historical buildings were moved to the open air museum from 20 towns and cities. The oldest house dates back to the seventeenth century. <br /><a class="linkred" href="./kraj.php?ser_id=28">more...</a></div>';
myArrayMarker[28] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(55.684044685452, 12.593179285177);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Copenhagen</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=23"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Kopenhaga/min/Kopenhaga-029.jpg"></a>Copenhagen is one of the largest cities in Europe, in which, unlike in other European capitals, the visitors will not find skyscrapers. The city is enshrined in copper roofs and circular, square, straight or spiraled towers. There are plenty of well-preserved beautiful narrow streets, which H. C. Andersen described in the following words: "the moon needs only a minute to cast its light on all of the houses".<br /><a class="linkred" href="./kraj.php?ser_id=23">more...</a></div>';
myArrayMarker[23] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(54.9668000998754, 12.5503216974903);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Mon</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=25"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Mon/min/Mon-008.jpg"></a>Mon is the most charming island in South-Eastern Denmark. Its main attractions are chalk cliffs, which, combined with the view of the blue sea and abundant vegetation, are extremely impressive.<br /><a class="linkred" href="./kraj.php?ser_id=25">more...</a></div>';
myArrayMarker[25] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(57.7447551477342, 10.6509346934035);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Skagen (The Skaw)</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=26"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Skagen/min/Skagen-018.jpg"></a>Skagen is the northernmost Danish city at the very end of Jutland peninsula. It is the place where the North and the Baltic Seas meet.<br /><a class="linkred" href="./kraj.php?ser_id=26">more...</a></div>';
myArrayMarker[26] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.3291233487279, 18.0939393636072);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Nordic Museum</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=50"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Szwecja/Sztokholm_nordyckie/min/Nordyckie_muzeum-001.jpg"></a>Is dedicated to the cultural history and ethnography of Sweden. The building was erected in 1907. It displays about 1,300,000 exhibits showing Swedish fashion, food and drinks, furniture, folk art, and other walks of life from the sixteenth century onwards.<br /><a class="linkred" href="./kraj.php?ser_id=50">more...</a></div>';
myArrayMarker[50] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.3279466674544, 18.0915286837262);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">VASA Museum</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=18"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Szwecja/Sztokholm_vaza/min/muzeum_Vazy-007.jpg"></a>The most expensive and the most embellished ship built in the seventeenth century. The construction works of the would-be flagship of the Swedish navy took three years of hard work by carpenters, ironworkers, rope makers, glaziers, sail makers, painters, and sculptors. However, the ship never left the port as it sunk during its maiden voyage after sailing just 1300 meters.<br /><a class="linkred" href="./kraj.php?ser_id=18">more...</a></div>';
myArrayMarker[18] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.3322481974754, 18.0763803713489);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Stockholm</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=16"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Szwecja/Sztokholm/min/Sztokholm-032.jpg"></a>The capital of Sweden, is situated in the central part of Sweden. The city was built on  14 islands on the Baltic Sea. It has the population of over 760 thousand people. The researchers say the name of the city derives from words stock, and holm (a hill).<br /><a class="linkred" href="./kraj.php?ser_id=16">more...</a></div>';
myArrayMarker[16] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.3362537128384, 18.0726978764869);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Stockholm at night</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=17"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Szwecja/Sztokholm_noca/min/Sztokholm_noca-014.jpg"></a>After the sunset, Stockholm changes its atmosphere. The city lights reflect in the surrounding water, cafés become extremely busy, and the nightlife begins..:-).<br /><a class="linkred" href="./kraj.php?ser_id=17">more...</a></div>';
myArrayMarker[17] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.6801530478475, 19.1876385197975);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">¯ywiec Beskids</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=53"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/BeskidZywiecki/min/BeskidZywiecki_004.jpg"></a>A few days of trekking the mountains and exploring the area of ¯ywiec provided an excellent photo opportunity.  Rajcza is a very small, yet pretty village surrounded by mountains. I went mushrooming in the nearby woods and learned to recognize honey mushrooms :-). There are also a few photos taken in ¯ywiec :-)<br /><a class="linkred" href="./kraj.php?ser_id=53">more...</a></div>';
myArrayMarker[53] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.8065856096791, 19.1140122385696);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Czêstochowa</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=42"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Czestochowa/min/Czestochowa-010.jpg"></a>Czêstochowa is the religious center of Poland. Every year, millions of pilgrims from Poland and other countries come to the Pauline Monastery to see the image of Black Madonna of Czêstochowa. The city has been pilgrims destination for over six hundred years. In the past, the city was under royal protection of the Polish kings.  It has received numerous gift which are preserved and stored in the monastic treasury.<br /><a class="linkred" href="./kraj.php?ser_id=42">more...</a></div>';
myArrayMarker[42] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.4555094673229, 18.167798279319);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Saint Ann Mount</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=38"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/gora_sw_Anny/min/g.sw.Anny-001.jpg"></a>Saint Ann Mount (góra ¶w. Anny) - It is an exceptional place in the Silesian landscape. From time immemorial it has been the destination of countless pilgrimages. It was originally named "Góra Che³m", but it rename to honor Ann, the patron of Franciscan Monastery. <br /><a class="linkred" href="./kraj.php?ser_id=38">more...</a></div>';
myArrayMarker[38] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0616778608174, 19.9375718232477);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Kraków</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=35"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Krakow/min/Krakow-008.jpg"></a>Is a city with population of about 750 thousand people. It lies at the border of the Jurassic Rock Upland in the southern part of Poland, in the valley of the Vistula River, at the foot of the Carpathian Mountains. Krakow was the capital of Poland for over 550 years. Polish Kings took the greatest care in developing the city, which effort resulted in creation of one of the first universities in Central Europe.<br /><a class="linkred" href="./kraj.php?ser_id=35">more...</a></div>';
myArrayMarker[35] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.4408072903056, 17.7680080529535);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Moszna</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=56"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Moszna/min/Moszna_002.jpg"></a>The castle in Moszna was a residence of Prussian Tiele-Winckler House between the second half of the nineteenth century and 1945. The castle boasts 365 rooms and 99 towers and turrets. It has a total floorage of 7,000 sq. m. and a cubic capacity of about 65,000 m3<br /><a class="linkred" href="./kraj.php?ser_id=56">more...</a></div>';
myArrayMarker[56] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.1097193823964, 17.0320528146112);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Wroc³aw</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=33"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Wroclaw/min/Wroclaw-007.jpg"></a>Is the capital of Lower Silesian Province. The city is one of the oldest and most beautiful in Poland. It is situated on the Order River, whose numerous tributaries and canals run through the city. There are 12 islands and 112 bridges in Wroc³aw, which is why it is often referred to as the Polish Venice. <br /><a class="linkred" href="./kraj.php?ser_id=33">more...</a></div>';
myArrayMarker[33] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.9832925772317, 20.0516065655393);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"> Wieliczka  salt Mine</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=52"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Wieliczka/min/wieliczka_031.jpg"></a>The Wieliczka Salt Mine is one of the most interesting and well known tourist attractions in Poland. The salt mine was used for almost 900 years. In 1978, the Wieliczka salt mine was placed on the original UNESCO roster of World Heritage Sites.<br /><a class="linkred" href="./kraj.php?ser_id=52">more...</a></div>';
myArrayMarker[52] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.7746681130442, 6.08393007481936);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Aachen</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=60"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Achen/min/Aachen_042.jpg"></a>Aachen is situated in North Rhine-Westphalia . It is a historic spa with hot sulphur springs (up to 74°C). In the late Middle-ages it was a very important German political center. In later periods, Reichstag meeting were held in Aachen.<br /><a class="linkred" href="./kraj.php?ser_id=60">more...</a></div>';
myArrayMarker[60] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0374070206715, 8.55738543905318);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt - Hahn Airport</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=39"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfurt_flughafen/min/Frankfurt_flughafen-015.jpg"></a>Frankfurt Airport. The largest airport in Germany and the second largest in Europe. It provides services to almost 50 million passengers every year (2002). The airport has greatly contributed to the development of the city, making it the main transportation centers in the world. <br /><a class="linkred" href="./kraj.php?ser_id=39">more...</a></div>';
myArrayMarker[39] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.111524410382, 8.64805912831798);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt - IAA (IMS) 2005</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=32"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfurt-IAA-2005/min/Frankfurt-IAA-2005-008.jpg"></a>On15 - 25 September 2005, an International Motor Show was held in Frankfurt, which was a great opportunity to present both the newest models as well future cars. <br /><a class="linkred" href="./kraj.php?ser_id=32">more...</a></div>';
myArrayMarker[32] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.1175168222301, 8.65218606573762);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt - Prehistory Museum</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=48"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfurt_m_prahist/min/Frankfurt_m_prahist-002.jpg"></a>One of the most frequently visited Frankfurt museums. It is divided into several areas. The tour begins with dinosaurs. There is a section with stuffed birds, insects, mammals etc.<br /><a class="linkred" href="./kraj.php?ser_id=48">more...</a></div>';
myArrayMarker[48] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.1104201011104, 8.68217316252412);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt on the Main</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=6"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfurt/min/Frankfurt-002.jpg"></a>Frankfurt on the Main is located near the mouth of Rhine. As a financial and transportation center of Germany with the largest number of commercial banks, the city is a driving force of the German economy. The modern city remarkably resembles New York.<br /><a class="linkred" href="./kraj.php?ser_id=6">more...</a></div>';
myArrayMarker[6] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.115260295926, 8.67156770807924);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt at night</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=9"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfurt_noca/min/Frankfurt_noca-009.jpg"></a>This metropolitan city has a very specific atmosphere with its illuminated skyscrapers, especially along the Main River, where thousands of lights are reflected in the water.<br /><a class="linkred" href="./kraj.php?ser_id=9">more...</a></div>';
myArrayMarker[9] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.4106869987866, 8.71540242398623);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Heidelberg</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=47"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Heidelberg/min/Heidelberg-008.jpg"></a>Is a very attractive place due to its location, beautiful castle and university. Old town lies in the valley of the river Necka. The castle is one of the must-see tourist attractions.<br /><a class="linkred" href="./kraj.php?ser_id=47">more...</a></div>';
myArrayMarker[47] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.2760459960345, 8.53082683664979);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Hessenpark</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=10"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Hessenpark/min/Hessenpark-023.jpg"></a>Hessenpark near BAD HAMBURG is home to a heritage park that displays the city as it looked centuries ago. There are over 100 historical houses, the oldest of which are 400 years old.<br /><a class="linkred" href="./kraj.php?ser_id=10">more...</a></div>';
myArrayMarker[10] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(60.395243383988, 5.32571661402471);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Bergen</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=14"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Norwegia/Bergen/min/Bergen-030.jpg"></a>The second largest city in the country known as the gate to the Norwegian fiords.  It is the biggest fishing port and one of the largest cultural centers of the country. Bergen was founded in about 1070 by King Olaf III of Norway. It is the most important industry center of the North and the capital of Norwegian economy.<br /><a class="linkred" href="./kraj.php?ser_id=14">more...</a></div>';
myArrayMarker[14] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.0016771408123, 6.23274707235396);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Prekestolen</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=12"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Norwegia/Prekestolen/min/prekestolen-001.jpg"></a>Prekestolen (Preachers Pulpit) is situated near Bergen in Southern Norway. It is a massive cliff (597m), which opens onto Lysefjorden, considered by many the most beautiful scenery in the whole country.<br /><a class="linkred" href="./kraj.php?ser_id=12">more...</a></div>';
myArrayMarker[12] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(38.7138444911623, -9.1334284550976);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Lisbon</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=3"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Portugalia/min/Lisbona-2.jpg"></a>Lisbon is the capital and largest city of Portugal. It is located in the west of the country, on the Atlantic Ocean coast at the mouth of the river Tagus. The area of todays Lisbon has been inhabited since the ancient Romans times. The name of the city was given by the Moors, who conquered the land in the eighth century.<br /><a class="linkred" href="./kraj.php?ser_id=3">more...</a></div>';
myArrayMarker[3] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(38.7804337484284, -9.49893222757964);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Cabo da Roca</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=8"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Portugalia/min/Cabo-da-Roca-8.jpg"></a>Southernmost part of the European continent. On a 140-meter-high cliff stands a lighthouse resisting strong storms and winds. At the very edge of the land there is a cross and a statue marking the end of the Old Continent. The area is covered in endemic plants and colorful flowers of the blooming thistle.<br /><a class="linkred" href="./kraj.php?ser_id=8">more...</a></div>';
myArrayMarker[8] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.0538855274293, 13.7358580820728);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Dresden</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=61"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Drezno/min/Drezno_017.jpg"></a>Dresden is also known as the Florence of the Elbe. The city lies on both banks of the river Elbe. It is the capital city of the German Federal Free State of Saxony. It is one of the countrys most interesting cities and most important centers of music in Europe.<br /><a class="linkred" href="./kraj.php?ser_id=61">more...</a></div>';
myArrayMarker[61] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(59.911212639276, 10.7328568689991);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Oslo</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=13"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Norwegia/Oslo/min/Oslo-003.jpg"></a>The city was founded in 1048. Today, it has over 500 thousand citizens. It has been the capital of the country since the fourteenth century, during which the capital was transferred from Bergen to today`s Oslo.<br /><a class="linkred" href="./kraj.php?ser_id=13">more...</a></div>';
myArrayMarker[13] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(60.865978180168, 7.11834811605513);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Flamsban</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=15"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Norwegia/Flam/min/Flam-005.jpg"></a>Flamsban is one of the most spectacular cableway in the world. A train traveling across  Flamsban goes at the speed of 20km per hour. The visitors go through 20 tunnels from the upper Bergen Myrdal station to the city of Flam situated in the longest fjord in the world, Sognefjord. There are several large ferries traveling to Flam.<br /><a class="linkred" href="./kraj.php?ser_id=15">more...</a></div>';
myArrayMarker[15] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.897745953912, 14.5127215681714);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Valletta</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=62"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Valletta/min/Valletta_001.jpg"></a>The current capital of Malta with magnificent fortifications. The city was named after the Grandmaster of the Order of Saint John, Jean Parisot de la Valette. Built in its entirety by the Order, the city is only 1km long, with population of 110,000.<br /><a class="linkred" href="./kraj.php?ser_id=62">more...</a></div>';
myArrayMarker[62] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(52.323904389919, 18.3566422434524);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Licheñ</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=63"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Lichen/min/Lichen_01.jpg"></a>The Sanctuary of Our Lady of Lichen is located in village of Stary Licheñ, near Konin in Wilekopolskie Province. One of the largest sanctuaries in Poland (1,5 million pilgrims and tourists every year), wich is run by the Marianists, who came to the parish in 1949.<br /><a class="linkred" href="./kraj.php?ser_id=63">more...</a></div>';
myArrayMarker[63] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9101340781882, 14.425728857168);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Mosta</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=64"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Mosta/min/Mosta_01.jpg"></a>Populated by 18,000 people, the town is situated in the middle of the island of Malta. In 1610 the citizens of the town built the Church of St Mary, which is also known as the Rotunda of St Marija Assunta. All the townsmen were involved personally in the construction works. <br /><a class="linkred" href="./kraj.php?ser_id=64">more...</a></div>';
myArrayMarker[64] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8405251365863, 14.5450120564783);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Marsaxlokk</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=66"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Marsaxlokk/min/Marsaxlokk_01.jpg"></a>MarsaxlokkIn English known as Marsa Scirocco, Marsaxlokk is a fishing village situated in the south-eastern part of Malta. In Maltese the name means "the Port of Scirocco (Mediterranean wind)". The pace of life in the village is slow and peaceful. The village is located in the Marsaxlokk bay, where the army of the Order of Saint John fought the Turks in 1656.<br /><a class="linkred" href="./kraj.php?ser_id=66">more...</a></div>';
myArrayMarker[66] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.6093403660087, 6.12940961087588);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Luxembourg</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=46"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Luksemburg/Luksemburg/min/luxemburg_001.jpg"></a>The city owes its character to numerous former fortifications located on steep cliffs as well as valleys and canyons, among which meander Alzette and Pétrusse rivers. It was one of the most famous fortresses in Europe, known as  Northern Gibraltar.  Although a large part of the fortress was dismantled during the demilitarization period between 1867-1913,  the remaining structure can still fascinate the eye.<br /><a class="linkred" href="./kraj.php?ser_id=46">more...</a></div>';
myArrayMarker[46] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(36.723440983485, -4.41757267748471);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Malaga</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=1"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Hiszpania/Malaga/min/Malaga-020.jpg"></a>Malaga is one of the most important Spanish fishing ports. The capital of Málaga Province has the population of 531,000 people. Antonio Banderas and Pablo Picassos hometown as well as the city of Salvador Dali is situated on the picturesque southern coast of Spain.<br /><a class="linkred" href="./kraj.php?ser_id=1">more...</a></div>';
myArrayMarker[1] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8865467420326, 14.4040136929834);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Mdina</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=68"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Mdina/min/001_Mdina.jpg"></a>The old capital of Malta situated in the central part of the island. The town was founded by the Romans in the eleventh century. It was subsequently divided by the Arabs into Mdina and the neighboring Rabat.  In its long history the town was known as  Melita, Mdina, Notabile, and Citta Vecchia. The oldest and most prestigious Maltese families reside in Mdina.<br /><a class="linkred" href="./kraj.php?ser_id=68">more...</a></div>';
myArrayMarker[68] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(36.0460194856111, 14.2393454609555);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Gozo</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=69"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Gozo/min/Gozo_001.jpg"></a>It is the second largest island within the Maltese Archipelago, located only 6km west off the island of Malta. The island is a real paradise for tourists seeking tranquility and privacy during their vacations. The most attractive places on the island include the capital of Victoria (Rabat) and the Azure Window in the western part.<br /><a class="linkred" href="./kraj.php?ser_id=69">more...</a></div>';
myArrayMarker[69] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9082744624397, 14.5012829289772);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Fernandes</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=70"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Fernandes/min/Malta_Fernandes_001.jpg"></a>It is the name of a passenger ship modeled on a Turkish two-master, which takes tourists along the northern cost of Malta, Gozo, and Comino. During the cruise the passengers have a wonderful panorama of the area, they can sunbathe, swim, and snorkel.<br /><a class="linkred" href="./kraj.php?ser_id=70">more...</a></div>';
myArrayMarker[70] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(31.7780242538964, 35.2353900071466);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Jerusalem</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=91"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Jerozolima/min/001-Jerozolima.jpg"></a>Jerusalem is one of the most fascinating cities in the world. The capital of Israel and its largest city. Located in the Judean Mountains, between the Mediterranean Sea and the northern tip of the Dead Sea. The city has very long history and is the focal point of Judaism, Christianity and Islam. <br /><a class="linkred" href="./kraj.php?ser_id=91">more...</a></div>';
myArrayMarker[91] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.8915172241968, 10.8869403001154);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Bamberg</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=84"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Bamberg/min/001_Bamberg.jpg"></a>Bamberg is a town in Bavaria, Germany. It is located in Upper Franconia on the river Regnitz, close to its confluence with the river Main. The notes of the town date back to as early as 902. Bambergs Old Town has been listed as a UNESCO World Heritage since 1993.<br /><a class="linkred" href="./kraj.php?ser_id=84">more...</a></div>';
myArrayMarker[84] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.2271650934117, 6.77120858395938);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Düsseldorf</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=88"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Dusseldorf/min/001-Dusseldorf.jpg"></a>Capital city of the German state of North Rhine-Westphalia. Thanks to its prestigious museums, theatres, concert halls, and galleries, it is considered an international artistic and cultural metropolis. Düsseldorf is well-known for its Altbier, a dark beer, which is brewed only in the region of Düsseldorf.<br /><a class="linkred" href="./kraj.php?ser_id=88">more...</a></div>';
myArrayMarker[88] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.5003802211519, 9.94181978632696);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Wasserkuppe</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=43"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Wasserkuppe/min/Wassekupe_001.jpg"></a>Is one of the highest mounts (elevation 950 m). The place is a real treat for winter sports lovers. Good weather conditions guarantee plenty of snow even if theres no snow adjacent areas, such Frankfurt, which is only 120 kilometers away!<br /><a class="linkred" href="./kraj.php?ser_id=43">more...</a></div>';
myArrayMarker[43] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0822980807131, 8.2428058682126);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Wiesbaden</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=41"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Wisbaden/min/Wisbaden-026.jpg"></a>Capital city of the sate of Hesse since 1945 with population of 270 thousand people. The city is located in the region of Rhine and Main, which is one of the strongest economic centers in Germany. It offers a rich cultural life and plenty of entertainment, both connected with a very high standard of living in the area.<br /><a class="linkred" href="./kraj.php?ser_id=41">more...</a></div>';
myArrayMarker[41] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.7928734738017, 9.93856483662967);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Würzburg</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=83"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Wurzburg/min/003_Wurzburg.jpg"></a>Würzburg is a city in the region of Franconia which lies in the northern tip of Bavaria, Germany.  Würzburg hosts a baroque palace, residence of bishops, which is on the UNESCO world heritage list. Fortress Marienberg is situated on a hill on the opposite side of the Main.<br /><a class="linkred" href="./kraj.php?ser_id=83">more...</a></div>';
myArrayMarker[83] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.6198455413994, 6.70646336657228);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Castles Satzvey and Eicks</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=82"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Satzvey_Eicks/min/Burg_Satzvey_002.jpg"></a>Satzvey Castle is one of the most beautiful and best maintained moated castles of Nordrhine-Westfalia and Northern Germany. It was built in 1396. The moated Eicks Castle was built in late-baroque style in 1344.<br /><a class="linkred" href="./kraj.php?ser_id=82">more...</a></div>';
myArrayMarker[82] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(48.7785702688802, 9.17990532499971);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Stuttgart</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=89"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Stuttgart/min/001-Stuttgart.jpg"></a>Stuttgart is the capital of the state of Baden-Württemberg in southern Germany. The city has the population of about 600 thousand people and lies in a lush valley surrounded by  areas most suitable for vineyards. Stuttgart is one of the most industrialized cities in the world.<br /><a class="linkred" href="./kraj.php?ser_id=89">more...</a></div>';
myArrayMarker[89] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0430021830384, 8.97862699610414);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Seligenstadt</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=40"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Seligenstadt/min/Seligenstadt-010.jpg"></a>The city whose history is still vividly present, casting its spell on the visitors. . The monastery gardens, knights chamber, the kitchen, as well as the monastery mill and the city museum are particularly noteworthy<br /><a class="linkred" href="./kraj.php?ser_id=40">more...</a></div>';
myArrayMarker[40] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.9413057501862, 6.95814782346133);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Cologne - Cathedral</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=90"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Koln_katedra/min/001-Koln.jpg"></a>The Cathedral is dedicated to Saint Peter and the Blessed Virgin Mary. It is a symbol of Cologne. The five nave basilica with three nave transept and presbytery, which resolved into a chevet of seven radiating chapels. Construction of the Gothic church began in 1248.<br /><a class="linkred" href="./kraj.php?ser_id=90">more...</a></div>';
myArrayMarker[90] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.1231714300758, 8.6578529473627);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Frankfurt - Palmengarten</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=65"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Frankfrurt-Palmengarten/min/Palmengarten_01.jpg"></a>It is one of two botanical gardens in Frankfurt am Main. It was privately founded by architect Heinrich Siesmaye on March 16th, 1871. The botanical exhibits including many exotic plants are organized according to their origin in greenhouses or in the open.<br /><a class="linkred" href="./kraj.php?ser_id=65">more...</a></div>';
myArrayMarker[65] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8220759556317, 14.4568144076038);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Blue Grotto</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=72"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Blue_Grotto/min/Blue_Grotto_001.jpg"></a>It is a cave carved by sea waves, located in the western part of Malta near Zurrico (Maltese: ¯urrieq). The grotto consists of a number of underground canals running under the water level.<br /><a class="linkred" href="./kraj.php?ser_id=72">more...</a></div>';
myArrayMarker[72] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9503571171166, 14.4089291081764);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Bugibba</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=76"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Bugibba/min/Bugibba_001.jpg"></a>It is a small town situated in the north-eastern part of the island, connected to adjacent Qawra by a wonderful marina. The town offers a wide variety of tourist attractions, pubs, restaurants, and discos. In the summer the streets of Bugibba are full of life, crowds of tourists, and music resounding till late night.<br /><a class="linkred" href="./kraj.php?ser_id=76">more...</a></div>';
myArrayMarker[76] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.3520053869116, 14.4746671908069);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Mìlník</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=87"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/Mielnik/min/Melnik_001.jpg"></a>Mìlník is situated just a short distance off Prague on the right bank of Vltava River. Its home to a castle, which was a former residence of Czech dukes. The castle was rebuilt in  a Renaissance style in later periods. Wine lovers can drop by the place to taste wines produced by local vineyards.<br /><a class="linkred" href="./kraj.php?ser_id=87">more...</a></div>';
myArrayMarker[87] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0836216172877, 14.3950386195502);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Prague - Lookout Tower</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=86"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/Praga_wieza/min/Praga-wieza-001.jpg"></a>Lookout Tower is located on the top of Petøín Hill. The tower resembles the Eiffel Tower, which was intentional effort to emphasize the cultural connections between Prague and Paris. It was built in 1891 to commemorate Anniversary Exhibition.<br /><a class="linkred" href="./kraj.php?ser_id=86">more...</a></div>';
myArrayMarker[86] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.0790174801192, 14.4308894273126);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Prague - The National Museum</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=85"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Czechy/Praga_m_prahistorii/min/012_muzeum_prahistorii.jpg"></a>The National Museum is a neo-renaissance  building located on the upper end of Wenceslas Square. It was built in the period between 1885 and 1891. It displays a large collection of  prehistoric artifacts, as well as mineralogical, paleontology, zoological and anthropologic exhibits.<br /><a class="linkred" href="./kraj.php?ser_id=85">more...</a></div>';
myArrayMarker[85] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8609699229837, 14.3994580500294);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Buskett gardens</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=78"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Buskett_Gardens/min/011_Buskett_Gardens.jpg"></a>The gardens around Verdala Palace are a very special place. They feature the only indigenous forest present on the island, planted by Grand Master Lascaris in the seventeenth century.<br /><a class="linkred" href="./kraj.php?ser_id=78">more...</a></div>';
myArrayMarker[78] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(37.117347487354, -8.53558802744374);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Praia da Rocha</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=7"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Portugalia/min/Praia-da-Rocha-18.jpg"></a>Praia da Rocha - the city attracts tourists to its beautiful beaches with soft sand and wonderful rocks. Nowadays, the resort is full of skyscrapers and hotels.<br /><a class="linkred" href="./kraj.php?ser_id=7">more...</a></div>';
myArrayMarker[7] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(37.1160984196938, -8.56898850237485);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Ponta da Piedade</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=5"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Portugalia/min/Ponta-da-Piedade-1.jpg"></a>In the south of Lagos the sea has sculpted breathtaking landscapes, which are best viewed from a fishing boat provided by the local fishermen.<br /><a class="linkred" href="./kraj.php?ser_id=5">more...</a></div>';
myArrayMarker[5] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.2654242122652, 19.9398719065357);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">The Tatras</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=67"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Tatry_Giewont/min/004_Tatry_Giewont.jpg"></a>Mount Giewont is the symbol of Zakopane for tourists visiting the town. The mount (1894m) is not highest in the country, but its northern side is clearly visible from a distance. At the peak there is a cross erected in 1901.<br /><a class="linkred" href="./kraj.php?ser_id=67">more...</a></div>';
myArrayMarker[67] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.1144477396316, 17.0340739481617);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Wroc³aw at night</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=34"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Wroclaw/min/Wroclaw-064.jpg"></a>The city is transformed after sunset, it becomes mysterious and quiet. People stroll around the town, while the cafés at Old Town Square get crowded. The illuminating provide a spectacular display of colors. The visitors can relax, discover new  cafés, and wander among the thickets of narrow streets.<br /><a class="linkred" href="./kraj.php?ser_id=34">more...</a></div>';
myArrayMarker[34] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8492828640144, 14.3829785578419);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Dingli Cliffs</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=79"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Dingli_Cliffs/min/001_Dingli_Cliffs.jpg"></a>The name of cliffs and a village in the south of Malta in commemoration of Tommaso Dingli, a seventeenth-century architect. <br /><a class="linkred" href="./kraj.php?ser_id=79">more...</a></div>';
myArrayMarker[79] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9610219104285, 14.3406062718714);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Popeye Village</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=81"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Popeye_Village/min/Popeye_Village_001.jpg"></a>A fishing village that was originally built as a film set. After the shooting the rustic buildings were bought by an entrepreneur, who turned it into a museum. <br /><a class="linkred" href="./kraj.php?ser_id=81">more...</a></div>';
myArrayMarker[81] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8267647678685, 14.4362517891568);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Temples</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=73"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Temples/min/Temple_Habar_Qim_001.jpg"></a>Hagar Qim and Mnajdra are two adjacent temples in the western part of Malta near Blue Grotto. They were built of large lime stones 5,000 years ago, in the Neolithic period.<br /><a class="linkred" href="./kraj.php?ser_id=73">more...</a></div>';
myArrayMarker[73] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9211170853166, 14.4931166764582);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Sliema</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=75"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Silema/min/Sliema_001.jpg"></a>The town is located in the north coast of Malta, near the capital city of Valletta. The name means peace, comfort. With a large number of shops, pubs, and discos, the town is the most entertaining part of the island. <br /><a class="linkred" href="./kraj.php?ser_id=75">more...</a></div>';
myArrayMarker[75] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8818614640395, 14.3991749879206);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Rabat</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=71"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Rabat/min/001_St_Pauls_Church.jpg"></a>A small town near Medina, which is home to the famous Catacombs of St. Paul and of St. Agatha under the local streets. Another tourist attraction is a Baroque Parish church featuring Saint Peters grotto underneath. <br /><a class="linkred" href="./kraj.php?ser_id=71">more...</a></div>';
myArrayMarker[71] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9391870686309, 14.4580374949146);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Splash and Fun</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=77"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Splashandfun/min/001_splashandfun.jpg"></a>A water park on Malta providing a great entertainment for adults and children alike. There are a lot of slides, swimming pools, playgrounds, and an amusement park. The adjacent Mediterraneo Marine Park is a place to see dolphins & sea lions shows. <br /><a class="linkred" href="./kraj.php?ser_id=77">more...</a></div>';
myArrayMarker[77] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.8908145369412, 14.4182937737787);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Ta Qali Craft Centre</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=80"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Ta_Qali_Craft_Centre/min/001_Ta_Qali_Craft_Centre.jpg"></a>Located 2 km off Mosta, a small arts & crafts village, featuring articles made of wonderfully colorful Maltese glass. The buildings of the center were used as air force barracks during the WWII.<br /><a class="linkred" href="./kraj.php?ser_id=80">more...</a></div>';
myArrayMarker[80] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(35.9340618679569, 14.3445990071632);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Golden, Ghain - Bay</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=74"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Malta/Golden_Ghain_Bay/min/001_Golden_Bay.jpg"></a>One of the most beautiful beaches on Malta. It is situated in a very picturesque bay on the west coast. The golden sands and refreshing sea breeze attract thousands of tourists every year. The bay boasts a number of luxurious hotels.<br /><a class="linkred" href="./kraj.php?ser_id=74">more...</a></div>';
myArrayMarker[74] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(49.610278909391, 6.13461309636477);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Luxemburg pt. 2.</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=55"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Luksemburg/Luksemburg/min/luxemburg_089.jpg"></a>The city has plenty of tourist attractions. The tourist can learn the thousand-year-old history of the city when strolling along the Old Town walls. The best panorama stretches from the Adolphe Bridge and the Grand Duchess Charlotte Bridge.<br /><a class="linkred" href="./kraj.php?ser_id=55">more...</a></div>';
myArrayMarker[55] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(37.1768339783721, -3.58993792673573);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Granada - Alhambra</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=44"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Hiszpania/Granada/min/Granada-006.jpg"></a>It is a complex of palaces including a fortress, which was the last residence of  the Moorish rulers of Granada in Europe. On 2nd January 1492,  in order to save his life, Emir Boabdil gave the symbolic keys to the besieged fortress to the Spanish rulers -  Ferdinand II of Aragon and Isabella I of Castile.<br /><a class="linkred" href="./kraj.php?ser_id=44">more...</a></div>';
myArrayMarker[44] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(48.8584822931665, 2.29474121297244);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">The Eiffel Tower</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=92"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Francja/Paris_Eiffel_Tower/min/001_Eiffel_Tower.jpg"></a>The Eiffel Tower is the best known building in Paris. Its considered  the landmark of France.Built between 1887-1889, nowadays it is the tallest building in Paris and France altogether.The structure is 325 m high<br /><a class="linkred" href="./kraj.php?ser_id=92">more...</a></div>';
myArrayMarker[92] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(52.3781404131073, 4.89980328013189);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Amsterdam</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=37"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Holandia/Amsterdam/min/Amsterdam-002.jpg"></a>Canals and waterways are the citys hallmark and they make up the citys specific atmosphere. For a rather small city Amsterdam has an abundance of museums and galleries. It is also the center of sexual freedom with its famous red lights district. <br /><a class="linkred" href="./kraj.php?ser_id=37">more...</a></div>';
myArrayMarker[37] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.8489006452424, 5.6875103112543);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Maastricht</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=57"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Holandia/Maastricht/min/Maastricht-001.jpg"></a>The oldest Dutch city is situated on both sides of the Meuse river  in the most south-eastern part of the country. In 1992, the Maastricht treaty was negotiated and signed by European Council, which led to the creation of European Union. The treaty went into effect in November of 1993. <br /><a class="linkred" href="./kraj.php?ser_id=57">more...</a></div>';
myArrayMarker[57] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.9053504046709, 4.46670618635835);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Rotterdam</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=36"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Holandia/Rotterdam/min/Rotterdam-03.jpg"></a>The port of Rotterdam is the largest port in the world known as Gateway to Europe. The city is an excellent example of modern architecture of the concrete and glass era. There arent many historical buildings in the city, but one can visit very interesting museums. In Boymans-Van Beuningen museum, for example, one can see paintings by Bosch, Breughel, Rembrandt, Cezanne or Dali.<br /><a class="linkred" href="./kraj.php?ser_id=36">more...</a></div>';
myArrayMarker[36] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.6880352897276, 5.30844980443362);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">s-Hertogenbosch</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=2"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Holandia/sHertogenbosch/min/sHertogenbosch-01.jpg"></a>The name of the city literally means in the Dukes Forest, but its long name is often abbreviated to Den Bosch. It is located in the mouth of two rivers: Domel and Aa. The capital of North Brabant  is a historical and cultural center of this part of Holland. The city is considered the most entertaining city in the country.<br /><a class="linkred" href="./kraj.php?ser_id=2">more...</a></div>';
myArrayMarker[2] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(36.7201258064225, -4.4190821351367);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"> Malaga - the Cathedral</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=45"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Hiszpania/Malaga_Katedral/min/Malaga_katedrale-012.jpg"></a>The cathedral is in a net of streets and old tenements. The construction of the cathedral took three hundred years starting in the XVI century. All in all, it has 15 chapels and 24 altars! The huge interior measures 117x72m, and is 48 meters high. There are 15 chapels and 24 alters inside. The choir chambers with 42 statues of saints are the most precious elements of the cathedral.<br /><a class="linkred" href="./kraj.php?ser_id=45">more...</a></div>';
myArrayMarker[45] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(36.7141185646606, -4.42273664753884);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Malaga at night</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=49"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Hiszpania/Malaga_noca/min/Malaga_noca-006.jpg"></a>Malaga is a never-sleeping city except on a short break in the afternoon. Picasso Square is traversed by thousands of tourists late evening till late early morning.<br /><a class="linkred" href="./kraj.php?ser_id=49">more...</a></div>';
myArrayMarker[49] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(57.7186127259652, 10.5977461324073);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Skagen - a  harbor</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=27"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Skagen_port/min/Skagen_port-009.jpg"></a>The cargo port is not far from the city center. I discovered it accidentally and found it found extremely interesting. It is difficult to come across people there, but there are plenty of seagulls.<br /><a class="linkred" href="./kraj.php?ser_id=27">more...</a></div>';
myArrayMarker[27] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(55.3957842804229, 10.388311027782);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Odense</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=24"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Odense/min/Odense-030.jpg"></a>Odense is one of the oldest Danish cities, still remembering the times of the Vikings. It was the center of power during the rule of Harald Bluetooth Gormson. The city is best known for Hans Christian Andersens tales. <br /><a class="linkred" href="./kraj.php?ser_id=24">more...</a></div>';
myArrayMarker[24] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(56.1191465591471, 10.2251014485955);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">East Jutland</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=30"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/ost_jutlandia/min/ost_jutlandia-011.jpg"></a>East Jutland is a rich region with many large cities, such as Aalborg, Aarhus or Kolding. Mild climate and a great natural setting contribute to the development of the region.<br /><a class="linkred" href="./kraj.php?ser_id=30">more...</a></div>';
myArrayMarker[30] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(56.0501839565593, 8.1037373514846);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">West Jutland</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=29"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/west_jutlandia/min/west_jutlandia-018.jpg"></a>Nothing but sand, dunes, wind and the sea under the endless Northern sky. Even the most fastidious tourists will enjoy the 80-kilometer-long area between Nymindegab and Thyboron, which is one of the most beautiful regions on the North Sea.<br /><a class="linkred" href="./kraj.php?ser_id=29">more...</a></div>';
myArrayMarker[29] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(31.3187044296003, 35.3540632710792);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Masada</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=93"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Masada/min/001_Masada.jpg"></a>Masada is the name for a site of ancient palaces and fortifications in the South District of Israel on top of an isolated rock plateau, or large mesa, on the eastern edge of the Judean Desert overlooking the Dead Sea. After the First Jewish-Roman War (also known as the Great Jewish Revolt) a siege of the fortress by troops of the Roman Empire led to the mass suicide of Jewish rebels, who preferred death to surrender.<br /><a class="linkred" href="./kraj.php?ser_id=93">more...</a></div>';
myArrayMarker[93] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(37.0161233972966, -7.97114897053689);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Faro flight</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=4"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Portugalia/min/Lot-do-Faro-2.jpg"></a>I went from Frankfurt to Portugal by plane which allowed me to have a good view of the cloudless Portugal sky for a few hours. The scenery was wonderful during the trip, the mountains, rivers and cities seemed very small from the birds eye view.<br /><a class="linkred" href="./kraj.php?ser_id=4">more...</a></div>';
myArrayMarker[4] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(56.1051963861355, 9.6849673386896);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Himmelbjerget</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=31"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Dania/Himmelbjerget/min/himmelbjerget-008.jpg"></a>Himmelbjerget is situated in the very heart of Sohojland. Placed over 147 meters above sea level, the top of the mount  present an exquisite panorama of the surrounding area. People had considered it as Denmarks highest mount until Yding Skovhoj was properly measured.<br /><a class="linkred" href="./kraj.php?ser_id=31">more...</a></div>';
myArrayMarker[31] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.8137070216822, 34.9866097565973);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Haifa</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=95"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Haifa/min/001-Haifa.jpg"></a>Haifa is the largest city in Northern Israel, and the third-largest city in the country, with a population of over 264,900. Haifa has a mixed population of Jews and Arabs. It is also home to the Baháí World Centre, a UNESCO World Heritage Site. Haifa, built on the slopes of Mount Carmel, has a history dating back to Biblical times. Today, the city is a major seaport located on Israels Mediterranean coastline in the Bay of Haifa covering 63.7 square kilometres.<br /><a class="linkred" href="./kraj.php?ser_id=95">more...</a></div>';
myArrayMarker[95] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(31.4576519139998, 35.3981357213343);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">The Dead Sea</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=94"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/MorzeMartwe/min/001-Morze_Martwe.jpg"></a>The Dead Sea is a salt lake between Israel and the West Bank to the west, and Jordan to the east. It is 420 metres below sea level and its shores are the lowest point on the surface of the Earth on dry land. The Dead Sea is 380 m deep, the deepest hypersaline lake in the world. It is also one of the worlds saltiest bodies of water, with 33.7 percent salinity.  This salinity makes for a harsh environment where animals cannot flourish, hence its name. The Dead Sea is 67 kilometres long and 18 kilometres wide at its widest point. It lies in the Jordan Rift Valley, and its main tributary is the Jordan River.<br /><a class="linkred" href="./kraj.php?ser_id=94">more...</a></div>';
myArrayMarker[94] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(33.2519673555325, 35.7127232523635);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=98"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Banias/min/001_Banias.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=98">more...</a></div>';
myArrayMarker[98] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(33.2521288545345, 35.7128916971851);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=97"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Nimrod/min/001_Nimrod.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=97">more...</a></div>';
myArrayMarker[97] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.9653949503783, 35.4952282877639);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=99"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Safad/min/001_Safad.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=99">more...</a></div>';
myArrayMarker[99] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.0536262529208, 34.7519345255569);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE">Tel Aviv-Yafo</div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=96"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/TelAviv_Jafa/min/001_Tel_Aviv.jpg"></a>Tel Aviv-Yafo usually Tel Aviv, is the second-largest city in Israel, with an estimated population of 390,100. The city is situated on the Israeli Mediterranean coastline, with a land area of 51.8 square kilometres. It is the largest and most populous city in the metropolitan area of Gush Dan. The city is governed by the Tel Aviv-Yafo municipality, headed by Ron Huldai. Tel Aviv was founded in 1909 on the outskirts of the ancient port city of Jaffa. The growth of Tel Aviv soon outpaced Jaffa, which was largely Arab at the time.<br /><a class="linkred" href="./kraj.php?ser_id=96">more...</a></div>';
myArrayMarker[96] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(48.8609880788285, 2.33588147180853);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=102"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Francja/Paryz_cz1/min/Paryz_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=102">more...</a></div>';
myArrayMarker[102] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(48.8551151667417, 2.31249260919867);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=103"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Francja/Paryz_cz2/min/Paryz_045.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=103">more...</a></div>';
myArrayMarker[103] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(51.8879879665464, 4.63764470798196);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=100"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Holandia/Kinderdijk/min/Kinderdijk_01.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=100">more...</a></div>';
myArrayMarker[100] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.3641618642303, 7.6055853368598);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=110"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Koblenz/min/Koblenz_01.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=110">more...</a></div>';
myArrayMarker[110] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.4984695892778, 34.8906544441707);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=109"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Cezarea/min/Cezarea_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=109">more...</a></div>';
myArrayMarker[109] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(31.7706272106178, 35.4592967033386);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=106"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Pustynia/min/pustynia_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=106">more...</a></div>';
myArrayMarker[106] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.7021339871517, 35.2978314754728);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=101"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Nazaret/min/001_Nazaret.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=101">more...</a></div>';
myArrayMarker[101] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(50.6651586303718, 7.21013993024826);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=111"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Niemcy/Drachenfels/min/Drachenfels_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=111">more...</a></div>';
myArrayMarker[111] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.6861706750484, 35.3925043344498);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=104"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Tabor/min/Tabor_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=104">more...</a></div>';
myArrayMarker[104] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(31.7043740699542, 35.2074426412582);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=107"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Betlejem/min/Betlejem_001.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=107">more...</a></div>';
myArrayMarker[107] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(32.748951050025, 35.3401583433151);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=108"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Izrael/Kana_Galilejska/min/Kana_Galilejska_05.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=108">more...</a></div>';
myArrayMarker[108] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(54.0248646116855, 21.2154393189121);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=114"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Swieta_Lipka/min/Swieta_Lipka_01.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=114">more...</a></div>';
myArrayMarker[114] = new Array (myLatlng, punkt_opis);


var myLatlng = new google.maps.LatLng(54.079735617489, 21.4934113022173);
var punkt_opis = '<div class="google_box"><div class="google_box_TITLE"></div><hr class="google_box_hr" /><a  href="./kraj.php?ser_id=115"><img class="BOX_google_image" src="http://www.world-adventure.net/PhotoGalery/Polska/Wilczy_Szaniec/min/Wilczy_Szaniec_01.jpg"></a><br /><a class="linkred" href="./kraj.php?ser_id=115">more...</a></div>';
myArrayMarker[115] = new Array (myLatlng, punkt_opis);

 
