'+
'

'+
'
La Villetta
'+
'
Alberghi
'+
'
'+
'Via Sobborgo Emiliano, 24, Sarzana (La Spezia)'+
'
Apri Scheda'+
'
';
var marker1 = new google.maps.Marker({
position: new google.maps.LatLng(44.111500475222,9.960823059082031),
map: map,
icon:'images/marker.png',
title: 'La Villetta'
});
markers.push(marker1);
google.maps.event.addListener(marker1, 'click', function() {
infowindow.setContent(content1);
infowindow.open(map,marker1);
});
var mcOptions = {
maxZoom: 15,
styles: [{
url: '/images/cluster1.png',
height: 22,
width: 22,
textColor: '#ffffff',
textSize: 11
},{
url: '/images/cluster2.png',
height: 26,
width: 26,
textColor: '#ffffff',
textSize: 13
},{
url: '/images/cluster3.png',
height: 30,
width: 30,
textColor: '#ffffff',
textSize: 15
}]
};
var mc = new MarkerClusterer(map, markers,mcOptions);
};
window.onload = categoryMap;