function initMap() { var centre = {lat: 48.5108, lng: -3.32637} ; 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: 48.81545230, lng: -3.44439690, nom: 'Office de Tourisme Perros-Guirec',url: '/hotspot-wifi-mairie-perros-guirec-office-de-tourisme-perros-guirec-298.html',ville: 'Perros Guirec', activite: 'Mairie'}, {lat: 48.81005840, lng: -3.44386390, nom: 'Mairie de Perros-Guirec - Cyber',url: '/hotspot-wifi-mairie-perros-guirec-mairie-de-perros-guirec-cyber-332.html',ville: 'Perros Guirec', activite: 'Mairie'}, {lat: 48.36111990, lng: -2.63355770, nom: 'Le Penthièvre',url: '/hotspot-wifi-bar-tabac-moncontour-le-penthievre-1134.html',ville: 'Moncontour', activite: 'Bar tabac'}, {lat: 48.52129190, lng: -2.73373200, nom: 'Msb - Ecole Primaire Croix-Rouge',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-croix-rouge-1276.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.52029620, lng: -2.72619000, nom: 'Msb - Ecole Cesson Bourg',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-cesson-bourg-1323.html',ville: 'Saint Brieuc', activite: 'Ecole'}, {lat: 48.62571450, lng: -2.83427040, nom: 'Office de Tourisme D\'Etables/mer, Plourhan, Lantic',url: '/hotspot-wifi-office-de-tourisme-etables-sur-mer-office-de-tourisme-d-etables-mer-plourhan-lantic-1575.html',ville: 'étables Sur Mer', activite: 'Office de tourisme'}, {lat: 48.74628710, lng: -3.46853600, nom: 'Centre Social',url: '/hotspot-wifi-mairie-lannion-centre-social-1688.html',ville: 'Lannion', activite: 'Mairie'}, {lat: 48.38014600, lng: -3.09539990, nom: 'L\'Argoad',url: '/hotspot-wifi-bar-tabac-saint-gilles-pligeaux-l-argoad-1937.html',ville: 'Saint-Gilles-Pligeaux', activite: 'Bar tabac'}, {lat: 48.50465440, lng: -2.76320940, nom: 'Msb - Grande Salle de Robien',url: '/hotspot-wifi-mairie-saint-brieuc-msb-grande-salle-de-robien-2916.html',ville: 'Saint-Brieuc', activite: 'Mairie'}, {lat: 48.17972350, lng: -2.62708800, nom: 'Capcideral Pépinière D\'Entreprises',url: '/hotspot-wifi-gite-chambres-d-hotes-plemet-capcideral-pepiniere-d-entreprises-3356.html',ville: 'Plemet', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 48.26332730, lng: -2.87204480, nom: 'Bosmeleac Camping',url: '/hotspot-wifi-bar-brasserie-allineuc-bosmeleac-camping-3357.html',ville: 'Allineuc', activite: 'Bar brasserie'}, {lat: 48.78198200, lng: -3.52471000, nom: 'Pôle Phoenix Ltc',url: '/hotspot-wifi-mairie-pleumeur-bodou-lannion-pole-phoenix-ltc-3365.html',ville: 'Pleumeur-Bodou / Lannion', activite: 'Mairie'}, {lat: 48.51418000, lng: -2.76583500, nom: 'Caf C.s Plateau',url: '/hotspot-wifi-centre-de-loisirs-saint-brieuc-caf-c-s-plateau-3692.html',ville: 'Saint-Brieuc', activite: 'Centre de loisirs'}, {lat: 48.52021420, lng: -2.78500420, nom: 'Centre Social la Ruche',url: '/hotspot-wifi-centre-de-loisirs-saint-brieuc-centre-social-la-ruche-3693.html',ville: 'Saint-Brieuc', activite: 'Centre de loisirs'}, {lat: 48.45705800, lng: -2.04901500, nom: 'Atelier du 5 Bis',url: '/hotspot-wifi-centre-de-loisirs-dinan-atelier-du-5-bis-3703.html',ville: 'Dinan', activite: 'Centre de loisirs'}, {lat: 48.49764630, lng: -2.74627000, nom: 'Centre Social Croix St Lambert',url: '/hotspot-wifi-espace-public-saint-brieuc-centre-social-croix-st-lambert-3708.html',ville: 'Saint Brieuc', activite: 'Espace public'}, {lat: 48.19187590, lng: -2.41444130, nom: 'Le Central Bar',url: '/hotspot-wifi-bar-brasserie-merdrignac-le-central-bar-3795.html',ville: 'Merdrignac', activite: 'Bar brasserie'}, {lat: 48.58050200, lng: -2.14058100, nom: 'Aire des Gens du Voyage de Ploubalay',url: '/hotspot-wifi-collectif-ploubalay-aire-des-gens-du-voyage-de-ploubalay-4026.html',ville: 'Ploubalay', activite: 'Collectif'}, {lat: 48.79623550, lng: -3.42594740, nom: 'Camping Municipal Ernest Renan',url: '/hotspot-wifi-camping-louannec-camping-municipal-ernest-renan-4394.html',ville: 'Louannec', activite: 'Camping'}, {lat: 48.51725550, lng: -2.76031840, nom: 'Msb - Ecole Guy Ropartz',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-guy-ropartz-4992.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.52265550, lng: -2.79852940, nom: 'Msb - Ecole Primaire Yves Dollo',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-yves-dollo-5003.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.50785440, lng: -2.75379740, nom: 'Msb - Ecole élémentaire Poutrin',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-elementaire-poutrin-5005.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51618010, lng: -2.77827750, nom: 'Msb - Ecole Primaire Jean Nicolas',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-jean-nicolas-5009.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51890040, lng: -2.75205060, nom: 'Msb - Ecole Primaire les Merles',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-les-merles-5010.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.50553640, lng: -2.76512140, nom: 'Msb - Ecole Maternelle Guébriant',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-maternelle-guebriant-5066.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51302500, lng: -2.76843100, nom: 'Msb - Ecole élémentaire Berthelot',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-elementaire-berthelot-5069.html',ville: 'Saint Brieuc', activite: 'Ecole'}, {lat: 48.51453480, lng: -2.74579980, nom: 'Msb - Ecole élémentaire de la Vallée',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-elementaire-de-la-vallee-5073.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.20010550, lng: -2.98728060, nom: 'Le Triskell',url: '/hotspot-wifi-bar-brasserie-mur-de-bretagne-le-triskell-5651.html',ville: 'Mur de Bretagne', activite: 'Bar brasserie'}, {lat: 48.51840300, lng: -2.79594720, nom: 'Le Campus D\'Armor',url: '/hotspot-wifi-residence-etudiante-saint-brieuc-le-campus-d-armor-5971.html',ville: 'Saint Brieuc', activite: 'Résidence étudiante'}, {lat: 48.73036980, lng: -3.46177080, nom: 'Mairie de Lannion',url: '/hotspot-wifi-espace-public-lannion-mairie-de-lannion-6213.html',ville: 'Lannion', activite: 'Espace public'}, {lat: 48.83032900, lng: -3.48565400, nom: 'Résidence Lamouroux',url: '/hotspot-wifi-collectif-perrosguirec-residence-lamouroux-6302.html',ville: 'Perrosguirec', activite: 'Collectif'}, {lat: 48.52736810, lng: -2.85115060, nom: 'Tremuson-La Tourelle D Argent',url: '/hotspot-wifi-ehpad-tremuson-tremuson-la-tourelle-d-argent-6693.html',ville: 'Tremuson', activite: 'EHPAD'}, {lat: 48.63794020, lng: -2.43485700, nom: 'Erquy-Les Jardins D Erquy',url: '/hotspot-wifi-ehpad-erquy-erquy-les-jardins-d-erquy-6702.html',ville: 'Erquy', activite: 'EHPAD'}, {lat: 48.51993600, lng: -1.95509700, nom: 'Le Saint O',url: '/hotspot-wifi-bar-restaurant-pleudihen-sur-rance-le-saint-o-6759.html',ville: 'Pleudihen Sur Rance', activite: 'Bar restaurant'}, {lat: 48.45423380, lng: -2.05046010, nom: 'D\'Icidelà',url: '/hotspot-wifi-restaurant-dinan-d-icidela-6760.html',ville: 'Dinan', activite: 'Restaurant'}, {lat: 48.49248220, lng: -2.73703190, nom: 'Médiathèque de Trégueux',url: '/hotspot-wifi-bibliotheque-tregueux-mediatheque-de-tregueux-6793.html',ville: 'Trégueux', activite: 'Bibliothèque '}, {lat: 48.60162700, lng: -2.95445100, nom: 'Gites D\'Armor',url: '/hotspot-wifi-gite-chambres-d-hotes-treguidel-gites-d-armor-6868.html',ville: 'Treguidel', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 48.53495100, lng: -2.77044400, nom: 'Ville de Plérin le Cap',url: '/hotspot-wifi-centre-culturel-plerin-ville-de-plerin-le-cap-6949.html',ville: 'Plérin', activite: 'Centre culturel'}, {lat: 48.50906550, lng: -2.76259400, nom: 'Novotel Saint-Brieuc Centre',url: '/hotspot-wifi-hotel-saint-brieuc-novotel-saint-brieuc-centre-7174.html',ville: 'Saint Brieuc', activite: 'Hôtel'}, {lat: 48.20067610, lng: -2.99519600, nom: 'Camping le Point de Vue',url: '/hotspot-wifi-camping-mur-de-bretagne-camping-le-point-de-vue-7232.html',ville: 'Mûr de Bretagne', activite: 'Camping'}, {lat: 48.51506750, lng: -2.77917230, nom: 'Msb - Ecole de Musique - Villa Carmélie',url: '/hotspot-wifi-mairie-saint-brieuc-msb-ecole-de-musique-villa-carmelie-7267.html',ville: 'Saint Brieuc', activite: 'Mairie'}, {lat: 48.74492800, lng: -3.47291600, nom: 'Foyer Thos',url: '/hotspot-wifi-residence-etudiante-lannion-foyer-thos-7463.html',ville: 'Lannion', activite: 'Résidence étudiante'}, {lat: 48.51367400, lng: -2.66748210, nom: 'Mairie Hillion',url: '/hotspot-wifi-mairie-hillion-mairie-hillion-7527.html',ville: 'Hillion', activite: 'Mairie'}, {lat: 48.19786100, lng: -2.41619800, nom: 'Val de Landrouet - Moulin',url: '/hotspot-wifi-camping-merdrignac-val-de-landrouet-moulin-7550.html',ville: 'Merdrignac', activite: 'Camping'}, {lat: 48.48624490, lng: -2.64093100, nom: 'Dunes',url: '/hotspot-wifi-collectif-hillion-dunes-7586.html',ville: 'Hillion', activite: 'Collectif'}, {lat: 48.53294860, lng: -2.67206350, nom: 'Camping Bellevue Mer',url: '/hotspot-wifi-camping-hillion-camping-bellevue-mer-7889.html',ville: 'Hillion', activite: 'Camping'}, {lat: 48.51387900, lng: -2.66864500, nom: 'Salle du Gué Rouget',url: '/hotspot-wifi-espace-public-hillion-salle-du-gue-rouget-7894.html',ville: 'Hillion', activite: 'Espace public'}, {lat: 48.51387900, lng: -2.66864500, nom: 'Presqu\'île',url: '/hotspot-wifi-mairie-hillion-presqu-ile-7896.html',ville: 'Hillion', activite: 'Mairie'}, {lat: 48.49976970, lng: -2.78081640, nom: 'Mplo - Ecole de la Villette',url: '/hotspot-wifi-ecole-ploufragan-mplo-ecole-de-la-villette-8060.html',ville: 'Ploufragan', activite: 'Ecole'}, {lat: 48.51204710, lng: -2.76242920, nom: 'Sbaa - Office du Tourisme',url: '/hotspot-wifi-office-de-tourisme-saint-brieuc-sbaa-office-du-tourisme-8098.html',ville: 'Saint-Brieuc', activite: 'Office de tourisme'}, {lat: 48.66334340, lng: -2.84416060, nom: 'Sarl Camping Bellevue',url: '/hotspot-wifi-camping-saint-quay-portrieux-sarl-camping-bellevue-8121.html',ville: 'Saint Quay Portrieux', activite: 'Camping'}, {lat: 48.51711800, lng: -2.74105920, nom: 'Msb - France Services - Point Justice',url: '/hotspot-wifi-mairie-saint-brieuc-msb-france-services-point-justice-8330.html',ville: 'Saint-Brieuc', activite: 'Mairie'}, {lat: 48.63424020, lng: -2.43299220, nom: 'Gîte Aux 4 Saisons',url: '/hotspot-wifi-gite-chambres-d-hotes-erquy-gite-aux-4-saisons-8363.html',ville: 'Erquy', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 48.63214100, lng: -2.44895800, nom: 'Camping du Val',url: '/hotspot-wifi-camping-erquy-camping-du-val-8389.html',ville: 'Erquy', activite: 'Camping'}, {lat: 48.74553700, lng: -3.46742900, nom: 'Foyer Cosmos',url: '/hotspot-wifi-residence-etudiante-lannion-foyer-cosmos-8617.html',ville: 'Lannion', activite: 'Résidence étudiante'}, {lat: 48.51380410, lng: -2.66991510, nom: 'Mediatheque Hillion',url: '/hotspot-wifi-mairie-hillion-mediatheque-hillion-8668.html',ville: 'Hillion', activite: 'Mairie'}, {lat: 48.51849900, lng: -2.67154400, nom: 'Sbaa - Maison de la Baie',url: '/hotspot-wifi-espace-public-hillion-sbaa-maison-de-la-baie-8700.html',ville: 'Hillion', activite: 'Espace public'}, {lat: 48.45219670, lng: -2.81723300, nom: 'Centre Culturel Et Associatif',url: '/hotspot-wifi-centre-culturel-saint-julien-centre-culturel-et-associatif-8701.html',ville: 'Saint Julien', activite: 'Centre culturel'}, {lat: 48.34685900, lng: -2.75032100, nom: 'Bibliotheque Louis Guilloux',url: '/hotspot-wifi-bibliotheque-ploeuc-l-hermitage-bibliotheque-louis-guilloux-8835.html',ville: 'Ploeuc - L\'Hermitage', activite: 'Bibliothèque '}, {lat: 48.51470700, lng: -2.77932050, nom: 'Cdef22/courteline',url: '/hotspot-wifi-residence-de-services-saint-brieuc-cdef22-courteline-8874.html',ville: 'Saint Brieuc', activite: 'Résidence de services'}, {lat: 48.19151930, lng: -2.41514330, nom: 'Lina',url: '/hotspot-wifi-restaurant-merdrignac-lina-8877.html',ville: 'Merdrignac', activite: 'Restaurant'}, {lat: 48.37933900, lng: -2.97133200, nom: 'Bibliothèque le Vieux-Bourg',url: '/hotspot-wifi-bibliotheque-le-vieux-bourg-bibliotheque-le-vieux-bourg-8898.html',ville: 'Le Vieux-Bourg', activite: 'Bibliothèque '}, {lat: 48.62986800, lng: -2.86970100, nom: 'Bibliotheque Plourhan',url: '/hotspot-wifi-bibliotheque-plourhan-bibliotheque-plourhan-9048.html',ville: 'Plourhan', activite: 'Bibliothèque '}, {lat: 48.38849700, lng: -2.87128300, nom: 'Médiathèque Saint-Brandan',url: '/hotspot-wifi-bibliotheque-saint-brandan-mediatheque-saint-brandan-9057.html',ville: 'Saint-Brandan', activite: 'Bibliothèque '}, {lat: 48.41458000, lng: -2.90131900, nom: 'Médiathèque des Feuilles Forgées',url: '/hotspot-wifi-bibliotheque-le-foeil-mediatheque-des-feuilles-forgees-9203.html',ville: 'Le Foeil', activite: 'Bibliothèque '}, {lat: 48.51367400, lng: -2.66748210, nom: 'Sport',url: '/hotspot-wifi-mairie-hillion-sport-9309.html',ville: 'Hillion', activite: 'Mairie'}, {lat: 48.51501900, lng: -2.76362200, nom: 'Sbaa - Halle Maryvonne Dupureur',url: '/hotspot-wifi-mairie-saint-brieuc-sbaa-halle-maryvonne-dupureur-9338.html',ville: 'Saint-Brieuc', activite: 'Mairie'}, {lat: 48.72860600, lng: -3.46291900, nom: 'Résidence Habitat Jeunes Lannion',url: '/hotspot-wifi-residence-de-services-lannion-residence-habitat-jeunes-lannion-9398.html',ville: 'Lannion', activite: 'Résidence de services'}, {lat: 48.51418000, lng: -2.76583500, nom: 'Msb - Bibliothèque André Malraux',url: '/hotspot-wifi-bibliotheque-saint-brieuc-msb-bibliotheque-andre-malraux-9426.html',ville: 'Saint Brieuc', activite: 'Bibliothèque '}, {lat: 48.64572100, lng: -2.82830400, nom: 'Sbaa - Pôle Nautique',url: '/hotspot-wifi-espace-public-saint-quay-portrieux-sbaa-pole-nautique-9442.html',ville: 'Saint-Quay Portrieux', activite: 'Espace public'}, {lat: 48.34799900, lng: -2.75565800, nom: 'Sbaa - Pôle Proximité Ploeuc',url: '/hotspot-wifi-mairie-ploeuc-sbaa-pole-proximite-ploeuc-9450.html',ville: 'Ploeuc', activite: 'Mairie'}, {lat: 48.51095200, lng: -2.76246000, nom: 'Sbaa - Briqueterie',url: '/hotspot-wifi-espace-public-saint-brieuc-sbaa-briqueterie-9451.html',ville: 'Saint-Brieuc', activite: 'Espace public'}, {lat: 48.65422500, lng: -2.83634400, nom: 'Bibliothèque Pour Tous',url: '/hotspot-wifi-bibliotheque-saint-quay-portrieux-bibliotheque-pour-tous-9481.html',ville: 'Saint-Quay-Portrieux', activite: 'Bibliothèque '}, {lat: 48.51255800, lng: -2.79763900, nom: 'Caf des Cotes D\'Armor',url: '/hotspot-wifi-societe-ploufragan-caf-des-cotes-d-armor-9562.html',ville: 'Ploufragan', activite: 'Société'}, {lat: -99.00000000, lng: -99.00000000, nom: 'La Drosera',url: '/hotspot-wifi-restaurant-erquy-la-drosera-9589.html',ville: 'Erquy', activite: 'Restaurant'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Le Contre Temps',url: '/hotspot-wifi-bar-tabac-moncontour-le-contre-temps-9597.html',ville: 'Moncontour', activite: 'Bar tabac'}, {lat: 48.42805700, lng: -3.33028100, nom: 'Houssem',url: '/hotspot-wifi-agence-bancaire-bulat-pestivien-houssem-9608.html',ville: 'Bulat-Pestivien', activite: 'Agence bancaire'}, {lat: 48.51387300, lng: -2.76438200, nom: 'Dmsi - Secours',url: '/hotspot-wifi-mairie-saint-brieuc-dmsi-secours-9738.html',ville: 'Saint Brieuc', activite: 'Mairie'}, {lat: 48.51408150, lng: -2.76485580, nom: 'Sbaa - Galet 4g - Erwan le Yar',url: '/hotspot-wifi-centre-culturel-saint-brieuc-sbaa-galet-4g-erwan-le-yar-9777.html',ville: 'Saint Brieuc', activite: 'Centre culturel'}, {lat: 48.56954900, lng: -2.81822800, nom: 'Kerouana',url: '/hotspot-wifi-mairie-pordic-kerouana-9825.html',ville: 'Pordic', activite: 'Mairie'}, {lat: 48.56954900, lng: -2.81822800, nom: 'Salle des Fetes',url: '/hotspot-wifi-mairie-pordic-salle-des-fetes-9826.html',ville: 'Pordic', activite: 'Mairie'}, {lat: 48.21433000, lng: -3.28313600, nom: 'Hôtel Restaurant Henri 4',url: '/hotspot-wifi-hotel-rostrenen-hotel-restaurant-henri-4-9858.html',ville: 'Rostrenen', activite: 'Hôtel'}, {lat: 48.54869500, lng: -2.79043100, nom: 'Maison des Consultations',url: '/hotspot-wifi-clinique-hopital-plerin-maison-des-consultations-9892.html',ville: 'Plerin', activite: 'Clinique / Hôpital'}, {lat: 48.51387300, lng: -2.76438200, nom: 'Msb - Galet 4g - Geneviève Goujon',url: '/hotspot-wifi-espace-public-saint-brieuc-msb-galet-4g-genevieve-goujon-9911.html',ville: 'Saint-Brieuc', activite: 'Espace public'}, {lat: 48.29474400, lng: -2.52209300, nom: 'Ville de Mené',url: '/hotspot-wifi-mairie-le-mene-ville-de-mene-9921.html',ville: 'Le Mené', activite: 'Mairie'}, {lat: 48.72945300, lng: -3.45164000, nom: 'Centre St Elivet',url: '/hotspot-wifi-centre-culturel-lannion-centre-st-elivet-9935.html',ville: 'Lannion', activite: 'Centre culturel'}, {lat: 48.50587200, lng: -2.74499700, nom: 'Sbaa - Smitom Lantic',url: '/hotspot-wifi-societe-saint-brieuc-sbaa-smitom-lantic-9998.html',ville: 'Saint Brieuc', activite: 'Société'}, {lat: 48.53494500, lng: -2.77052800, nom: 'Espace Roger Ollivier',url: '/hotspot-wifi-mairie-plerin-espace-roger-ollivier-10020.html',ville: 'Plérin', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'La Zone',url: '/hotspot-wifi-bar-restaurant-guingamp-la-zone-10188.html',ville: 'Guingamp', activite: 'Bar restaurant'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Le Graal',url: '/hotspot-wifi-bar-tabac-la-roche-derrien-le-graal-10194.html',ville: 'La Roche Derrien', activite: 'Bar tabac'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Le Lion D Or',url: '/hotspot-wifi-bar-tabac-gouarec-le-lion-d-or-10343.html',ville: 'Gouarec', activite: 'Bar tabac'}, {lat: 48.30041500, lng: -2.00622300, nom: 'Mairie Plouasne',url: '/hotspot-wifi-mairie-plouasne-mairie-plouasne-10399.html',ville: 'Plouasne', activite: 'Mairie'}, {lat: 48.50616300, lng: -2.74647900, nom: 'Sbaa - Eie',url: '/hotspot-wifi-espace-public-saint-brieuc-sbaa-eie-10407.html',ville: 'Saint Brieuc', activite: 'Espace public'}, {lat: 48.49205500, lng: -2.76704100, nom: 'Sbaa - Cias',url: '/hotspot-wifi-mairie-tregueux-sbaa-cias-10444.html',ville: 'Tregueux', activite: 'Mairie'}, {lat: 48.62043200, lng: -3.09070700, nom: 'Mairie de Pommerit le Vicomte',url: '/hotspot-wifi-mairie-pommerit-le-vicomte-mairie-de-pommerit-le-vicomte-10474.html',ville: 'Pommerit le Vicomte', activite: 'Mairie'}, {lat: 48.70192200, lng: 2.19433400, nom: 'Fabienne Plestan',url: '/hotspot-wifi-agence-bancaire-erquy-fabienne-plestan-10511.html',ville: 'Erquy', activite: 'Agence bancaire'}, {lat: 44.51870700, lng: 0.22149300, nom: 'Degemer-Mat Au Mené',url: '/hotspot-wifi-bar-tabac-le-mene-degemer-mat-au-mene-10514.html',ville: 'Le Mené', activite: 'Bar tabac'}, {lat: 48.51051190, lng: -2.78592130, nom: 'Msb - Ecole Primaire Ville Hellio',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-ville-hellio-10535.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.19786100, lng: -2.41619800, nom: 'Le Val de Landrouet',url: '/hotspot-wifi-camping-merdrignac-le-val-de-landrouet-10590.html',ville: 'Merdrignac', activite: 'Camping'}, {lat: 48.54439200, lng: -2.72424800, nom: 'Au Bord du Monde',url: '/hotspot-wifi-collectif-plerin-au-bord-du-monde-10692.html',ville: 'Plerin', activite: 'Collectif'}, {lat: 48.72786900, lng: -3.45658900, nom: 'Ccas Accueil D\'Urgence',url: '/hotspot-wifi-mairie-lannion-ccas-accueil-d-urgence-10755.html',ville: 'Lannion', activite: 'Mairie'}, {lat: 48.74749200, lng: -3.26262200, nom: 'Ecole la Roche Derrien',url: '/hotspot-wifi-ecole-la-roche-derrien-ecole-la-roche-derrien-10835.html',ville: 'La Roche Derrien', activite: 'Ecole'}, {lat: 48.73106200, lng: -3.24154800, nom: 'Ecole Pouldouran',url: '/hotspot-wifi-ecole-pommerit-jaudy-ecole-pouldouran-10844.html',ville: 'Pommerit Jaudy', activite: 'Ecole'}, {lat: 48.73106200, lng: -3.24154800, nom: 'Ecole Pommerit Jaudy',url: '/hotspot-wifi-ecole-pommerit-jaudy-ecole-pommerit-jaudy-10923.html',ville: 'Pommerit Jaudy', activite: 'Ecole'}, {lat: 48.84714200, lng: -2.99948900, nom: 'Ecole de Kerano',url: '/hotspot-wifi-ecole-ile-de-brehat-ecole-de-kerano-10924.html',ville: 'Ile de Brehat', activite: 'Ecole'}, {lat: 48.51839760, lng: -2.67191380, nom: 'Sbaa - Cia',url: '/hotspot-wifi-espace-public-saint-brieuc-sbaa-cia-10939.html',ville: 'Saint Brieuc', activite: 'Espace public'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Centre Nautique Plérin',url: '/hotspot-wifi-mairie-plerin-centre-nautique-plerin-10972.html',ville: 'Plerin', activite: 'Mairie'}, {lat: 48.58430290, lng: -2.53759440, nom: 'Hôtel de France - la Placette du Bourg',url: '/hotspot-wifi-hotel-pleneuf-val-andre-hotel-de-france-la-placette-du-bourg-10989.html',ville: 'Pléneuf Val André', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Sij Cias Loudeac Communaute',url: '/hotspot-wifi-agence-bancaire-loudeac-sij-cias-loudeac-communaute-11019.html',ville: 'Loudeac', activite: 'Agence bancaire'}, {lat: 48.50292130, lng: -2.75472290, nom: 'Msb - Ecole Primaire Beauvallon',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-beauvallon-11053.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.50743600, lng: -2.75337300, nom: 'Msb - Ecole Maternelle Berthelot',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-maternelle-berthelot-11069.html',ville: 'Saint Brieuc', activite: 'Ecole'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Salle Tremlez',url: '/hotspot-wifi-mairie-pordic-salle-tremlez-11072.html',ville: 'Pordic', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mairie Pleubian',url: '/hotspot-wifi-mairie-pleubian-mairie-pleubian-11169.html',ville: 'Pleubian', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Vsm Tregueux (feuillette)',url: '/hotspot-wifi-restaurant-tregueux-vsm-tregueux-feuillette-11250.html',ville: 'Tregueux', activite: 'Restaurant'}, {lat: 48.51663500, lng: -3.03269800, nom: 'Mairie de Lanrodec',url: '/hotspot-wifi-mairie-lanrodec-mairie-de-lanrodec-11273.html',ville: 'Lanrodec', activite: 'Mairie'}, {lat: 48.52373960, lng: -2.74654430, nom: 'Sbaa - Saint-Brieuc Factory',url: '/hotspot-wifi-collectif-saint-brieuc-sbaa-saint-brieuc-factory-11275.html',ville: 'Saint Brieuc', activite: 'Collectif'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Sbaa - Bibliotheque de Treveneuc',url: '/hotspot-wifi-mairie-treveneuc-sbaa-bibliotheque-de-treveneuc-11295.html',ville: 'Treveneuc', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Bibliotheque de Plancoet',url: '/hotspot-wifi-bibliotheque-plancoet-bibliotheque-de-plancoet-11346.html',ville: 'Plancoet', activite: 'Bibliothèque '}, {lat: -99.00000000, lng: -99.00000000, nom: 'Le K',url: '/hotspot-wifi-restaurant-tregueux-le-k-11406.html',ville: 'Tregueux', activite: 'Restaurant'}, {lat: -99.00000000, lng: -99.00000000, nom: 'L\' Embuscade',url: '/hotspot-wifi-bar-tabac-guerledan-l-embuscade-11435.html',ville: 'Guerlédan', activite: 'Bar tabac'}, {lat: -99.00000000, lng: -99.00000000, nom: 'L\' Instant Charnel',url: '/hotspot-wifi-gite-chambres-d-hotes-plouha-l-instant-charnel-11440.html',ville: 'Plouha', activite: 'Gîte / Chambres d\'hôtes'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Brit Hotel St Brieuc - Langueux',url: '/hotspot-wifi-hotel-langueux-brit-hotel-st-brieuc-langueux-11458.html',ville: 'Langueux', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Brit Hotel Lannion-Perros',url: '/hotspot-wifi-hotel-lannion-brit-hotel-lannion-perros-11538.html',ville: 'Lannion', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Ha Guingamp - Brit Hotel Armor',url: '/hotspot-wifi-agence-bancaire-guingamp-ha-guingamp-brit-hotel-armor-11562.html',ville: 'Guingamp', activite: 'Agence bancaire'}, {lat: 48.59427400, lng: -2.28807700, nom: 'Maison France Service Matignon',url: '/hotspot-wifi-mairie-matignon-maison-france-service-matignon-11569.html',ville: 'Matignon', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Base Sports Nature',url: '/hotspot-wifi-salle-de-sport-plemet-base-sports-nature-11587.html',ville: 'Plemet', activite: 'Salle de sport'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Gite Mr Peyreaud',url: '/hotspot-wifi-gite-chambres-d-hotes-plouha-gite-mr-peyreaud-11592.html',ville: 'Plouha', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 48.51347900, lng: -2.66786100, nom: 'Maison des Arts',url: '/hotspot-wifi-centre-de-loisirs-hillion-maison-des-arts-11594.html',ville: 'Hillion', activite: 'Centre de loisirs'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Sas Pors Mabo Lodge',url: '/hotspot-wifi-societe-trebeurden-sas-pors-mabo-lodge-11618.html',ville: 'Trebeurden', activite: 'Société'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mplo - Complexe Sportif les Grands Chemins',url: '/hotspot-wifi-salle-de-sport-ploufragan-mplo-complexe-sportif-les-grands-chemins-11623.html',ville: 'Ploufragan', activite: 'Salle de sport'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Cote Ouest Automobiles Volvo',url: '/hotspot-wifi-centre-automobile-saint-brieuc-cedex-1-cote-ouest-automobiles-volvo-11872.html',ville: 'Saint Brieuc Cedex 1', activite: 'Centre automobile'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Sgao',url: '/hotspot-wifi-centre-automobile-plerin-cedex-sgao-11902.html',ville: 'Plérin Cedex', activite: 'Centre automobile'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Point Info',url: '/hotspot-wifi-mairie-pordic-point-info-11905.html',ville: 'Pordic', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Armor Auto',url: '/hotspot-wifi-concession-automobile-lamballe-armor-auto-11911.html',ville: 'Lamballe', activite: 'Concession automobile'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Agence du Trégor Terres D\'Armor Habitat',url: '/hotspot-wifi-societe-lannion-agence-du-tregor-terres-d-armor-habitat-11914.html',ville: 'Lannion', activite: 'Société'}, {lat: 48.51619750, lng: -2.74124400, nom: 'Msb - Ecole Primaire Breche',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-breche-11962.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51326170, lng: -2.74990100, nom: 'Msb - Ecole Maternelle Balzac',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-maternelle-balzac-11979.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51399600, lng: -2.75948000, nom: 'Restaurant le Koadenn',url: '/hotspot-wifi-bar-restaurant-saint-brieuc-restaurant-le-koadenn-11997.html',ville: 'Saint-Brieuc', activite: 'Bar restaurant'}, {lat: 48.50731220, lng: -2.75393550, nom: 'Msb - Ecole Maternelle Curie',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-maternelle-curie-12015.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.50842270, lng: -2.76323040, nom: 'Msb - Ecole des Beaux Arts',url: '/hotspot-wifi-mairie-saint-brieuc-msb-ecole-des-beaux-arts-12037.html',ville: 'Saint Brieuc', activite: 'Mairie'}, {lat: 48.50539930, lng: -2.76816240, nom: 'Msb - Ecole élémentaire Hoche',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-elementaire-hoche-12067.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.50155740, lng: -2.76357280, nom: 'Msb - Salle Steredenn',url: '/hotspot-wifi-mairie-saint-brieuc-msb-salle-steredenn-12071.html',ville: 'Saint Brieuc', activite: 'Mairie'}, {lat: 48.51568700, lng: -2.76169140, nom: 'Msb - Ecole Baratoux',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-baratoux-12074.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.49780000, lng: -2.74714100, nom: 'Msb - Bibliothèque Albert Camus',url: '/hotspot-wifi-bibliotheque-saint-brieuc-msb-bibliotheque-albert-camus-12080.html',ville: 'Saint Brieuc', activite: 'Bibliothèque '}, {lat: 48.59189500, lng: -2.82547200, nom: 'Camping le Panoramic',url: '/hotspot-wifi-camping-binic-etables-sur-mer-camping-le-panoramic-12095.html',ville: 'Binic-étables-Sur-Mer', activite: 'Camping'}, {lat: 48.51408400, lng: -2.78445900, nom: 'Cdef22/ Sadja',url: '/hotspot-wifi-espace-public-saint-brieuc-cdef22-sadja-12183.html',ville: 'Saint Brieuc', activite: 'Espace public'}, {lat: 48.63107000, lng: -3.30112500, nom: 'Cdef Foyer Ti Kelou',url: '/hotspot-wifi-collectif-begard-cdef-foyer-ti-kelou-12186.html',ville: 'Begard', activite: 'Collectif'}, {lat: 48.49561900, lng: -2.75405100, nom: 'Cdef22 Foyer Kereole',url: '/hotspot-wifi-collectif-saint-brieuc-cdef22-foyer-kereole-12188.html',ville: 'Saint Brieuc', activite: 'Collectif'}, {lat: 48.62119600, lng: -2.34732900, nom: 'Restaurant la Droséra',url: '/hotspot-wifi-bar-restaurant-frehel-restaurant-la-drosera-12192.html',ville: 'Frehel', activite: 'Bar restaurant'}, {lat: 48.36356400, lng: -2.39989500, nom: 'Mairie de Plenee Jugon',url: '/hotspot-wifi-collectif-plenee-jugon-mairie-de-plenee-jugon-12193.html',ville: 'Plénée-Jugon', activite: 'Collectif'}, {lat: 48.48902400, lng: -2.79415600, nom: 'Mplo - Ville de Ploufragan',url: '/hotspot-wifi-mairie-ploufragan-mplo-ville-de-ploufragan-12196.html',ville: 'Ploufragan', activite: 'Mairie'}, {lat: 48.78095400, lng: -3.23764800, nom: 'Foyer Logement Treguier',url: '/hotspot-wifi-ehpad-treguier-foyer-logement-treguier-12216.html',ville: 'Treguier', activite: 'EHPAD'}, {lat: 48.48971800, lng: -2.75060600, nom: 'Fiteco Saint-Brieuc',url: '/hotspot-wifi-societe-saint-brieuc-fiteco-saint-brieuc-12296.html',ville: 'Saint-Brieuc', activite: 'Société'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Msb - la Cabane',url: '/hotspot-wifi-mairie-saint-brieux-msb-la-cabane-12326.html',ville: 'Saint Brieux', activite: 'Mairie'}, {lat: 48.53328300, lng: -2.76882400, nom: 'Ehpad Ti Arvor',url: '/hotspot-wifi-ehpad-plerin-sur-mer-ehpad-ti-arvor-12354.html',ville: 'Plérin Sur Mer', activite: 'EHPAD'}, {lat: 48.50445700, lng: -2.74179000, nom: 'Savra Citroën',url: '/hotspot-wifi-concession-automobile-saint-brieuc-cedex-1-savra-citroen-12460.html',ville: 'Saint-Brieuc Cedex 1', activite: 'Concession automobile'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mediatheque de Pordic',url: '/hotspot-wifi-mairie-pordic-mediatheque-de-pordic-12498.html',ville: 'Pordic', activite: 'Mairie'}, {lat: 48.39940500, lng: -2.90278600, nom: 'Sbaa - Pôle Enfance Quintin',url: '/hotspot-wifi-mairie-quintin-sbaa-pole-enfance-quintin-12506.html',ville: 'Quintin', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'College Saint Yves',url: '/hotspot-wifi-ecole-treguier-college-saint-yves-12512.html',ville: 'Treguier', activite: 'Ecole'}, {lat: 48.49642190, lng: -2.75371950, nom: 'Msb - Ecole Primaire Jacques Brel',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-primaire-jacques-brel-12519.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.51543160, lng: -2.78691480, nom: 'Msb - Ecole élémentaire Grand Clos',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-elementaire-grand-clos-12568.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.49995380, lng: -2.74448080, nom: 'Msb - Ecole Maternelle Etablette',url: '/hotspot-wifi-ecole-saint-brieuc-msb-ecole-maternelle-etablette-12603.html',ville: 'Saint-Brieuc', activite: 'Ecole'}, {lat: 48.69513000, lng: -3.16220600, nom: 'Ehpad de Pontrieux',url: '/hotspot-wifi-ehpad-pontrieux-ehpad-de-pontrieux-12667.html',ville: 'Pontrieux', activite: 'EHPAD'} ]