function initialize() { var myLatlng = new google.maps.LatLng(41.8905198,12.4942486); var myOptions = {zoom: 5, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, scrollwheel: false} var map = new google.maps.Map(document.getElementById("mappabasso"), myOptions); var image1 = '/images/icon-maker.png'; var myLatLng1 = new google.maps.LatLng(45.71936427471123, 7.258872985839844); var contentString1 = 'CAMPING INTERNATIONAL TOURING
Sarre (Aosta)
Valle d\'Aosta
'; var infowindow1 = new google.maps.InfoWindow({content: contentString1, maxWidth: 100}); var beachMarker1 = new google.maps.Marker({position: myLatLng1, map: map, icon: image1, title: 'CAMPING INTERNATIONAL TOURING'}); google.maps.event.addListener(beachMarker1, 'click', function() {infowindow1.open(map,beachMarker1);}); var darwin = new google.maps.LatLng(45.71936427471123, 7.258872985839844); map.setCenter(darwin); map.setZoom(7); var darwin = new google.maps.LatLng(45.71936427471123, 7.258872985839844); map.setCenter(darwin); map.setZoom(9); }