function initMap() {
var centre = {lat: 46.63, lng: 4.58} ;
var map = new google.maps.Map(document.getElementById('map'), {
zoom: 8,
center: centre
});
var tempMarkers = [];
var infoWindow = new google.maps.InfoWindow();
var marker, i;
for (var i = 0; i < locations.length; i++) {
var lat = locations[i].lat;
var lng = locations[i].lng;
marker = new google.maps.Marker({
position: new google.maps.LatLng(lat, lng),
map: map,
icon: 'https://cdn2.iconfinder.com/data/icons/flat-ui-icons-24-px/24/location-24-32.png'
});
tempMarkers.push(marker);
//markerCluster.addMarker(marker);
var prev_infowindow = false;
google.maps.event.addListener(marker, 'click', (function(marker, i) {
return function() {
var contentString = ''+locations[i].nom+'
'+locations[i].activite+' à '+locations[i].ville;
var infoWindow = new google.maps.InfoWindow({
content: contentString
});
if (prev_infowindow) {
prev_infowindow.close();
}
prev_infowindow = infoWindow;
infoWindow.open(map, marker);
}
})(marker, i));
}
var markerCluster = new MarkerClusterer(map,tempMarkers,{imagePath: 'https://developers.google.com/maps/documentation/javascript/examples/markerclusterer/m'});
}
var locations = [
{lat: 46.48231390, lng: 3.98889260,
nom: 'Digoin-Residence de la Capitainerie',url: '/hotspot-wifi-ehpad-digoin-digoin-residence-de-la-capitainerie-1778.html',ville: 'Digoin', activite: 'EHPAD'},
{lat: 47.07769700, lng: 4.09896300,
nom: 'Mairie',url: '/hotspot-wifi-mairie-anost-mairie-3394.html',ville: 'Anost', activite: 'Mairie'},
{lat: 46.44954180, lng: 4.88519890,
nom: 'Pate à Choux - Pascal Picca',url: '/hotspot-wifi-bar-restaurant-fleurville-pate-a-choux-pascal-picca-3773.html',ville: 'Fleurville', activite: 'Bar restaurant'},
{lat: 46.62260990, lng: 3.75338730,
nom: 'Casino de Bourbon Lancy',url: '/hotspot-wifi-restaurant-bourbon-lancy-casino-de-bourbon-lancy-4813.html',ville: 'Bourbon Lancy', activite: 'Restaurant'},
{lat: 46.80216540, lng: 4.78227100,
nom: 'Résidence Notre Dame de Marloux',url: '/hotspot-wifi-ehpa-mellecey-residence-notre-dame-de-marloux-5949.html',ville: 'Mellecey', activite: 'EHPA'},
{lat: 46.75561500, lng: 4.64310200,
nom: 'Ste Helene-Residence des Quatre Saisons',url: '/hotspot-wifi-ehpad-ste-helene-ste-helene-residence-des-quatre-saisons-5966.html',ville: 'Ste Helene', activite: 'EHPAD'},
{lat: 46.94729700, lng: 4.30479730,
nom: 'Résidence Ste Anne',url: '/hotspot-wifi-ehpad-autun-residence-ste-anne-6582.html',ville: 'Autun', activite: 'EHPAD'},
{lat: 46.30681820, lng: 4.81504860,
nom: 'Charnay les Macon-Residence Marius Lacrouze',url: '/hotspot-wifi-ehpad-charnay-les-macon-charnay-les-macon-residence-marius-lacrouze-6602.html',ville: 'Charnay les Macon', activite: 'EHPAD'},
{lat: 46.67211330, lng: 4.36228740,
nom: 'Montceau les Mines-Les Jardins Medicis',url: '/hotspot-wifi-ehpad-montceau-les-mines-montceau-les-mines-les-jardins-medicis-6657.html',ville: 'Montceau les Mines', activite: 'EHPAD'},
{lat: 46.89462920, lng: 5.02377340,
nom: 'Verdun/le Doubs-La Residence St Jean',url: '/hotspot-wifi-ehpad-verdun-sur-le-doubs-verdun-le-doubs-la-residence-st-jean-6695.html',ville: 'Verdun Sur le Doubs', activite: 'EHPAD'},
{lat: 46.30614400, lng: 4.48194750,
nom: 'Gite Trambly',url: '/hotspot-wifi-gite-chambres-d-hotes-trambly-gite-trambly-7417.html',ville: 'Trambly', activite: 'Gîte / Chambres d\'hôtes'},
{lat: 46.62377410, lng: 3.76305370,
nom: 'Mairiebourbon-Carrage',url: '/hotspot-wifi-mairie-bourbon-lancy-mairiebourbon-carrage-7876.html',ville: 'Bourbon Lancy', activite: 'Mairie'},
{lat: 46.30112650, lng: 4.82527220,
nom: 'Cllaj Macon',url: '/hotspot-wifi-residence-etudiante-macon-cllaj-macon-7977.html',ville: 'Macon', activite: 'Résidence étudiante'},
{lat: 46.56610010, lng: 4.90835010,
nom: 'Cllaj Tournus',url: '/hotspot-wifi-residence-etudiante-tournus-cllaj-tournus-7984.html',ville: 'Tournus', activite: 'Résidence étudiante'},
{lat: 46.61931900, lng: 3.77307800,
nom: 'Mairiebourbon St Denis',url: '/hotspot-wifi-mairie-bourbon-lancy-mairiebourbon-st-denis-8814.html',ville: 'Bourbon Lancy', activite: 'Mairie'},
{lat: 46.62547800, lng: 3.76390900,
nom: 'Mairiebourbon-Mgoutheraut',url: '/hotspot-wifi-espace-public-bourbon-lancy-mairiebourbon-mgoutheraut-8820.html',ville: 'Bourbon Lancy', activite: 'Espace public'},
{lat: 46.61931900, lng: 3.77307800,
nom: 'Mairiebourbon Base Nautique',url: '/hotspot-wifi-mairie-bourbon-lancy-mairiebourbon-base-nautique-8826.html',ville: 'Bourbon Lancy', activite: 'Mairie'},
{lat: 46.61931900, lng: 3.77307800,
nom: 'Mairiebourbon Salle St Leger',url: '/hotspot-wifi-mairie-bourbon-lancy-mairiebourbon-salle-st-leger-8838.html',ville: 'Bourbon Lancy', activite: 'Mairie'},
{lat: 46.25678600, lng: 4.79116000,
nom: 'Hôtel Première Classe Mâcon',url: '/hotspot-wifi-hotel-chaintre-hotel-premiere-classe-macon-9906.html',ville: 'Chaintre', activite: 'Hôtel'},
{lat: 46.86876800, lng: 4.57319400,
nom: 'Hôtel des Trois Maures',url: '/hotspot-wifi-hotel-couches-hotel-des-trois-maures-10170.html',ville: 'Couches', activite: 'Hôtel'},
{lat: 46.80553100, lng: 4.42051500,
nom: 'Sci Emel2',url: '/hotspot-wifi-hotel-le-creusot-sci-emel2-10478.html',ville: 'Le Creusot', activite: 'Hôtel'},
{lat: 46.61804900, lng: 3.76716690,
nom: 'Grand Hôtel',url: '/hotspot-wifi-hotel-bourbon-lancy-grand-hotel-10770.html',ville: 'Bourbon-Lancy', activite: 'Hôtel'},
{lat: 46.61969000, lng: 3.77511700,
nom: 'Maison Partagée Ville de Bourbon-Lancy',url: '/hotspot-wifi-mairie-bourbon-lancy-maison-partagee-ville-de-bourbon-lancy-10891.html',ville: 'Bourbon-Lancy', activite: 'Mairie'},
{lat: 46.61814510, lng: 3.76970280,
nom: 'Résidence Richelieu',url: '/hotspot-wifi-hotel-bourbon-lancy-residence-richelieu-10898.html',ville: 'Bourbon-Lancy', activite: 'Hôtel'},
{lat: -99.00000000, lng: -99.00000000,
nom: 'Maison France Services Bourbon-Lancy',url: '/hotspot-wifi-mairie-bourbon-lancy-maison-france-services-bourbon-lancy-11017.html',ville: 'Bourbon-Lancy', activite: 'Mairie'},
{lat: 46.34076350, lng: 4.82830870,
nom: 'Hôtel Inn Design Mâcon',url: '/hotspot-wifi-hotel-sance-hotel-inn-design-macon-11059.html',ville: 'Sancé', activite: 'Hôtel'},
{lat: 46.68751800, lng: 4.39829200,
nom: 'Résidence Symphonie',url: '/hotspot-wifi-residence-de-services-blanzy-residence-symphonie-11091.html',ville: 'Blanzy', activite: 'Résidence de services'},
{lat: 46.26541400, lng: 4.72645800,
nom: 'Allee des Pommiers',url: '/hotspot-wifi-gite-chambres-d-hotes-leynes-allee-des-pommiers-11381.html',ville: 'Leynes', activite: 'Gîte / Chambres d\'hôtes'},
{lat: 46.84464470, lng: 4.63189070,
nom: 'Locaboat St Léger',url: '/hotspot-wifi-centre-de-loisirs-saint-leger-sur-dheune-locaboat-st-leger-12027.html',ville: 'Saint Leger Sur Dheune', activite: 'Centre de loisirs'},
{lat: 46.94760200, lng: 4.27795100,
nom: 'Pappillons Blancs Autunois',url: '/hotspot-wifi-residence-de-services-autun-pappillons-blancs-autunois-12064.html',ville: 'Autun', activite: 'Résidence de services'},
{lat: -99.00000000, lng: -99.00000000,
nom: 'Cilef',url: '/hotspot-wifi-residence-de-services-autun-cilef-12089.html',ville: 'Autun', activite: 'Résidence de services'},
{lat: 46.95483000, lng: 4.32131800,
nom: 'Eduen',url: '/hotspot-wifi-collectif-autun-eduen-12145.html',ville: 'Autun', activite: 'Collectif'},
{lat: 46.86383200, lng: 4.57837300,
nom: 'Salle Jean Genet',url: '/hotspot-wifi-centre-culturel-couches-salle-jean-genet-12375.html',ville: 'Couches', activite: 'Centre culturel'},
{lat: 46.99089200, lng: 4.51379000,
nom: 'Pole D\'Epinac',url: '/hotspot-wifi-collectif-epinac-pole-d-epinac-12376.html',ville: 'Epinac', activite: 'Collectif'},
{lat: 46.99089200, lng: 4.51379000,
nom: 'Médiathèque D\'Epinac',url: '/hotspot-wifi-centre-culturel-epinac-mediatheque-d-epinac-12377.html',ville: 'Epinac', activite: 'Centre culturel'},
{lat: 47.07608300, lng: 4.12207700,
nom: 'Pôle D\'Anost',url: '/hotspot-wifi-espace-public-anost-pole-d-anost-12378.html',ville: 'Anost', activite: 'Espace public'},
{lat: 46.97070900, lng: 4.26935800,
nom: 'Centre de Ressources Numeriques',url: '/hotspot-wifi-mairie-autun-centre-de-ressources-numeriques-12480.html',ville: 'Autun', activite: 'Mairie'},
{lat: 46.62487400, lng: 3.77218400,
nom: 'Mairie de Bourbon-Lancy - Château Courmont',url: '/hotspot-wifi-mairie-bourbon-lancy-mairie-de-bourbon-lancy-chateau-courmont-12571.html',ville: 'Bourbon-Lancy', activite: 'Mairie'},
{lat: 46.86784400, lng: 4.18038700,
nom: 'Pôle D\'Etang',url: '/hotspot-wifi-espace-public-etang-sur-arroux-pole-d-etang-12741.html',ville: 'Etang Sur Arroux', activite: 'Espace public'},
{lat: 46.61790130, lng: 3.76932850,
nom: 'Residence St Leger',url: '/hotspot-wifi-hotel-bourbon-lancy-residence-st-leger-13070.html',ville: 'Bourbon Lancy', activite: 'Hôtel'}
]