 if (GBrowserIsCompatible()) {
      
              // Create our "tiny" marker icon 
		var icon = new GIcon(G_DEFAULT_ICON); 
       // icon.image = "http://www.tropeaholiday.it/975.gif"; 
       // icon.shadow = "http://www.tropeaholiday.it/975.gif"; 
        //icon.iconSize = new GSize(32, 32); 
        //icon.shadowSize = new GSize(32, 32); 
        //icon.iconAnchor = new GPoint(0, 22); 
        icon.infoWindowAnchor = new GPoint(11, 1); 

	  // this variable will collect the html which will eventualkly be placed in the side_bar
      var side_bar_html = "";
    
      // arrays to hold copies of the markers and html used by the side_bar
      // because the function closure trick doesnt work there
      var gmarkers = [];
      var htmls = [];
      var i = 0;
		

      // A function to create the marker and set up the event window
      function createMarker(point,name,html) {
        var marker = new GMarker(point,icon);
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);

        });
        // save the info we need to use later for the side_bar
        gmarkers[i] = marker;
        htmls[i] = html;
        // add a line to the side_bar html
        //side_bar_html += '<a href="javascript:myclick(' + i + ',0)" onMouseOver="myclick('+i+',0)" >' + name + '</a>';
        i++;
        return marker;
      }

		
		
      // This function picks up the click and opens the corresponding info window
     


      // create the map
      var map = new GMap2(document.getElementById("map"));
      map.addControl(new GLargeMapControl());
	  map.addControl(new GHierarchicalMapTypeControl());
      map.setCenter(new GLatLng(38.58359966761715, 16.266632080078125), 10);
      map.setMapType(G_NORMAL_MAP);
//      map.enableContinuousZoom();
      map.enableDoubleClickZoom();
		
		function myclick(i,x) {
		//map.setZoom(20);
			if (x==0) 
			{
			     map.setMapType(G_NORMAL_MAP);

				map.setCenter(gmarkers[i].getLatLng(),12);
        		gmarkers[i].openInfoWindowHtml(htmls[i]);
			}
			
			if(x==1)
			{
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter(gmarkers[i].getLatLng(),18);
        		//gmarkers[i].openInfoWindowHtml(htmls[i]);
			}
			
															//google earth
			if(x==2)
			{
				map.setMapType(G_SATELLITE_3D_MAP );
				map.setCenter(gmarkers[i].getLatLng(),16);
				gmarkers[i].closeInfoWindow();
			}
			
      }
	  
	  function avvisa()
	  {
		  alert('L\'area colorata indica la giusta posizione del lido privato della struttura. I limiti effettivi e la grandezza possono differire da quelli reali.');
	  }
	  
	  function spiaggia(x)
	  {
		if (x=="sciabache")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.707134428019174,15.96664309501648),16);
				  var polygon = new GPolygon([
											  new GLatLng(38.707134428019174,15.96664309501648),
											  new GLatLng(38.70600416202263, 15.965709686279296),
											  new GLatLng(38.70577810667927, 15.965951085090637),
											  new GLatLng(38.70690837624923,15.967104434967041),
											  new GLatLng(38.707134428019174,15.96664309501648)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
		if (x=="roller club")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.64106762215068,15.834914445877075),18);
				  var polygon = new GPolygon([
											  new GLatLng(38.64106762215068,15.834914445877075),
											  new GLatLng(38.64084555166873,15.834844708442688),
											  new GLatLng(38.64072823113634,15.834898352622985),
											  new GLatLng(38.64067795084939,15.834866166114807),
											  new GLatLng(38.64061510044108,15.835193395614624),
											  new GLatLng(38.64092516192065,15.83530604839325),
											  new GLatLng(38.64106762215068,15.834914445877075)],
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}	
			
				if (x=="stromboli")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.651135491118175, 15.843400955200195),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.65184768794562,15.842451453208923),
											  new GLatLng(38.651483211630186, 15.842172503471374),
											  new GLatLng(38.65139104491187, 15.842376351356506),
											  new GLatLng(38.651797415460614, 15.842741131782531),
											  new GLatLng(38.65184768794562,15.842451453208923)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}	
			
			if (x=="solemare")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.63271646046935, 15.831593871116638),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.632691317520134, 15.831331014633178),
											  new GLatLng(38.63200407349361, 15.830976963043213),
											  new GLatLng(38.63194959655116, 15.831186175346374),
											  new GLatLng(38.63271646046935, 15.831593871116638),
											  new GLatLng(38.632691317520134, 15.831331014633178)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
			if (x=="baia del sole")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.64671552309036, 15.837569832801818),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.64674904046157, 15.837215781211853),
											  new GLatLng(38.645810548141334, 15.83653450012207),
											  new GLatLng(38.645689046004755, 15.836920738220214),
											  new GLatLng(38.64671552309036, 15.837569832801818),
											  new GLatLng(38.64674904046157, 15.837215781211853)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
			if (x=="cala di volpe")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.64812323918186, 15.838975310325622),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.648177703832026, 15.838685631752014),
											  new GLatLng(38.647721037406434, 15.838326215744018),
											  new GLatLng(38.647662382792205, 15.838460326194763),
											  new GLatLng(38.64812323918186, 15.838975310325622),
											  new GLatLng(38.648177703832026, 15.838685631752014)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
			if (x=="santa maria")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.61170226072523, 15.847681760787963),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.6123016740203, 15.846683979034423),
											  new GLatLng(38.611509441397864, 15.847467184066772),
											  new GLatLng(38.61170226072523, 15.847681760787963),
											  new GLatLng(38.61243161610208, 15.84701120853424),
											  new GLatLng(38.6123016740203, 15.846683979034423)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
			if (x=="baia di zambrone")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.704208258191585, 15.964561700820922),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.70590787927857, 15.965591669082641),
											  new GLatLng(38.7043505925419, 15.964282751083374),
											  new GLatLng(38.704208258191585, 15.964561700820922),
											  new GLatLng(38.705723685841725, 15.965849161148071),
											  new GLatLng(38.70590787927857, 15.965591669082641)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
			if (x=="eden")
			{
				avvisa();
				map.setMapType(G_SATELLITE_MAP);
				map.setCenter( new GLatLng(38.61587709124685, 15.838138461112976),17);
				  var polygon = new GPolygon([
											  new GLatLng(38.61570943205324, 15.837907791137695),
											  new GLatLng(38.61510585571154, 15.83853542804718),
											  new GLatLng(38.61530704838973, 15.838760733604431),
											  new GLatLng(38.61587709124685, 15.838138461112976),
											  new GLatLng(38.61570943205324, 15.837907791137695)],											  
											  "red",1, 1, "#f06014", 0.5); 
				  map.addOverlay(polygon);
			}
	  
	  }
	  
	  
