Comunicare: mettere in comune!

La comunicazione avviene quando, oltre al messaggio, passa anche un pezzetto d’anima.
∼ Henri Bergson ∼
Scrivici!!
Contatti
Telefono
- +39 0377 910888
Fax
- +39 0377 900459
Indirizzo
- Via G. Mazzini, 67
- 26841 Casalpusterlengo (LO)
- Italy
$disable_mouse_scroll = false;
function init() { var mapOptions = { zoom: 11, scrollwheel: $disable_mouse_scroll, center: new google.maps.LatLng(45.1975792, 9.6141507 ), styles: [ { "featureType": "water", "elementType": "geometry", "stylers": [ { "color": "#e9e9e9" }, { "lightness": 17 } ] }, { "featureType": "landscape", "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" }, { "lightness": 20 } ] }, { "featureType": "road.highway", "elementType": "geometry.fill", "stylers": [ { "color": "#ffffff" }, { "lightness": 17 } ] }, { "featureType": "road.highway", "elementType": "geometry.stroke", "stylers": [ { "color": "#ffffff" }, { "lightness": 29 }, { "weight": 0.2 } ] }, { "featureType": "road.arterial", "elementType": "geometry", "stylers": [ { "color": "#ffffff" }, { "lightness": 18 } ] }, { "featureType": "road.local", "elementType": "geometry", "stylers": [ { "color": "#ffffff" }, { "lightness": 16 } ] }, { "featureType": "poi", "elementType": "geometry", "stylers": [ { "color": "#f5f5f5" }, { "lightness": 21 } ] }, { "featureType": "poi.park", "elementType": "geometry", "stylers": [ { "color": "#dedede" }, { "lightness": 21 } ] }, { "elementType": "labels.text.stroke", "stylers": [ { "visibility": "on" }, { "color": "#ffffff" }, { "lightness": 16 } ] }, { "elementType": "labels.text.fill", "stylers": [ { "saturation": 36 }, { "color": "#333333" }, { "lightness": 40 } ] }, { "elementType": "labels.icon", "stylers": [ { "visibility": "off" } ] }, { "featureType": "transit", "elementType": "geometry", "stylers": [ { "color": "#f2f2f2" }, { "lightness": 19 } ] }, { "featureType": "administrative", "elementType": "geometry.fill", "stylers": [ { "color": "#fefefe" }, { "lightness": 20 } ] }, { "featureType": "administrative", "elementType": "geometry.stroke", "stylers": [ { "color": "#fefefe" }, { "lightness": 17 }, { "weight": 1.2 } ] } ] }; var mapElement = document.getElementById('googleMap-587699'); var map = new google.maps.Map(mapElement, mapOptions); var marker = new google.maps.Marker({ position: new google.maps.LatLng(45.1975792, 9.6141507 ), map: map, icon: 'https://aaba.marcomazzocchi.com/wp-content/uploads/2017/09/contact.png', title: 'Snazzy!' }); var styles = [ { stylers: [ { hue: "#c5c5c5" }, { saturation: -100 } ] }, ]; map.setOptions({styles: styles});
marker.setMap(map); } google.maps.event.addDomListener(window, 'load', init);