// This function picks up the click and opens the corresponding info window
var gmarkers = [];

function myclick(i) {
	GEvent.trigger(gmarkers[i], "click");
}

function load() {
if (GBrowserIsCompatible()) {

var map = new GMap2(document.getElementById("googlemap"));

//map.addControl(new GOverviewMapControl(new GSize(160,160)));//okienko orientacyjne
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(50.09086513823688, 9.4921875 ), 4);
map.setMapType(G_PHYSICAL_MAP);	

GEvent.addListener(map, "moveend", function() {
    var center = map.getCenter();
	var pozycja_X = center.lat().toString();
	var pozycja_Y = center.lng().toString();
	var zoom = map.getZoom().toString();		
	//document.getElementById("xxx").innerHTML = ("<input type='text' name='mapa_X' size='68' maxlength='20' value='"+ pozycja_X +"'>");
	//document.getElementById("yyy").innerHTML = ("<input type='text' name='mapa_Y' size='68' maxlength='20' value='"+ pozycja_Y +"'>");
	//document.getElementById("zzz").innerHTML = ("<input type='text' name='mapa_zoom' size='15' maxlength='2' value='"+ zoom +"'>");
 });	
 
function createMarker(point, index) {
	// utworzenie zmiennej nowej IKONY
	var	tinyIcon = new GIcon();
		tinyIcon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";
		tinyIcon.shadow = "http://labs.google.com/ridefinder/images/mm_20_shadow.png";
		tinyIcon.iconSize = new GSize(12, 20);
		tinyIcon.shadowSize = new GSize(22, 20);
		tinyIcon.iconAnchor = new GPoint(6, 20);
		tinyIcon.infoWindowAnchor = new GPoint(5, 1);

	// utworzenie markera z chmurka
	var	marker = new GMarker(point,tinyIcon);
		GEvent.addListener(marker, "click", function(){marker.openInfoWindowHtml('' + index + ''); });
	
	

return marker;
}    var point_59 = new GLatLng(50.0908100716443, 14.400659679668);
var M_59 = createMarker(point_59, '<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>');
gmarkers[59] = M_59;
map.addOverlay(M_59);

var point_54 = new GLatLng(50.0864871466832, 14.411646007793);
var M_54 = createMarker(point_54, '<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>');
gmarkers[54] = M_54;
map.addOverlay(M_54);

var point_51 = new GLatLng(50.0877675440808, 14.4211088411976);
var M_51 = createMarker(point_51, '<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>');
gmarkers[51] = M_51;
map.addOverlay(M_51);

var point_28 = new GLatLng(56.1591863084555, 10.1910358067835);
var M_28 = createMarker(point_28, '<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>');
gmarkers[28] = M_28;
map.addOverlay(M_28);

var point_23 = new GLatLng(55.684044685452, 12.593179285177);
var M_23 = createMarker(point_23, '<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>');
gmarkers[23] = M_23;
map.addOverlay(M_23);

var point_25 = new GLatLng(54.9668000998754, 12.5503216974903);
var M_25 = createMarker(point_25, '<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>');
gmarkers[25] = M_25;
map.addOverlay(M_25);

var point_26 = new GLatLng(57.7447551477342, 10.6509346934035);
var M_26 = createMarker(point_26, '<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>');
gmarkers[26] = M_26;
map.addOverlay(M_26);

var point_50 = new GLatLng(59.3291233487279, 18.0939393636072);
var M_50 = createMarker(point_50, '<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>');
gmarkers[50] = M_50;
map.addOverlay(M_50);

var point_18 = new GLatLng(59.3279466674544, 18.0915286837262);
var M_18 = createMarker(point_18, '<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>');
gmarkers[18] = M_18;
map.addOverlay(M_18);

var point_16 = new GLatLng(59.3322481974754, 18.0763803713489);
var M_16 = createMarker(point_16, '<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>');
gmarkers[16] = M_16;
map.addOverlay(M_16);

var point_17 = new GLatLng(59.3362537128384, 18.0726978764869);
var M_17 = createMarker(point_17, '<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>');
gmarkers[17] = M_17;
map.addOverlay(M_17);

var point_53 = new GLatLng(49.6801530478475, 19.1876385197975);
var M_53 = createMarker(point_53, '<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>');
gmarkers[53] = M_53;
map.addOverlay(M_53);

var point_42 = new GLatLng(50.8065856096791, 19.1140122385696);
var M_42 = createMarker(point_42, '<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>');
gmarkers[42] = M_42;
map.addOverlay(M_42);

var point_38 = new GLatLng(50.4555094673229, 18.167798279319);
var M_38 = createMarker(point_38, '<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>');
gmarkers[38] = M_38;
map.addOverlay(M_38);

var point_35 = new GLatLng(50.0616778608174, 19.9375718232477);
var M_35 = createMarker(point_35, '<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>');
gmarkers[35] = M_35;
map.addOverlay(M_35);

var point_56 = new GLatLng(50.4408072903056, 17.7680080529535);
var M_56 = createMarker(point_56, '<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>');
gmarkers[56] = M_56;
map.addOverlay(M_56);

var point_33 = new GLatLng(51.1097193823964, 17.0320528146112);
var M_33 = createMarker(point_33, '<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>');
gmarkers[33] = M_33;
map.addOverlay(M_33);

var point_52 = new GLatLng(49.9832925772317, 20.0516065655393);
var M_52 = createMarker(point_52, '<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>');
gmarkers[52] = M_52;
map.addOverlay(M_52);

var point_60 = new GLatLng(50.7746681130442, 6.08393007481936);
var M_60 = createMarker(point_60, '<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>');
gmarkers[60] = M_60;
map.addOverlay(M_60);

var point_39 = new GLatLng(50.0374070206715, 8.55738543905318);
var M_39 = createMarker(point_39, '<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>');
gmarkers[39] = M_39;
map.addOverlay(M_39);

var point_32 = new GLatLng(50.111524410382, 8.64805912831798);
var M_32 = createMarker(point_32, '<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>');
gmarkers[32] = M_32;
map.addOverlay(M_32);

var point_48 = new GLatLng(50.1175168222301, 8.65218606573762);
var M_48 = createMarker(point_48, '<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>');
gmarkers[48] = M_48;
map.addOverlay(M_48);

var point_6 = new GLatLng(50.1104201011104, 8.68217316252412);
var M_6 = createMarker(point_6, '<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>');
gmarkers[6] = M_6;
map.addOverlay(M_6);

var point_9 = new GLatLng(50.115260295926, 8.67156770807924);
var M_9 = createMarker(point_9, '<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>');
gmarkers[9] = M_9;
map.addOverlay(M_9);

var point_47 = new GLatLng(49.4106869987866, 8.71540242398623);
var M_47 = createMarker(point_47, '<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>');
gmarkers[47] = M_47;
map.addOverlay(M_47);

var point_10 = new GLatLng(50.2760459960345, 8.53082683664979);
var M_10 = createMarker(point_10, '<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>');
gmarkers[10] = M_10;
map.addOverlay(M_10);

var point_14 = new GLatLng(60.395243383988, 5.32571661402471);
var M_14 = createMarker(point_14, '<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>');
gmarkers[14] = M_14;
map.addOverlay(M_14);

var point_12 = new GLatLng(59.0016771408123, 6.23274707235396);
var M_12 = createMarker(point_12, '<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>');
gmarkers[12] = M_12;
map.addOverlay(M_12);

var point_3 = new GLatLng(38.7138444911623, -9.1334284550976);
var M_3 = createMarker(point_3, '<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>');
gmarkers[3] = M_3;
map.addOverlay(M_3);

var point_8 = new GLatLng(38.7804337484284, -9.49893222757964);
var M_8 = createMarker(point_8, '<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>');
gmarkers[8] = M_8;
map.addOverlay(M_8);

var point_61 = new GLatLng(51.0538855274293, 13.7358580820728);
var M_61 = createMarker(point_61, '<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>');
gmarkers[61] = M_61;
map.addOverlay(M_61);

var point_13 = new GLatLng(59.911212639276, 10.7328568689991);
var M_13 = createMarker(point_13, '<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>');
gmarkers[13] = M_13;
map.addOverlay(M_13);

var point_15 = new GLatLng(60.865978180168, 7.11834811605513);
var M_15 = createMarker(point_15, '<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>');
gmarkers[15] = M_15;
map.addOverlay(M_15);

var point_62 = new GLatLng(35.897745953912, 14.5127215681714);
var M_62 = createMarker(point_62, '<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>');
gmarkers[62] = M_62;
map.addOverlay(M_62);

var point_63 = new GLatLng(52.323904389919, 18.3566422434524);
var M_63 = createMarker(point_63, '<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>');
gmarkers[63] = M_63;
map.addOverlay(M_63);

var point_64 = new GLatLng(35.9101340781882, 14.425728857168);
var M_64 = createMarker(point_64, '<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>');
gmarkers[64] = M_64;
map.addOverlay(M_64);

var point_66 = new GLatLng(35.8405251365863, 14.5450120564783);
var M_66 = createMarker(point_66, '<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>');
gmarkers[66] = M_66;
map.addOverlay(M_66);

var point_46 = new GLatLng(49.6093403660087, 6.12940961087588);
var M_46 = createMarker(point_46, '<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>');
gmarkers[46] = M_46;
map.addOverlay(M_46);

var point_1 = new GLatLng(36.723440983485, -4.41757267748471);
var M_1 = createMarker(point_1, '<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>');
gmarkers[1] = M_1;
map.addOverlay(M_1);

var point_68 = new GLatLng(35.8865467420326, 14.4040136929834);
var M_68 = createMarker(point_68, '<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>');
gmarkers[68] = M_68;
map.addOverlay(M_68);

var point_69 = new GLatLng(36.0460194856111, 14.2393454609555);
var M_69 = createMarker(point_69, '<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>');
gmarkers[69] = M_69;
map.addOverlay(M_69);

var point_70 = new GLatLng(35.9082744624397, 14.5012829289772);
var M_70 = createMarker(point_70, '<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>');
gmarkers[70] = M_70;
map.addOverlay(M_70);

var point_91 = new GLatLng(31.7780242538964, 35.2353900071466);
var M_91 = createMarker(point_91, '<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>');
gmarkers[91] = M_91;
map.addOverlay(M_91);

var point_84 = new GLatLng(49.8915172241968, 10.8869403001154);
var M_84 = createMarker(point_84, '<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>');
gmarkers[84] = M_84;
map.addOverlay(M_84);

var point_88 = new GLatLng(51.2271650934117, 6.77120858395938);
var M_88 = createMarker(point_88, '<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>');
gmarkers[88] = M_88;
map.addOverlay(M_88);

var point_43 = new GLatLng(50.5003802211519, 9.94181978632696);
var M_43 = createMarker(point_43, '<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>');
gmarkers[43] = M_43;
map.addOverlay(M_43);

var point_41 = new GLatLng(50.0822980807131, 8.2428058682126);
var M_41 = createMarker(point_41, '<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>');
gmarkers[41] = M_41;
map.addOverlay(M_41);

var point_83 = new GLatLng(49.7928734738017, 9.93856483662967);
var M_83 = createMarker(point_83, '<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>');
gmarkers[83] = M_83;
map.addOverlay(M_83);

var point_82 = new GLatLng(50.6198455413994, 6.70646336657228);
var M_82 = createMarker(point_82, '<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>');
gmarkers[82] = M_82;
map.addOverlay(M_82);

var point_89 = new GLatLng(48.7785702688802, 9.17990532499971);
var M_89 = createMarker(point_89, '<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>');
gmarkers[89] = M_89;
map.addOverlay(M_89);

var point_40 = new GLatLng(50.0430021830384, 8.97862699610414);
var M_40 = createMarker(point_40, '<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>');
gmarkers[40] = M_40;
map.addOverlay(M_40);

var point_90 = new GLatLng(50.9413057501862, 6.95814782346133);
var M_90 = createMarker(point_90, '<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>');
gmarkers[90] = M_90;
map.addOverlay(M_90);

var point_65 = new GLatLng(50.1231714300758, 8.6578529473627);
var M_65 = createMarker(point_65, '<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>');
gmarkers[65] = M_65;
map.addOverlay(M_65);

var point_72 = new GLatLng(35.8220759556317, 14.4568144076038);
var M_72 = createMarker(point_72, '<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>');
gmarkers[72] = M_72;
map.addOverlay(M_72);

var point_76 = new GLatLng(35.9503571171166, 14.4089291081764);
var M_76 = createMarker(point_76, '<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>');
gmarkers[76] = M_76;
map.addOverlay(M_76);

var point_87 = new GLatLng(50.3520053869116, 14.4746671908069);
var M_87 = createMarker(point_87, '<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>');
gmarkers[87] = M_87;
map.addOverlay(M_87);

var point_86 = new GLatLng(50.0836216172877, 14.3950386195502);
var M_86 = createMarker(point_86, '<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>');
gmarkers[86] = M_86;
map.addOverlay(M_86);

var point_85 = new GLatLng(50.0790174801192, 14.4308894273126);
var M_85 = createMarker(point_85, '<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>');
gmarkers[85] = M_85;
map.addOverlay(M_85);

var point_78 = new GLatLng(35.8609699229837, 14.3994580500294);
var M_78 = createMarker(point_78, '<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>');
gmarkers[78] = M_78;
map.addOverlay(M_78);

var point_7 = new GLatLng(37.117347487354, -8.53558802744374);
var M_7 = createMarker(point_7, '<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>');
gmarkers[7] = M_7;
map.addOverlay(M_7);

var point_5 = new GLatLng(37.1160984196938, -8.56898850237485);
var M_5 = createMarker(point_5, '<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>');
gmarkers[5] = M_5;
map.addOverlay(M_5);

var point_67 = new GLatLng(49.2654242122652, 19.9398719065357);
var M_67 = createMarker(point_67, '<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>');
gmarkers[67] = M_67;
map.addOverlay(M_67);

var point_34 = new GLatLng(51.1144477396316, 17.0340739481617);
var M_34 = createMarker(point_34, '<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>');
gmarkers[34] = M_34;
map.addOverlay(M_34);

var point_79 = new GLatLng(35.8492828640144, 14.3829785578419);
var M_79 = createMarker(point_79, '<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>');
gmarkers[79] = M_79;
map.addOverlay(M_79);

var point_81 = new GLatLng(35.9610219104285, 14.3406062718714);
var M_81 = createMarker(point_81, '<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>');
gmarkers[81] = M_81;
map.addOverlay(M_81);

var point_73 = new GLatLng(35.8267647678685, 14.4362517891568);
var M_73 = createMarker(point_73, '<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>');
gmarkers[73] = M_73;
map.addOverlay(M_73);

var point_75 = new GLatLng(35.9211170853166, 14.4931166764582);
var M_75 = createMarker(point_75, '<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>');
gmarkers[75] = M_75;
map.addOverlay(M_75);

var point_71 = new GLatLng(35.8818614640395, 14.3991749879206);
var M_71 = createMarker(point_71, '<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>');
gmarkers[71] = M_71;
map.addOverlay(M_71);

var point_77 = new GLatLng(35.9391870686309, 14.4580374949146);
var M_77 = createMarker(point_77, '<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>');
gmarkers[77] = M_77;
map.addOverlay(M_77);

var point_80 = new GLatLng(35.8908145369412, 14.4182937737787);
var M_80 = createMarker(point_80, '<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>');
gmarkers[80] = M_80;
map.addOverlay(M_80);

var point_74 = new GLatLng(35.9340618679569, 14.3445990071632);
var M_74 = createMarker(point_74, '<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>');
gmarkers[74] = M_74;
map.addOverlay(M_74);

var point_55 = new GLatLng(49.610278909391, 6.13461309636477);
var M_55 = createMarker(point_55, '<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>');
gmarkers[55] = M_55;
map.addOverlay(M_55);

var point_44 = new GLatLng(37.1768339783721, -3.58993792673573);
var M_44 = createMarker(point_44, '<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>');
gmarkers[44] = M_44;
map.addOverlay(M_44);

var point_92 = new GLatLng(48.8584822931665, 2.29474121297244);
var M_92 = createMarker(point_92, '<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>');
gmarkers[92] = M_92;
map.addOverlay(M_92);

var point_37 = new GLatLng(52.3781404131073, 4.89980328013189);
var M_37 = createMarker(point_37, '<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>');
gmarkers[37] = M_37;
map.addOverlay(M_37);

var point_57 = new GLatLng(50.8489006452424, 5.6875103112543);
var M_57 = createMarker(point_57, '<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>');
gmarkers[57] = M_57;
map.addOverlay(M_57);

var point_36 = new GLatLng(51.9053504046709, 4.46670618635835);
var M_36 = createMarker(point_36, '<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>');
gmarkers[36] = M_36;
map.addOverlay(M_36);

var point_2 = new GLatLng(51.6880352897276, 5.30844980443362);
var M_2 = createMarker(point_2, '<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>');
gmarkers[2] = M_2;
map.addOverlay(M_2);

var point_45 = new GLatLng(36.7201258064225, -4.4190821351367);
var M_45 = createMarker(point_45, '<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>');
gmarkers[45] = M_45;
map.addOverlay(M_45);

var point_49 = new GLatLng(36.7141185646606, -4.42273664753884);
var M_49 = createMarker(point_49, '<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>');
gmarkers[49] = M_49;
map.addOverlay(M_49);

var point_27 = new GLatLng(57.7186127259652, 10.5977461324073);
var M_27 = createMarker(point_27, '<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>');
gmarkers[27] = M_27;
map.addOverlay(M_27);

var point_24 = new GLatLng(55.3957842804229, 10.388311027782);
var M_24 = createMarker(point_24, '<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>');
gmarkers[24] = M_24;
map.addOverlay(M_24);

var point_30 = new GLatLng(56.1191465591471, 10.2251014485955);
var M_30 = createMarker(point_30, '<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>');
gmarkers[30] = M_30;
map.addOverlay(M_30);

var point_29 = new GLatLng(56.0501839565593, 8.1037373514846);
var M_29 = createMarker(point_29, '<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>');
gmarkers[29] = M_29;
map.addOverlay(M_29);

var point_93 = new GLatLng(31.3187044296003, 35.3540632710792);
var M_93 = createMarker(point_93, '<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>');
gmarkers[93] = M_93;
map.addOverlay(M_93);

var point_4 = new GLatLng(37.0161233972966, -7.97114897053689);
var M_4 = createMarker(point_4, '<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>');
gmarkers[4] = M_4;
map.addOverlay(M_4);

var point_31 = new GLatLng(56.1051963861355, 9.6849673386896);
var M_31 = createMarker(point_31, '<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>');
gmarkers[31] = M_31;
map.addOverlay(M_31);

var point_95 = new GLatLng(32.8137070216822, 34.9866097565973);
var M_95 = createMarker(point_95, '<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>');
gmarkers[95] = M_95;
map.addOverlay(M_95);

var point_94 = new GLatLng(31.4576519139998, 35.3981357213343);
var M_94 = createMarker(point_94, '<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>');
gmarkers[94] = M_94;
map.addOverlay(M_94);

var point_98 = new GLatLng(33.2519673555325, 35.7127232523635);
var M_98 = createMarker(point_98, '<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>');
gmarkers[98] = M_98;
map.addOverlay(M_98);

var point_97 = new GLatLng(33.2521288545345, 35.7128916971851);
var M_97 = createMarker(point_97, '<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>');
gmarkers[97] = M_97;
map.addOverlay(M_97);

var point_99 = new GLatLng(32.9653949503783, 35.4952282877639);
var M_99 = createMarker(point_99, '<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>');
gmarkers[99] = M_99;
map.addOverlay(M_99);

var point_96 = new GLatLng(32.0536262529208, 34.7519345255569);
var M_96 = createMarker(point_96, '<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>');
gmarkers[96] = M_96;
map.addOverlay(M_96);

var point_102 = new GLatLng(48.8609880788285, 2.33588147180853);
var M_102 = createMarker(point_102, '<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>');
gmarkers[102] = M_102;
map.addOverlay(M_102);

var point_103 = new GLatLng(48.8551151667417, 2.31249260919867);
var M_103 = createMarker(point_103, '<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>');
gmarkers[103] = M_103;
map.addOverlay(M_103);

var point_100 = new GLatLng(51.8879879665464, 4.63764470798196);
var M_100 = createMarker(point_100, '<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>');
gmarkers[100] = M_100;
map.addOverlay(M_100);

var point_110 = new GLatLng(50.3641618642303, 7.6055853368598);
var M_110 = createMarker(point_110, '<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>');
gmarkers[110] = M_110;
map.addOverlay(M_110);

var point_109 = new GLatLng(32.4984695892778, 34.8906544441707);
var M_109 = createMarker(point_109, '<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>');
gmarkers[109] = M_109;
map.addOverlay(M_109);

var point_106 = new GLatLng(31.7706272106178, 35.4592967033386);
var M_106 = createMarker(point_106, '<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>');
gmarkers[106] = M_106;
map.addOverlay(M_106);

var point_101 = new GLatLng(32.7021339871517, 35.2978314754728);
var M_101 = createMarker(point_101, '<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>');
gmarkers[101] = M_101;
map.addOverlay(M_101);

var point_111 = new GLatLng(50.6651586303718, 7.21013993024826);
var M_111 = createMarker(point_111, '<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>');
gmarkers[111] = M_111;
map.addOverlay(M_111);

var point_104 = new GLatLng(32.6861706750484, 35.3925043344498);
var M_104 = createMarker(point_104, '<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>');
gmarkers[104] = M_104;
map.addOverlay(M_104);

var point_107 = new GLatLng(31.7043740699542, 35.2074426412582);
var M_107 = createMarker(point_107, '<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>');
gmarkers[107] = M_107;
map.addOverlay(M_107);

var point_108 = new GLatLng(32.748951050025, 35.3401583433151);
var M_108 = createMarker(point_108, '<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>');
gmarkers[108] = M_108;
map.addOverlay(M_108);

var point_114 = new GLatLng(54.0248646116855, 21.2154393189121);
var M_114 = createMarker(point_114, '<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>');
gmarkers[114] = M_114;
map.addOverlay(M_114);

var point_115 = new GLatLng(54.079735617489, 21.4934113022173);
var M_115 = createMarker(point_115, '<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>');
gmarkers[115] = M_115;
map.addOverlay(M_115);

} }