function zoomma()
		{
			map.setZoom(5)
		}
      // add the points    
	  
var point = new GLatLng(38.64236651118649,15.836566686630249);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"253\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Roller Club</td>"+
"    <td width=\"43\"><div align=\"center\"><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" "+
"/></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\" ><a "+
"href=\"http://www.maema-viaggi.it/Capo_Vaticano_Roller_Club.html\" target=\"_blank\"><img "+
"src=\"strutture/Roller Club/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" /></a></p>"+
"      <p >L' Hotel Villaggio Roller Club sorge direttamente sul   mare ed e un moderno "+
"centro di vacanza progettato per   esigenze di relax, divertimento e sport.</p>"+
"      </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Roller_Club.html\" "+
"target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"    Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio  Roller Club  3 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.705099936361094,15.968987345695495);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"234\" bgcolor=\"#eeeeee\">Villaggio-Hotel Sciabache &quot;</td>"+
"    <td width=\"62\"><div align=\"center\"><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\"><div align=\"justify\"><a "+
"href=\"http://www.maema-viaggi.it/Zambrone_Sciabache.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Sciabache/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" /></a>"+
"      <p align=\"left\">Direttamente sul mare cristallino il complesso si sviluppa su un area  "+
" completamente pianeggiante di circa 40.000mq...Inserito nella marina del Comune   di "+
"<strong>Zambrone</strong>,fuori dal centro abitato;dista 8 km dalla Citta di <strong><U>Tropea</U></strong>"+
"      </p>"+
"    </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Zambrone_Sciabache.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"        Dettagli &amp; Prezzi </a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Hotel Residence Sciabache 3 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.64982000306808,15.843508243560791);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"234\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Stromboli &quot;</td>"+
"    <td width=\"62\"><div align=\"center\"><img src=\"/immagini_stelle/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"/immagini_stelle/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"/immagini_stelle/star.gif\" width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\"><div align=\"justify\"><a "+
"href=\"http://www.maema-viaggi.it/Torre_Marino_Stromboli.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Stromboli/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" /></a>"+
"      <p align=\"left\" >Immerso in 37.000 metri quadri di verde a terrazze sul <strong><U>mare</U></strong>, in una baia tra le più   suggestive che collegano "+
"<strong><U>Tropea</U></strong> a <strong><U>Capo "+
"Vaticano</U></strong>, lo Stromboli offre l'   opportunità di vivere intensamente la vostra<strong> "+
"vacanza</strong> circondati   da una natura incontaminata<strong>"+
"      </strong>"+
"      </p>"+
"    </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Torre_Marino_Stromboli.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"        Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Stromboli 3 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.63097319510109,15.832886695861816);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"245\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Camping Solemare</td>"+
"    <td width=\"51\"><div align=\"center\"><img src=\"/immagini_stelle/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"/immagini_stelle/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"/immagini_stelle/star.gif\" width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\"><div align=\"justify\"><a "+
"href=\"http://www.maema-viaggi.it/Capo_Vaticano_Solemare.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Solemare/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" border=\"0\" "+
"align=\"left\" /></a>"+
"      <p align=\"left\" >Recentemente realizzato su 40.000 mq pianeggianti,   con le più "+
"moderne tecniche edilizie, confina con la spiaggia che si estende   sino agli scogli di <strong><U>Capo   "+
"Vaticano</U></strong>. Un <strong<U>mare</U></strong> blu cobalto "+
"ed un verde stupendo   incorniciano il complesso turistico.<strong>"+
"      </strong>"+
"      </p>"+
"    </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Solemare.html\" "+
"target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"        Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Solemare 3 stelle",descrizione);
map.addOverlay(marker);	  

