CONTACT SOCIETE - Contacts
CONTACT SOCIETE - function initMap() { var map = new google.maps.Map(document.getElementById('map'), { zoom: 3, center: {lat: 41.87194, lng: 12.56738} }); // Create an array of alphabetical characters used to label the markers. var labels = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; // Add some markers to the map. // Note: The code uses the JavaScript Array.prototype.map() method to // create an array of markers based on a given "locations" array. // The map() method here has nothing to do with the Google Maps API. var markers = locations.map(function(location, i) { return new google.maps.Marker({ position: location, label: labels[i % labels.length] }); }); // Add a marker clusterer to manage the markers. var markerCluster = new MarkerClusterer(map, markers, {imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m'}); } var locations = [ {lat: 45.721694, lng: 9.039162}, {lat: 45.721484, lng: 9.040031}, {lat: 45.4119071, lng: 9.432044}, {lat: 55.478715, lng: 13.498979} ]
https://www.saccosystem.com/c/fr/contacts/contact-societe/158/