
			
			
				var side_bar_html = '';
				var gmarkers = [];
				var i = 0;
				
				function myclick (i) {
					GEvent.trigger(gmarkers[i], 'click');
				}
			
			
			var baseIcon = new GIcon();
				baseIcon.iconSize=new GSize(32,32);
				baseIcon.shadowSize=new GSize(56,32);
				baseIcon.iconAnchor=new GPoint(16,32);
				baseIcon.infoWindowAnchor=new GPoint(16,0);
			var accomodation = new GIcon(baseIcon,"typo3conf/ext/vwdgmaps2/res/icons/pal2/icon28.png",null,"typo3conf/ext/vwdgmaps2/res/icons/pal2/icon28s.png");

			function load() {
				if (GBrowserIsCompatible()) {
					
					//var mgr = new GMarkerManager(map);
					
					
					function createMarker(point,name,url,html,icon) {
						var marker = new GMarker(point,icon);
						GEvent.addListener(marker, 'click', function() { marker.openInfoWindowHtml(html); } );
						
						
				gmarkers[i] = marker;
				side_bar_html += '<a href="' + url + '"  target="_blank" rel="nofollow" onmouseover="myclick(' + i + ');">' + name +'</a>';
				i++;
			
						bounds.extend(point);
						return marker;
					}
					
					function createTabbedMarker(point,name,url,htmls,labels) {
						var marker = new GMarker(point,icon);
						GEvent.addListener(marker, "click", function() {
							// adjust the width so that the info window is large enough for this many tabs
							if (htmls.length > 2) {
								htmls[0] = '<div style="width:'+htmls.length*88+'px">' + htmls[0] + '</div>';
							}
							var tabs = [];
							for (var i=0; i<htmls.length; i++) {
								tabs.push(new GInfoWindowTab(labels[i],htmls[i]));
							}
							marker.openInfoWindowTabsHtml(tabs);
						});
						
						
				gmarkers[i] = marker;
				side_bar_html += '<a href="' + url + '"  target="_blank" rel="nofollow" onmouseover="myclick(' + i + ');">' + name +'</a>';
				i++;
			
						bounds.extend(point);
						return marker;
					}		
					
					// var?
					
					var map = new GMap2(document.getElementById("map"));
					
					map.addControl(new GSmallMapControl());
					map.addControl(new GMapTypeControl(0));
					map.addControl(new GOverviewMapControl(new GSize(150,150)));
					
					var bounds = new GLatLngBounds();					
					map.setCenter(new GLatLng( 45.777581,12.835121), 9 ,G_NORMAL_MAP);
					map.enableDoubleClickZoom();
					
		var point = new GLatLng(45.437574,12.328519);
		var marker = createMarker(point,'Alex','http://de.venere.com/hotel_venedig/san_polo/hotel_alex.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Alex&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Alex_detail_6db3eb339c.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_polo/hotel_alex.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.443252,12.330914);
		var marker = createMarker(point,'Al Vagon','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_al_vagon.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Al Vagon&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AlVagon_detail_cf1083ee23.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_al_vagon.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437945,12.336883);
		var marker = createMarker(point,'Caneva','http://de.venere.com/hotel_venedig/san_marco/hotel_caneva.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Caneva&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Caneva_detail_80eebca041.jpg" width="120" height="104" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_caneva.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442401,12.336615);
		var marker = createMarker(point,'Casa Boccassini','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_casa_boccassini.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Casa Boccassini&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CasaBoccassini_d6e736b6d2.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_casa_boccassini.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.434947,12.342582);
		var marker = createMarker(point,'Doni','http://de.venere.com/hotel_venedig/castello_ovest/hotel_doni.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Doni&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Doni_detail_c143f52b84.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_doni.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.444404,12.327767);
		var marker = createMarker(point,'Ariel Silva','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_ariel_silva.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Ariel Silva&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_ArielSilva_det_5365d09c12.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_ariel_silva.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.439037,12.341254);
		var marker = createMarker(point,'Locanda Silva','http://de.venere.com/hotel_venedig/castello_ovest/hotel_locanda_silva.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Locanda Silva&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_LocandaSilva_d_b20976dd70.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_locanda_silva.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.44276,12.321553);
		var marker = createMarker(point,'Wildner','http://de.venere.com/hotel_venedig/castello_ovest/hotel_wildner.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Wildner&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Wildner_detail_657f6be3d0.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_wildner.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.431905,12.329116);
		var marker = createMarker(point,'Orion','http://de.venere.com/hotel_venedig/san_marco/hotel_orion.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Orion&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Orion_detail_1f00f90186.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_orion.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442244,12.323550);
		var marker = createMarker(point,'Adriatico','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_adriatico.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Adriatico&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Adriatico_deta_a6c925194f.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_adriatico.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437861,12.320183);
		var marker = createMarker(point,'Airone','http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_airone.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Airone&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Airone_detail_ee35742314.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_airone.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.436843,12.329784);
		var marker = createMarker(point,'Stella Alpina','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_stella_alpina.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Stella Alpina&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_StellaAlpina_d_d9e1a2e77d.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_stella_alpina.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.429396,12.326812);
		var marker = createMarker(point,'Pensione Seguso','http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_pensione_seguso.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Pensione Seguso&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PensioneSeguso_de40fc42a9.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_pensione_seguso.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.434705,12.332605);
		var marker = createMarker(point,'San Giorgio','http://de.venere.com/hotel_venedig/san_marco/hotel_san_giorgio.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;San Giorgio&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_SanGiorgio_det_b0149fc851.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_san_giorgio.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.439037,12.341254);
		var marker = createMarker(point,'Rio','http://de.venere.com/hotel_venedig/castello_ovest/hotel_rio.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Rio&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Rio_detail_f4cee4574e.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_rio.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442401,12.336615);
		var marker = createMarker(point,'Hesperia','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_hesperia.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Hesperia&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Hesperia_detai_097a8fdf4b.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_hesperia.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442860,12.324622);
		var marker = createMarker(point,'Guerrini','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_guerrini.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Guerrini&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Guerrini_detai_40b7a787d6.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_guerrini.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442029,12.323222);
		var marker = createMarker(point,'Atlantide','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_atlantide.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Atlantide&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Atlantide_deta_104a727d3b.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_atlantide.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437904,12.336869);
		var marker = createMarker(point,'Bartolomeo','http://de.venere.com/hotel_venedig/san_marco/hotel_bartolomeo.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Bartolomeo&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Bartolomeo_det_e262c0b8a9.jpg" width="111" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_bartolomeo.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442401,12.336615);
		var marker = createMarker(point,'Bernardi Semenzato','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_bernardi_semenzato.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Bernardi Semenzato&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_BernardiSemenz_7760734e4a.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_bernardi_semenzato.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.434907,12.323867);
		var marker = createMarker(point,'Locanda Gaffaro','http://de.venere.com/hotel_venedig/dorsoduro_ovest/hotel_locanda_gaffaro.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Locanda Gaffaro&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_LocandaGaffaro_fd1eeb80de.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/dorsoduro_ovest/hotel_locanda_gaffaro.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442401,12.336615);
		var marker = createMarker(point,'Al Ponte Antico','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_al_ponte_antico.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Al Ponte Antico&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AlPonteAntico_a14b975df3.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_al_ponte_antico.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435437,12.336573);
		var marker = createMarker(point,'Ca` del Duca','http://de.venere.com/hotel_venedig/san_marco/hotel_ca_del_duca.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Ca` del Duca&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CadelDuca_deta_7cfffb3b43.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_ca_del_duca.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435589,12.343692);
		var marker = createMarker(point,'Casa Nicolò Priuli','http://de.venere.com/hotel_venedig/castello_ovest/hotel_casa_nicolo_priuli.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Casa Nicolò Priuli&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CasaNicolPriul_d46b47b964.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_casa_nicolo_priuli.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442244,12.323550);
		var marker = createMarker(point,'Amadeus','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_amadeus.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Amadeus&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Amadeus_detail_4b93aa857c.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_amadeus.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435118,12.339148);
		var marker = createMarker(point,'Concordia','http://de.venere.com/hotel_venedig/san_marco/hotel_concordia.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Concordia&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Concordia_deta_3721dccef8.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_concordia.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.441251,12.329880);
		var marker = createMarker(point,'Carlton & Grand Canal','http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_carlton_grand_canal.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Carlton & Grand Canal&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CarltonGrandCa_6cc28cc8d9.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_carlton_grand_canal.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.442244,12.323550);
		var marker = createMarker(point,'Principe','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_principe.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Principe&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Principe_detai_89dda655bd.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_principe.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.433556,12.347988);
		var marker = createMarker(point,'Gabrielli Sandwirth','http://de.venere.com/hotel_venedig/castello_ovest/hotel_gabrielli_sandwirth.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Gabrielli Sandwirth&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_GabrielliSandw_770a23027e.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_gabrielli_sandwirth.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435482,12.338389);
		var marker = createMarker(point,'Starhotels Splendid Suisse','http://de.venere.com/hotel_venedig/san_marco/hotel_starhotels_splendid_venice.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Starhotels Splendid Suisse&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_StarhotelsSple_3d2047be2a.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_starhotels_splendid_venice.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435446,12.334226);
		var marker = createMarker(point,'Bonvecchiati','http://de.venere.com/hotel_venedig/san_marco/hotel_bonvecchiati.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Bonvecchiati&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Bonvecchiati_d_c2a28fc1f5.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_bonvecchiati.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435124,12.339164);
		var marker = createMarker(point,'Al Ponte dei Sospiri','http://de.venere.com/hotel_venedig/san_marco/hotel_al_ponte_dei_sospiri.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Al Ponte dei Sospiri&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AlPontedeiSosp_e2e52d91aa.jpg" width="105" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_al_ponte_dei_sospiri.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.433922,12.342077);
		var marker = createMarker(point,'Danieli','http://de.venere.com/hotel_venedig/castello_ovest/hotel_danieli.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Danieli&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/5Lsterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Danieli_detail_5001b1d719.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_danieli.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.432457,12.333104);
		var marker = createMarker(point,'Gritti Palace','http://de.venere.com/hotel_venedig/san_marco/hotel_gritti_palace.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Gritti Palace&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/5Lsterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_GrittiPalace_d_d9cd441688.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_gritti_palace.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.432115,12.336037);
		var marker = createMarker(point,'Bauer','http://de.venere.com/hotel_venedig/san_marco/hotel_bauer.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Bauer&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/5sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Bauer_detail_e01ef56d4b.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_bauer.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.439324,12.337059);
		var marker = createMarker(point,'Al Palazzo Lion Morosini','http://de.venere.com/town_house_suites_venedig/cannaregio_est/town_house_suite_al_palazzo_lion_morosini.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Town House Suite&nbsp;Al Palazzo Lion Morosini&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/TownHouseSuite_AlPal_8467527fee.jpg" width="120" height="90" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/town_house_suites_venedig/cannaregio_est/town_house_suite_al_palazzo_lion_morosini.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.443350,12.328514);
		var marker = createMarker(point,'Casa Novo First Class Inn','http://de.venere.com/town_house_suites_venedig/cannaregio_est/town_house_suite_casa_novo_first_class_inn.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Town House Suite&nbsp;Casa Novo First Class Inn&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/TownHouseSuite_CasaN_c5b755140c.jpg" width="120" height="90" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/town_house_suites_venedig/cannaregio_est/town_house_suite_casa_novo_first_class_inn.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.431756,12.324750);
		var marker = createMarker(point,'Locanda Arco Antico','http://de.venere.com/town_house_suites_venedig/san_polo/town_house_suite_locanda_arco_antico.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Town House Suite&nbsp;Locanda Arco Antico&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/2sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/TownHouseSuite_Locan_61933c7cb9.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/town_house_suites_venedig/san_polo/town_house_suite_locanda_arco_antico.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.440915,12.334854);
		var marker = createMarker(point,'Ca` Albachiara','http://de.venere.com/apartments_venedig/cannaregio_est/apartment_ca_albachiara.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Apartment&nbsp;Ca` Albachiara&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Apartment_CaAlbachia_f3e72f0d64.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/apartments_venedig/cannaregio_est/apartment_ca_albachiara.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437625,12.334454);
		var marker = createMarker(point,'Antica Locanda Sturion','http://de.venere.com/hotel_venedig/san_polo/hotel_antica_locanda_sturion.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Antica Locanda Sturion&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AnticaLocandaS_07c7956ff7.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_polo/hotel_antica_locanda_sturion.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.436129,12.345980);
		var marker = createMarker(point,'Palazzo Schiavoni','http://de.venere.com/hotel_venedig/castello_ovest/hotel_palazzo_schiavoni.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Schiavoni&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PalazzoSchiavo_b5d933671c.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_palazzo_schiavoni.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.443252,12.330914);
		var marker = createMarker(point,'Antico Doge','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_antico_doge.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Antico Doge&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AnticoDoge_det_4f3f76143a.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_antico_doge.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.439037,12.341254);
		var marker = createMarker(point,'Casa Verardo','http://de.venere.com/hotel_venedig/castello_ovest/hotel_casa_verardo.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Casa Verardo&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CasaVerardo_de_1ba1a4fc05.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_casa_verardo.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435106,12.341663);
		var marker = createMarker(point,'Al Tiepolo','http://de.venere.com/hotel_venedig/castello_ovest/hotel_al_tiepolo.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Al Tiepolo&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_AlTiepolo_deta_474b7dc39f.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_al_tiepolo.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.435504,12.334429);
		var marker = createMarker(point,'Palazzo Bembo','http://de.venere.com/hotel_venedig/san_marco/hotel_palazzo_bembo.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Bembo&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/giovanni_bembo_92e42a810b.jpg" width="97" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_palazzo_bembo.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.436858,12.322122);
		var marker = createMarker(point,'Palazzo Odoni','http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_palazzo_odoni.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Odoni&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PalazzoOdoni_d_cc7ccdafc2.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_palazzo_odoni.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.441502,12.335329);
		var marker = createMarker(point,'Palazzo Abadessa','http://de.venere.com/hotel_venedig/cannaregio_est/hotel_palazzo_abadessa_residenza_d_epoca.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Abadessa&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PalazzoAbadess_cb35d8fbd2.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_est/hotel_palazzo_abadessa_residenza_d_epoca.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.439037,12.341254);
		var marker = createMarker(point,'Corte Contarina','http://de.venere.com/hotel_venedig/castello_est/hotel_corte_contarina.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Corte Contarina&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CorteContarina_fabe37ed36.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_est/hotel_corte_contarina.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437695,12.341909);
		var marker = createMarker(point,'Locanda Ca` del Console','http://de.venere.com/hotel_venedig/castello_ovest/hotel_locanda_ca_del_console.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Locanda Ca` del Console&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_LocandaCadelCo_cd578f0504.jpg" width="120" height="82" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_locanda_ca_del_console.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.432862,12.322442);
		var marker = createMarker(point,'Palazzo Guardi','http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_palazzo_guardi.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Guardi&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PalazzoGuardi_0279d5d070.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_palazzo_guardi.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.430233,12.334459);
		var marker = createMarker(point,'Ca` Maria Adele','http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_ca_maria_adele.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Ca` Maria Adele&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_CaMariaAdele_d_f59fbf9370.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/dorsoduro_est/hotel_ca_maria_adele.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.437242,12.341379);
		var marker = createMarker(point,'Palazzo Vitturi','http://de.venere.com/hotel_venedig/castello_ovest/hotel_palazzo_vitturi.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Palazzo Vitturi&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_PalazzoVitturi_c086cb0d02.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_palazzo_vitturi.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.434014,12.344328);
		var marker = createMarker(point,'Metropole','http://de.venere.com/hotel_venedig/castello_ovest/hotel_metropole.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Metropole&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/5sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Metropole_deta_0b04c6742d.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/castello_ovest/hotel_metropole.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.431905,12.329116);
		var marker = createMarker(point,'Monaco & Grand Canal','http://de.venere.com/hotel_venedig/san_marco/hotel_monaco_grand_canal.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Monaco & Grand Canal&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_MonacoGrandCan_9c6b7116ac.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_monaco_grand_canal.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.44276,12.321553);
		var marker = createMarker(point,'Abbazia','http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_abbazia.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Abbazia&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Abbazia_detail_0838533d30.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/cannaregio_ovest/hotel_abbazia.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.432968,12.334940);
		var marker = createMarker(point,'Kette','http://de.venere.com/hotel_venedig/san_marco/hotel_kette.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Kette&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/4sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_Kette_detail_d10bb63796.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_kette.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.432976,12.334981);
		var marker = createMarker(point,'Violino d`Oro','http://de.venere.com/hotel_venedig/san_marco/hotel_violino_d_oro.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Violino d`Oro&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/3sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_ViolinodOro_de_6475fa0519.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_violino_d_oro.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.436973,12.321501);
		var marker = createMarker(point,'Locanda Salieri','http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_locanda_salieri.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Locanda Salieri&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_LocandaSalieri_a5b61a0674.jpg" width="90" height="120" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/santa_croce_ovest/hotel_locanda_salieri.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

		var point = new GLatLng(45.434132,12.330115);
		var marker = createMarker(point,'Locanda Fiorita','http://de.venere.com/hotel_venedig/san_marco/hotel_locanda_fiorita.html?ref=38927','<div class="innerBubbles" style="width:250px; font-size:80%;"><h3>Hotel&nbsp;Locanda Fiorita&nbsp; &nbsp;<img src="typo3conf/ext/vwd_venere/res/1sterne.gif" alt="sterne"></h3><img src="typo3temp/pics/Hotel_LocandaFiorita_7c86fe5b89.jpg" width="120" height="103" border="0" style="float:left; margin-right:10px; margin-bottom:10px;" alt="" title="" /></div><div class="reservieren"><a href="http://de.venere.com/hotel_venedig/san_marco/hotel_locanda_fiorita.html?ref=38927" target="_blank">details ¦ reservation</a></div>',accomodation);
		map.addOverlay(marker);
		

					
					
					
				document.getElementById("mapsidebar").innerHTML = side_bar_html;
			
					
				map.setZoom(map.getBoundsZoomLevel(bounds));
				map.setCenter(bounds.getCenter());					
			
				}else{
					alert("Sorry, the Google Maps API is not compatible with this browser");
				}
			}
			
			