var point = new GLatLng(38.61599445244922,15.838610529899597);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"253\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Eden Village</td>"+
"    <td width=\"43\"><div align=\"center\"><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" "+
"/></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\" ><a "+
"href=\"http://www.maema-viaggi.it/Capo_Vaticano_Eden_Village.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Eden%20Village/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" /></a></p>"+
"      <p >Completamente immerso nel verde, confinante con la spiaggia di Grotticelle la   "+
"più bella Baia di Capo Vaticano sorge l' Hotel Villaggio Eden.<strong>"+
"        </strong>"+
"      </p>"+
"      </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Eden_Village.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"    Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Eden 3 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.64580635841591,15.838642716407775);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"234\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Baia Del Sole</td>"+
"    <td width=\"62\"><div align=\"center\"><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\"><div align=\"justify\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Baia%20del%20Sole/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" />"+
"      <p align=\"left\" >direttamente sul mare immerso nel verde lungo la   costa che "+
"collega <strong><U>Tropea</U></strong>e <strong><U>Capo Vaticano</U></strong> un "+
"pezzo di<strong> Calabria</strong> dolce sul <strong><U>mare</U></strong>: un <strong>Villaggio Turistico</strong> che vi sorprendera per la "+
"cura, per il verde e per l'ospitalita"+
"      </p>"+
"    </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Baia_del_Sole.html.htm\" "+
"target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"        Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Baia del Sole 4 stelle",descrizione);
map.addOverlay(marker);	  

var point = new GLatLng(38.64746128089323,15.83929717540741);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"234\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Cala Di Volpe</td>"+
"    <td width=\"62\"><div align=\"center\"><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\"><div align=\"justify\"><a "+
"href=\"http://www.maema-viaggi.it/Torre_Marino_Cala_di_Volpe.html\" "+
"target=\"_blank\"><img src=\"http://www.maema-viaggi.it/strutture/Cala%20di%20Volpe/logo.jpg\" alt=\"\" "+
"width=\"70\" height=\"56\" border=\"0\" align=\"left\" /></a>"+
"      <p align=\"left\" >Il villaggio residence <strong>Cala   di Volpe</strong>, situato "+
"direttamente sul <strong>mare</strong>, sull' ampia spiaggia di Torre Marino,   è un complesso di ville immerse "+
"in una vegetazione mediterranea e tropicale."+
"      </p>"+
"    </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Torre_Marino_Cala_di_Volpe.html\" "+
"target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"        Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Cala di Volpe  4 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.677846402086246,15.907773971557617);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"253\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Camping  New Paradise</td>"+
"    <td width=\"43\"><div align=\"center\"><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" "+
"/></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\" ><a "+
"href=\"http://www.maema-viaggi.it/Tropea_New_Paradise.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/New%20Paradise/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" "+
"border=\"0\" align=\"left\" /></a></p>"+
"      <p >Il villaggio New Paradise si estende a forma di terrazza sul mare con una vista   "+
"stupenda del suggestivo scoglio di San Leonardo, del porto turistico e della   maestosa rupe di Tropea <strong>"+
"        </strong>"+
"      </p>"+
"      </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Tropea_New_Paradise.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"    Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio  New Paradise 3 stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.612398082684145,15.84778368473053);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"253\" bgcolor=\"#eeeeee\" >Villaggio-Hotel Santa Maria</td>"+
"    <td width=\"43\"><div align=\"center\"><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" "+
"/></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\" ><a "+
"href=\"http://www.maema-viaggi.it/Capo_Vaticano_Santa_Maria.html\" target=\"_blank\"><img "+
"src=\"http://www.maema-viaggi.it/strutture/Santa%20Maria/logo.jpg\" alt=\"\" width=\"70\" "+
"height=\"56\" border=\"0\" align=\"left\" /></a></p>"+
"      <p >Immerso in 37.000 metri quadri di verde a terrazze sul mare, in una baia tra le   più "+
"suggestive che collegano Tropea a Capo Vaticano. </p>"+
"      </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Santa_Maria.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"   Dettagli &amp; Prezzi</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Santa Maria 3 stelle",descrizione);
map.addOverlay(marker);


