function initMap() { var centre = {lat: 45.73, lng: -0.69} ; 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.26946700, lng: -0.87257100, nom: 'Résidence le Pays D\'Aunis',url: '/hotspot-wifi-ehpad-st-jean-de-liversay-residence-le-pays-d-aunis-895.html',ville: 'St Jean de Liversay', activite: 'EHPAD'}, {lat: 45.21205040, lng: -0.37014620, nom: 'Snc le Relais des Bois',url: '/hotspot-wifi-hotel-bussac-foret-snc-le-relais-des-bois-1417.html',ville: 'Bussac-Foret', activite: 'Hôtel'}, {lat: 45.91961410, lng: -1.33801700, nom: 'Hôtel de la Plage',url: '/hotspot-wifi-hotel-st-pierre-d-oleron-hotel-de-la-plage-1680.html',ville: 'St Pierre D\'Oleron', activite: 'Hôtel'}, {lat: 46.16899790, lng: -1.12129850, nom: 'Hotel Inn',url: '/hotspot-wifi-hotel-la-rochelle-hotel-inn-2600.html',ville: 'La Rochelle', activite: 'Hôtel'}, {lat: 45.57803680, lng: -0.54712630, nom: 'Café Restaurant le Français',url: '/hotspot-wifi-bar-restaurant-pons-cafe-restaurant-le-francais-3510.html',ville: 'Pons', activite: 'Bar restaurant'}, {lat: 45.93575130, lng: -0.96798110, nom: 'Rochefort-Le Clos des Fontaines',url: '/hotspot-wifi-ehpad-rochefort-rochefort-le-clos-des-fontaines-4014.html',ville: 'Rochefort', activite: 'EHPAD'}, {lat: 45.86826500, lng: -0.96340880, nom: 'St Agnant-Les Jardins du Marais',url: '/hotspot-wifi-ehpad-saint-agnant-st-agnant-les-jardins-du-marais-4022.html',ville: 'Saint Agnant', activite: 'EHPAD'}, {lat: 45.65048350, lng: -1.11994830, nom: 'Residence Garbo',url: '/hotspot-wifi-collectif-saint-palais-residence-garbo-4710.html',ville: 'Saint Palais', activite: 'Collectif'}, {lat: 46.04704710, lng: -0.50862820, nom: 'Loulay-Les Jardins de Loulay',url: '/hotspot-wifi-ehpa-loulay-loulay-les-jardins-de-loulay-4801.html',ville: 'Loulay', activite: 'EHPA'}, {lat: 45.21817710, lng: -0.18714440, nom: 'Laverie Libre Service Montguyon',url: '/hotspot-wifi-collectif-montguyon-laverie-libre-service-montguyon-5065.html',ville: 'Montguyon', activite: 'Collectif'}, {lat: 45.52467700, lng: -0.87242200, nom: 'Barzan-Résidence le Clos des Muriers',url: '/hotspot-wifi-ehpad-barzan-barzan-residence-le-clos-des-muriers-6537.html',ville: 'Barzan', activite: 'EHPAD'}, {lat: 45.43537000, lng: -0.44369800, nom: 'Arc En Ciel Résidence',url: '/hotspot-wifi-gite-chambres-d-hotes-jonzac-arc-en-ciel-residence-6855.html',ville: 'Jonzac', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 46.18719800, lng: -1.32563400, nom: 'Hôtel la Galiote En Ré 3***',url: '/hotspot-wifi-hotel-la-flotte-hotel-la-galiote-en-re-3-7571.html',ville: 'La Flotte', activite: 'Hôtel'}, {lat: 45.44276800, lng: -0.43477400, nom: 'L’aparté',url: '/hotspot-wifi-bar-brasserie-jonzac-l-8217-aparte-8073.html',ville: 'Jonzac', activite: 'Bar brasserie'}, {lat: 45.95710280, lng: -0.97712080, nom: 'Hotel Inn Design',url: '/hotspot-wifi-hotel-rochefort-hotel-inn-design-8702.html',ville: 'Rochefort', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Groupe Télécom de L\'Ouest',url: '/hotspot-wifi-societe-la-rochelle-groupe-telecom-de-l-ouest-9528.html',ville: 'La Rochelle', activite: 'Société'}, {lat: 45.92054060, lng: -1.33757230, nom: 'Camping les Tamaris',url: '/hotspot-wifi-camping-saint-pierre-d-oleron-camping-les-tamaris-9560.html',ville: 'Saint Pierre D\'Oléron', activite: 'Camping'}, {lat: 46.16067100, lng: -1.27944800, nom: 'Clos Bonnin',url: '/hotspot-wifi-gite-chambres-d-hotes-rivedoux-plage-clos-bonnin-9783.html',ville: 'Rivedoux-Plage', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 45.75933500, lng: -1.16998000, nom: 'Camping le Pacha',url: '/hotspot-wifi-camping-la-tremblade-camping-le-pacha-9907.html',ville: 'La Tremblade', activite: 'Camping'}, {lat: 46.18263700, lng: -1.11419400, nom: 'Résidence de Beaulieu',url: '/hotspot-wifi-ehpad-puilboreau-residence-de-beaulieu-10491.html',ville: 'Puilboreau', activite: 'EHPAD'}, {lat: 45.89642500, lng: -0.79402300, nom: 'Au P\'Tit Borniquais',url: '/hotspot-wifi-bar-tabac-bords-au-p-tit-borniquais-10532.html',ville: 'Bords', activite: 'Bar tabac'}, {lat: 46.16253300, lng: -1.15910700, nom: 'Caf de la Charente-Maritime - la Rochelle',url: '/hotspot-wifi-espace-public-la-rochelle-caf-de-la-charente-maritime-la-rochelle-10714.html',ville: 'La Rochelle', activite: 'Espace public'}, {lat: 45.29512100, lng: -0.23763300, nom: 'Km488',url: '/hotspot-wifi-bar-restaurant-chevanceaux-km488-10716.html',ville: 'Chevanceaux', activite: 'Bar restaurant'}, {lat: 45.27207500, lng: -0.24978300, nom: 'Domaine du Haut Preau',url: '/hotspot-wifi-gite-chambres-d-hotes-st-palais-de-negrignac-domaine-du-haut-preau-10847.html',ville: 'St Palais de Négrignac', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 45.93926000, lng: -0.97558800, nom: 'La Piece à Café',url: '/hotspot-wifi-bar-brasserie-rochefort-la-piece-a-cafe-10896.html',ville: 'Rochefort', activite: 'Bar brasserie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Atc Camping Oree des Bois',url: '/hotspot-wifi-camping-saint-pierre-d-oleron-atc-camping-oree-des-bois-11041.html',ville: 'Saint Pierre D\'Oléron', activite: 'Camping'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Résidence de L\'Arsenal Royal',url: '/hotspot-wifi-residence-de-services-rochefort-residence-de-l-arsenal-royal-11147.html',ville: 'Rochefort', activite: 'Résidence de services'}, {lat: 46.21385600, lng: -1.10353100, nom: 'Les Trois Lilas',url: '/hotspot-wifi-gite-chambres-d-hotes-saint-xandre-les-trois-lilas-11300.html',ville: 'Saint-Xandre', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 46.15757010, lng: -1.27562010, nom: 'Camping les Acacias',url: '/hotspot-wifi-camping-rivedoux-plage-camping-les-acacias-11438.html',ville: 'Rivedoux Plage', activite: 'Camping'}, {lat: 46.19347900, lng: -1.43445600, nom: 'Perle de Ré',url: '/hotspot-wifi-hotel-la-couarde-sur-mer-perle-de-re-11490.html',ville: 'La Couarde Sur Mer', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Caf de la Charente-Maritime - Rochefort',url: '/hotspot-wifi-espace-public-rochefort-caf-de-la-charente-maritime-rochefort-11515.html',ville: 'Rochefort', activite: 'Espace public'}, {lat: 45.76912000, lng: -0.89018200, nom: 'Mediatheque Sainte Gemme',url: '/hotspot-wifi-bibliotheque-sainte-gemme-mediatheque-sainte-gemme-11600.html',ville: 'Sainte Gemme', activite: 'Bibliothèque '}, {lat: 45.45522000, lng: -0.48961600, nom: 'Camping des Acacias',url: '/hotspot-wifi-camping-clion-camping-des-acacias-11601.html',ville: 'Clion', activite: 'Camping'}, {lat: 46.03291200, lng: -1.37340700, nom: 'Camping les Lauriers',url: '/hotspot-wifi-camping-saint-denis-d-oleron-camping-les-lauriers-11838.html',ville: 'Saint-Denis D\'Oléron', activite: 'Camping'}, {lat: 46.01123400, lng: -1.17447800, nom: 'Hôtel le Napoléon',url: '/hotspot-wifi-hotel-ile-d-aix-hotel-le-napoleon-12197.html',ville: 'île D\'Aix', activite: 'Hôtel'}, {lat: 45.78725200, lng: -1.15796700, nom: 'Les Ombrages',url: '/hotspot-wifi-camping-ronce-les-bains-les-ombrages-12236.html',ville: 'Ronce les Bains', activite: 'Camping'}, {lat: 46.15815600, lng: -1.26972000, nom: 'Feuillette Rivedoux-Plage',url: '/hotspot-wifi-sandwicherie-rivedoux-plage-feuillette-rivedoux-plage-12314.html',ville: 'Rivedoux-Plage', activite: 'Sandwicherie'}, {lat: 46.15327600, lng: -1.15589300, nom: 'Aj Rochelle-Camping du Soleil',url: '/hotspot-wifi-camping-la-rochelle-aj-rochelle-camping-du-soleil-12608.html',ville: 'La Rochelle', activite: 'Camping'}, {lat: 46.15265400, lng: -1.33373900, nom: 'Meublés Guilbon',url: '/hotspot-wifi-agence-bancaire-sainte-marie-de-re-meubles-guilbon-12625.html',ville: 'Sainte Marie de Ré', activite: 'Agence bancaire'} ]