var point = new GLatLng(38.71152555116423,15.980553030967712);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td height=\"32\" colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" "+
"height=\"30\" style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"248\" bgcolor=\"#eeeeee\" class=\"titolo\">Villaggio-Hotel Residenza Mediterranea</td>"+
"    <td width=\"48\"><div align=\"center\"><img src=\"home/star.gif\" width=\"12\" height=\"12\" /><img "+
"src=\"home/star.gif\" width=\"12\" height=\"12\" /><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\"><a "+
"href=\"http://www.maema-viaggi.it/Zambrone_Mediterranea.html\" target=\"_blank\"><img "+
"src=\"strutture/Mediterranea/logo.jpg\" alt=\"\" width=\"70\" height=\"56\" border=\"0\" "+
"align=\"left\" /></a></p>"+
"      <p align=\"justify\">Il villaggio turistico Residenza Mediterranea si trova a Zambrone "+
"a pochi   chilometri da Tropea su una collinetta da dove si può ammirare un bellissimo   panorama. </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Zambrone_Mediterranea.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"   Dettagli &amp; Foto</a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Residenza Mediterranea tre stelle",descrizione);
map.addOverlay(marker);

var point = new GLatLng(38.64252572822277,15.8357834815979);
var descrizione=
"<table width=\"300\" border=\"0\" style=\"border:1px #003366 solid; margin:0x; padding:0px;\">"+
"  <tr>"+
"    <td colspan=\"2\"><img src=\"mappe/sopra.jpg\" width=\"300\" height=\"30\" "+
"style=\"margin:0px; padding:0px; border:0px;\" /></td>"+
"  </tr>"+
"  <tr>"+
"    <td width=\"253\" bgcolor=\"#eeeeee\" class=\"titolo\">Villaggio-Hotel Torre Ruffa</td>"+
"    <td width=\"43\"><div align=\"center\"><img src=\"home/star.gif\" "+
"width=\"12\" height=\"12\" /><img src=\"home/star.gif\" width=\"12\" "+
"height=\"12\" /><img src=\"home/star.gif\" width=\"12\" height=\"12\" "+
"/></div></td>"+
"  </tr>"+
"  <tr>"+
"    <td colspan=\"2\" valign=\"top\"><div align=\"justify\">"+
"      <p align=\"left\"><a "+
"href=\"http://www.maema-viaggi.it/Capo_Vaticano_Torre_Ruffa.html\" target=\"_blank\"><img "+
"src=\"strutture/Torre Ruffa/logo.jpg\" alt=\"\" width=\"70\" "+
"height=\"56\" border=\"0\" align=\"left\" /></a></p>"+
"      <p>E' un piccolo Villaggio turistico Torre Ruffa, sul mare, molto suggestivo, che   "+
"possiede la grande proprietà di soddisfare la voglia di mare, di intimità e di   relax. </p>"+
"      </div></td>"+
"  </tr>"+
"  <tr>"+
"    <td height=\"18\" colspan=\"2\" bgcolor=\"#eeeeee\"><div align=\"center\"> "+
"        <!-- INDIRIZZO PAGINA DETTAGLI -->"+
"        <a href=\"http://www.maema-viaggi.it/Capo_Vaticano_Torre_Ruffa.html\" target=\"_blank\"> "+
"        <!-- FINE INDIRIZZO PAGINA DETTAGLI -->"+
"    Dettagli &amp; Prezzi </a></div></td>"+
"  </tr>"+
"</table>";
var marker = createMarker(point,"Villaggio Torre Ruffa 3 stelle",descrizione);
map.addOverlay(marker);
     // put the assembled side_bar_html contents into the side_bar div
      //document.getElementById("side_bar").innerHTML = side_bar_html;
      
    }

    else {
      alert("Sorry, the Google Maps API is not compatible with this browser");
    }
