function initMap() { var centre = {lat: 43.74, lng: 2.43462} ; var map = new google.maps.Map(document.getElementById('map'), { zoom: 7, 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: 44.04973960, lng: 2.15786210, nom: 'Lo Ségalar',url: '/hotspot-wifi-bar-brasserie-carmaux-lo-segalar-803.html',ville: 'Carmaux', activite: 'Bar brasserie'}, {lat: 42.81251200, lng: 0.29519200, nom: 'Le Grand Schuss',url: '/hotspot-wifi-collectif-saint-lary-soulan-le-grand-schuss-1092.html',ville: 'Saint Lary Soulan', activite: 'Collectif'}, {lat: 43.45111100, lng: 4.42952500, nom: 'Mairie de Sainte Marie de la Mer',url: '/hotspot-wifi-mairie-saint-marie-de-la-mer-mairie-de-sainte-marie-de-la-mer-1139.html',ville: 'Saint Marie de la Mer', activite: 'Mairie'}, {lat: 48.84128230, lng: 2.30087520, nom: 'Hotel Amiral',url: '/hotspot-wifi-hotel-paris-hotel-amiral-1168.html',ville: 'Paris', activite: 'Hôtel'}, {lat: 43.02662100, lng: 0.57086000, nom: 'L\'Oppidum',url: '/hotspot-wifi-hotel-saint-bertrand-de-comminges-l-oppidum-1171.html',ville: 'Saint Bertrand de Comminges', activite: 'Hôtel'}, {lat: 44.36036800, lng: 1.99127600, nom: 'L\'Entrenous',url: '/hotspot-wifi-bar-brasserie-villefranche-de-touergue-l-entrenous-1279.html',ville: 'Villefranche de Touergue', activite: 'Bar brasserie'}, {lat: 42.84244400, lng: 0.40654900, nom: 'Relais D\'Avajan',url: '/hotspot-wifi-hotel-avajan-relais-d-avajan-1337.html',ville: 'Avajan', activite: 'Hôtel'}, {lat: 42.47400640, lng: 2.66706720, nom: 'Résidence le Roussillon',url: '/hotspot-wifi-residence-de-services-amelie-les-bains-residence-le-roussillon-1363.html',ville: 'Amélie les Bains', activite: 'Résidence de services'}, {lat: 43.36769300, lng: 2.51941500, nom: 'Mairie de Lespinassiere',url: '/hotspot-wifi-mairie-lespinassiere-mairie-de-lespinassiere-1480.html',ville: 'Lespinassiere', activite: 'Mairie'}, {lat: 42.47291400, lng: 2.66971900, nom: 'Villa Corinne',url: '/hotspot-wifi-gite-chambres-d-hotes-amelie-les-bains-palalda-villa-corinne-1515.html',ville: 'Amélie les Bains Palalda', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 44.01359590, lng: 4.41951520, nom: 'La Fille des Vignes',url: '/hotspot-wifi-bar-restaurant-uzes-la-fille-des-vignes-1563.html',ville: 'Uzès', activite: 'Bar restaurant'}, {lat: 43.88274300, lng: 0.38123000, nom: 'Locaboat Valence-Sur-Baïse',url: '/hotspot-wifi-centre-de-loisirs-valence-sur-baise-locaboat-valence-sur-baise-1581.html',ville: 'Valence-Sur-Baïse', activite: 'Centre de loisirs'}, {lat: 43.64375140, lng: 1.47484880, nom: 'Première Classe',url: '/hotspot-wifi-hotel-l-union-premiere-classe-2373.html',ville: 'L\'Union', activite: 'Hôtel'}, {lat: 43.89791200, lng: 0.81119000, nom: 'Camping le Néri',url: '/hotspot-wifi-camping-mauroux-camping-le-neri-2677.html',ville: 'Mauroux', activite: 'Camping'}, {lat: 43.61318200, lng: 3.15516900, nom: 'Campotel des 3 Vallees',url: '/hotspot-wifi-gite-chambres-d-hotes-bedarieux-campotel-des-3-vallees-2769.html',ville: 'Bedarieux', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.83623270, lng: 4.35761690, nom: 'Café Olive',url: '/hotspot-wifi-bar-restaurant-nimes-cafe-olive-2876.html',ville: 'Nîmes', activite: 'Bar restaurant'}, {lat: 43.86277200, lng: 4.43310550, nom: 'Amicale des Sapeurs Pompiers de Marguerittes',url: '/hotspot-wifi-collectif-marguerittes-amicale-des-sapeurs-pompiers-de-marguerittes-3017.html',ville: 'Marguerittes', activite: 'Collectif'}, {lat: 43.92468250, lng: 2.14901190, nom: '0\'Sully\' S',url: '/hotspot-wifi-bar-brasserie-albi-0-sully-s-3150.html',ville: 'Albi', activite: 'Bar brasserie'}, {lat: 42.95719720, lng: 2.84057210, nom: 'Mairie de Saint Jean de Barrou',url: '/hotspot-wifi-mairie-saint-jean-de-barrou-mairie-de-saint-jean-de-barrou-3292.html',ville: 'Saint Jean de Barrou', activite: 'Mairie'}, {lat: 43.77776020, lng: 4.09308840, nom: 'Hotel Estelou',url: '/hotspot-wifi-hotel-sommieres-hotel-estelou-3353.html',ville: 'Sommieres', activite: 'Hôtel'}, {lat: 43.45590280, lng: 3.68298480, nom: 'Gilles Balestriere',url: '/hotspot-wifi-gite-chambres-d-hotes-balaruc-le-vieux-gilles-balestriere-3375.html',ville: 'Balaruc le Vieux', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.45837760, lng: 3.68552400, nom: 'Balaruc le Vieux-Le Grand Chai',url: '/hotspot-wifi-ehpad-balaruc-le-vieux-balaruc-le-vieux-le-grand-chai-3500.html',ville: 'Balaruc le Vieux', activite: 'EHPAD'}, {lat: 43.23429520, lng: 0.07090660, nom: 'Sci Meril - M. Darees Gérard',url: '/hotspot-wifi-collectif-tarbes-sci-meril-m-darees-gerard-3775.html',ville: 'Tarbes', activite: 'Collectif'}, {lat: 43.51498100, lng: 1.31981700, nom: 'Frouzins la Triade',url: '/hotspot-wifi-ehpad-frouzins-frouzins-la-triade-3778.html',ville: 'Frouzins', activite: 'EHPAD'}, {lat: 43.23161080, lng: 0.07353380, nom: 'Office de Tourisme de Tarbes',url: '/hotspot-wifi-office-de-tourisme-tarbes-office-de-tourisme-de-tarbes-3783.html',ville: 'Tarbes', activite: 'Office de tourisme'}, {lat: 44.04028920, lng: 1.11116550, nom: 'Office de Tourisme',url: '/hotspot-wifi-office-de-tourisme-castelsarrasin-office-de-tourisme-4142.html',ville: 'Castelsarrasin', activite: 'Office de tourisme'}, {lat: 43.99292700, lng: 3.60632200, nom: 'La Pommeraie',url: '/hotspot-wifi-centre-de-loisirs-le-vigan-la-pommeraie-4339.html',ville: 'Le Vigan', activite: 'Centre de loisirs'}, {lat: 43.96671500, lng: 1.58444000, nom: 'Commune de Monclar de Quercy',url: '/hotspot-wifi-mairie-monclar-de-quercy-commune-de-monclar-de-quercy-4348.html',ville: 'Monclar de Quercy', activite: 'Mairie'}, {lat: 43.96671500, lng: 1.58444000, nom: 'Commune de Monclar',url: '/hotspot-wifi-office-de-tourisme-monclar-de-quercy-commune-de-monclar-4349.html',ville: 'Monclar de Quercy', activite: 'Office de tourisme'}, {lat: 42.91706400, lng: 2.04669500, nom: 'Eurl Buvette du Lac',url: '/hotspot-wifi-bar-restaurant-puiveert-eurl-buvette-du-lac-4703.html',ville: 'Puiveert', activite: 'Bar restaurant'}, {lat: 42.81008050, lng: 2.30704900, nom: 'Mairie de Lapradelle',url: '/hotspot-wifi-mairie-puilaurens-lapradelle-mairie-de-lapradelle-4773.html',ville: 'Puilaurens-Lapradelle', activite: 'Mairie'}, {lat: 43.06936130, lng: 0.14954120, nom: 'Atc Routes du Monde',url: '/hotspot-wifi-hotel-bagneres-de-bigorre-atc-routes-du-monde-4861.html',ville: 'Bagnères de Bigorre', activite: 'Hôtel'}, {lat: 43.03029350, lng: 0.62044710, nom: 'Casino de Barbazan',url: '/hotspot-wifi-restaurant-barbazan-casino-de-barbazan-4984.html',ville: 'Barbazan', activite: 'Restaurant'}, {lat: 43.80490890, lng: 0.43056470, nom: 'Casino de Castera Verduzan',url: '/hotspot-wifi-restaurant-castera-verduzan-casino-de-castera-verduzan-4987.html',ville: 'Castera Verduzan', activite: 'Restaurant'}, {lat: 44.56629200, lng: 1.65339400, nom: 'Les Sentiers du Causse',url: '/hotspot-wifi-gite-chambres-d-hotes-lentillac-du-causse-les-sentiers-du-causse-5620.html',ville: 'Lentillac du Causse', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.89111900, lng: 0.82882400, nom: 'Camping Deveze',url: '/hotspot-wifi-camping-gaudonville-camping-deveze-5624.html',ville: 'Gaudonville', activite: 'Camping'}, {lat: 42.63679500, lng: 2.98627080, nom: 'Les Oliviers',url: '/hotspot-wifi-bar-restaurant-latour-bas-elne-les-oliviers-5711.html',ville: 'Latour Bas Elne', activite: 'Bar restaurant'}, {lat: 42.86402880, lng: 1.20135580, nom: 'Mairie de Seix',url: '/hotspot-wifi-mairie-seix-mairie-de-seix-5740.html',ville: 'Seix', activite: 'Mairie'}, {lat: 43.58652320, lng: 2.16658830, nom: 'Saix-Résidence les Grands Chenes',url: '/hotspot-wifi-ehpad-saix-saix-residence-les-grands-chenes-5762.html',ville: 'Saix', activite: 'EHPAD'}, {lat: 43.46153100, lng: 3.42319300, nom: 'B&b Pezenas',url: '/hotspot-wifi-hotel-pezenas-b-b-pezenas-5779.html',ville: 'Pezenas', activite: 'Hôtel'}, {lat: 44.02982690, lng: 4.41820890, nom: 'Ma Cantine',url: '/hotspot-wifi-bar-brasserie-uzes-ma-cantine-5791.html',ville: 'Uzes', activite: 'Bar brasserie'}, {lat: 43.92736600, lng: 2.14401120, nom: 'Hôtel Saint-Clair',url: '/hotspot-wifi-hotel-albi-hotel-saint-clair-5995.html',ville: 'Albi', activite: 'Hôtel'}, {lat: 43.62663510, lng: 1.45554340, nom: 'Association la Clef - Bat. B',url: '/hotspot-wifi-centre-culturel-toulouse-association-la-clef-bat-b-6071.html',ville: 'Toulouse', activite: 'Centre culturel'}, {lat: 43.62663510, lng: 1.45554340, nom: 'La Clef Bat. A - Foyer',url: '/hotspot-wifi-centre-culturel-toulouse-la-clef-bat-a-foyer-6074.html',ville: 'Toulouse', activite: 'Centre culturel'}, {lat: 42.49762900, lng: 2.03439300, nom: 'Gite Auberge la Chouette',url: '/hotspot-wifi-gite-chambres-d-hotes-font-romeu-odeillo-gite-auberge-la-chouette-6476.html',ville: 'Font Romeu Odeillo', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.64139490, lng: 1.38148190, nom: 'Blagnac-Residence de Vinci',url: '/hotspot-wifi-ehpad-blagnac-blagnac-residence-de-vinci-6536.html',ville: 'Blagnac', activite: 'EHPAD'}, {lat: 43.60039790, lng: 1.33922880, nom: 'Colomiers-Domaine de Lasplanes',url: '/hotspot-wifi-ehpad-colomiers-colomiers-domaine-de-lasplanes-6609.html',ville: 'Colomiers', activite: 'EHPAD'}, {lat: 42.69069770, lng: 2.83703540, nom: 'Le Soler-Residence Ste Eugenie',url: '/hotspot-wifi-ehpad-le-soler-le-soler-residence-ste-eugenie-6635.html',ville: 'Le Soler', activite: 'EHPAD'}, {lat: 43.78634700, lng: 4.31123700, nom: 'Milhaud-Les Jardins Medicis',url: '/hotspot-wifi-ehpad-milhaud-milhaud-les-jardins-medicis-6655.html',ville: 'Milhaud', activite: 'EHPAD'}, {lat: 43.50560920, lng: 3.79522260, nom: 'Mireval-Le Valmi',url: '/hotspot-wifi-ehpad-mireval-mireval-le-valmi-6656.html',ville: 'Mireval', activite: 'EHPAD'}, {lat: 43.51830200, lng: 1.18380900, nom: 'St Lys-Residence la Joie de Vivre',url: '/hotspot-wifi-ehpad-st-lys-st-lys-residence-la-joie-de-vivre-6682.html',ville: 'St Lys', activite: 'EHPAD'}, {lat: 43.51584850, lng: 1.16213140, nom: 'St Lys-Residence les Rossignols',url: '/hotspot-wifi-ehpad-st-lys-st-lys-residence-les-rossignols-6683.html',ville: 'St Lys', activite: 'EHPAD'}, {lat: 43.76787470, lng: 3.86293360, nom: 'St Mathieu de Treviers-La Quintessence',url: '/hotspot-wifi-ehpad-st-mathieu-de-treviers-st-mathieu-de-treviers-la-quintessence-6685.html',ville: 'St Mathieu de Treviers', activite: 'EHPAD'}, {lat: 43.57714420, lng: 1.47692680, nom: 'Toulouse-Residence Henri Iv',url: '/hotspot-wifi-ehpad-toulouse-toulouse-residence-henri-iv-6691.html',ville: 'Toulouse', activite: 'EHPAD'}, {lat: 43.63655680, lng: 1.42948210, nom: 'Toulouse-Residence Nouvelle Orleans',url: '/hotspot-wifi-ehpad-toulouse-toulouse-residence-nouvelle-orleans-6692.html',ville: 'Toulouse', activite: 'EHPAD'}, {lat: 43.52382020, lng: 0.16158820, nom: 'Hôtel des Comtes de Pardiac',url: '/hotspot-wifi-hotel-marciac-hotel-des-comtes-de-pardiac-6777.html',ville: 'Marciac', activite: 'Hôtel'}, {lat: 43.65867660, lng: 1.37554620, nom: 'Edenis Résidence Edelweiss',url: '/hotspot-wifi-ehpad-beauzelle-edenis-residence-edelweiss-6867.html',ville: 'Beauzelle', activite: 'EHPAD'}, {lat: 43.24175620, lng: 0.07458360, nom: 'Mda Arsenal',url: '/hotspot-wifi-centre-culturel-tarbes-mda-arsenal-6872.html',ville: 'Tarbes', activite: 'Centre culturel'}, {lat: 43.85119900, lng: 1.23495500, nom: 'Maison des Jeunes Et de la Culture',url: '/hotspot-wifi-centre-culturel-verdun-sur-garonne-maison-des-jeunes-et-de-la-culture-6957.html',ville: 'Verdun Sur Garonne', activite: 'Centre culturel'}, {lat: 43.80725790, lng: 4.09011490, nom: 'Chateau de Pondres',url: '/hotspot-wifi-hotel-villevieille-chateau-de-pondres-7050.html',ville: 'Villevieille', activite: 'Hôtel'}, {lat: 43.00761160, lng: -0.09810020, nom: 'Hôtel du Soleil Levant',url: '/hotspot-wifi-hotel-argeles-gazost-hotel-du-soleil-levant-7236.html',ville: 'Argeles-Gazost', activite: 'Hôtel'}, {lat: 43.62924880, lng: 3.86959970, nom: 'La Pasquiere',url: '/hotspot-wifi-residence-de-services-montpellier-la-pasquiere-7237.html',ville: 'Montpellier', activite: 'Résidence de services'}, {lat: 43.84031800, lng: 4.36310600, nom: 'Empire Hotel',url: '/hotspot-wifi-hotel-nimes-empire-hotel-7275.html',ville: 'Nimes', activite: 'Hôtel'}, {lat: 43.29558800, lng: 1.22643330, nom: 'Airria Toulouse Sud',url: '/hotspot-wifi-societe-carbonne-airria-toulouse-sud-7281.html',ville: 'Carbonne', activite: 'Société'}, {lat: 43.09486200, lng: -0.05348000, nom: 'Hotel Notre Dame de France',url: '/hotspot-wifi-hotel-lourdes-hotel-notre-dame-de-france-7292.html',ville: 'Lourdes', activite: 'Hôtel'}, {lat: 43.83669900, lng: 4.36005400, nom: 'Côté Patio',url: '/hotspot-wifi-hotel-nimes-cote-patio-7358.html',ville: 'Nîmes', activite: 'Hôtel'}, {lat: 44.08101800, lng: 3.64152000, nom: 'Camping la Corconne',url: '/hotspot-wifi-camping-valleraugue-camping-la-corconne-7375.html',ville: 'Valleraugue', activite: 'Camping'}, {lat: 43.08110700, lng: 0.15073320, nom: 'Camping le Monloo',url: '/hotspot-wifi-camping-bagneres-de-bigorre-camping-le-monloo-7378.html',ville: 'Bagnères-De-Bigorre', activite: 'Camping'}, {lat: 43.49729300, lng: 3.02788000, nom: 'Campotel de L\'Orb',url: '/hotspot-wifi-camping-roquebrun-campotel-de-l-orb-7397.html',ville: 'Roquebrun', activite: 'Camping'}, {lat: 43.50059790, lng: 3.71200800, nom: 'Gîte de Larmonys',url: '/hotspot-wifi-gite-chambres-d-hotes-gigean-gite-de-larmonys-7402.html',ville: 'Gigean', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.58384350, lng: 3.85921260, nom: 'Le Pétrin des Grisettes',url: '/hotspot-wifi-bar-brasserie-montpellier-le-petrin-des-grisettes-7405.html',ville: 'Montpellier', activite: 'Bar brasserie'}, {lat: 43.59188530, lng: 1.41151600, nom: 'Toulouse-Residence la Cepiere',url: '/hotspot-wifi-ehpad-toulouse-toulouse-residence-la-cepiere-7427.html',ville: 'Toulouse', activite: 'EHPAD'}, {lat: 43.92588550, lng: 2.14923130, nom: 'La Regalade',url: '/hotspot-wifi-restaurant-albi-la-regalade-7501.html',ville: 'Albi', activite: 'Restaurant'}, {lat: 43.52389540, lng: 3.92180130, nom: 'Studio Palavas',url: '/hotspot-wifi-gite-chambres-d-hotes-palavas-les-flots-studio-palavas-7523.html',ville: 'Palavas les Flots', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.72228300, lng: 1.43165000, nom: 'Café Municipal L\'Entrepotes',url: '/hotspot-wifi-bar-brasserie-gratentour-cafe-municipal-l-entrepotes-7660.html',ville: 'Gratentour', activite: 'Bar brasserie'}, {lat: 43.60655250, lng: 1.45462450, nom: 'Sauna Ks',url: '/hotspot-wifi-sauna-toulouse-sauna-ks-7670.html',ville: 'Toulouse', activite: 'Sauna'}, {lat: 44.81139140, lng: 3.16684720, nom: 'Auberge du Verdy',url: '/hotspot-wifi-hotel-termes-auberge-du-verdy-7702.html',ville: 'Termes', activite: 'Hôtel'}, {lat: 43.61505600, lng: 1.42883000, nom: 'Soloescalade',url: '/hotspot-wifi-salle-de-sport-toulouse-soloescalade-7707.html',ville: 'Toulouse', activite: 'Salle de sport'}, {lat: 43.64184050, lng: 3.86359230, nom: 'Maison de Retraite Protestante',url: '/hotspot-wifi-ehpa-montpellier-maison-de-retraite-protestante-7749.html',ville: 'Montpellier', activite: 'EHPA'}, {lat: 43.29827000, lng: 2.22143800, nom: 'Camping de Montolieu',url: '/hotspot-wifi-camping-montolieu-camping-de-montolieu-7961.html',ville: 'Montolieu', activite: 'Camping'}, {lat: 43.51493000, lng: 0.40696600, nom: 'Hôtel Europhôtel Maupas',url: '/hotspot-wifi-hotel-mirande-hotel-europhotel-maupas-7966.html',ville: 'Mirande', activite: 'Hôtel'}, {lat: 42.80059800, lng: 2.30505100, nom: 'Mairie Lapradelle',url: '/hotspot-wifi-mairie-lapradelle-puilaurens-mairie-lapradelle-8012.html',ville: 'Lapradelle Puilaurens', activite: 'Mairie'}, {lat: 42.80279840, lng: 2.22809460, nom: 'Co-Working Axat',url: '/hotspot-wifi-mairie-axat-co-working-axat-8021.html',ville: 'Axat', activite: 'Mairie'}, {lat: 43.78281000, lng: 0.73643600, nom: 'Au Gré du Vent',url: '/hotspot-wifi-camping-taybosc-au-gre-du-vent-8061.html',ville: 'Taybosc', activite: 'Camping'}, {lat: 42.86319350, lng: 1.20179600, nom: 'Auberge du Haut Salat',url: '/hotspot-wifi-hotel-seix-auberge-du-haut-salat-8063.html',ville: 'Seix', activite: 'Hôtel'}, {lat: 42.99966020, lng: 2.81889160, nom: 'Camping Municipal L\'Espazo',url: '/hotspot-wifi-camping-durban-corbieres-camping-municipal-l-espazo-8068.html',ville: 'Durban.corbières', activite: 'Camping'}, {lat: 43.51555200, lng: 1.55946900, nom: 'Résidence Borne Haute',url: '/hotspot-wifi-residence-de-services-escalquens-residence-borne-haute-8077.html',ville: 'Escalquens', activite: 'Résidence de services'}, {lat: 43.31068160, lng: 2.21425720, nom: 'Bar Restaurant Casquette Et Chapeau',url: '/hotspot-wifi-restaurant-montolieu-bar-restaurant-casquette-et-chapeau-8094.html',ville: 'Montolieu', activite: 'Restaurant'}, {lat: 43.18987010, lng: 3.02928460, nom: 'Le Campus - Batiment A',url: '/hotspot-wifi-residence-etudiante-narbonne-le-campus-batiment-a-8100.html',ville: 'Narbonne', activite: 'Résidence étudiante'}, {lat: 44.46607000, lng: 1.42838200, nom: 'Hotel Deltour Cahors',url: '/hotspot-wifi-hotel-cahors-hotel-deltour-cahors-8101.html',ville: 'Cahors', activite: 'Hôtel'}, {lat: 44.11821100, lng: 4.10271290, nom: 'Hotel Deltour Ales (hotel de Paris)',url: '/hotspot-wifi-hotel-ales-hotel-deltour-ales-hotel-de-paris-8107.html',ville: 'Ales', activite: 'Hôtel'}, {lat: 44.07745410, lng: 3.02283880, nom: 'Hotel Deltour Millau Eco',url: '/hotspot-wifi-hotel-millau-hotel-deltour-millau-eco-8108.html',ville: 'Millau', activite: 'Hôtel'}, {lat: 43.18727020, lng: 3.03026360, nom: 'Le Campus - Batiment B',url: '/hotspot-wifi-residence-etudiante-narbonne-le-campus-batiment-b-8111.html',ville: 'Narbonne', activite: 'Résidence étudiante'}, {lat: 43.98101260, lng: 1.33056130, nom: 'Hotel Deltour Montauban',url: '/hotspot-wifi-hotel-montauban-hotel-deltour-montauban-8113.html',ville: 'Montauban', activite: 'Hôtel'}, {lat: 44.78455000, lng: 1.98447700, nom: 'Accueil En Quercy',url: '/hotspot-wifi-hotel-terrou-accueil-en-quercy-8127.html',ville: 'Terrou', activite: 'Hôtel'}, {lat: 43.61931860, lng: 1.40432070, nom: 'Edenis la Cotonniere',url: '/hotspot-wifi-ehpad-toulouse-edenis-la-cotonniere-8315.html',ville: 'Toulouse', activite: 'EHPAD'}, {lat: 43.05533600, lng: 0.16583170, nom: 'Camping la Pommeraie',url: '/hotspot-wifi-camping-gerde-camping-la-pommeraie-8333.html',ville: 'Gerde', activite: 'Camping'}, {lat: 43.65798500, lng: 3.88391600, nom: 'Le Foyer du Romarin',url: '/hotspot-wifi-ehpad-clapiers-le-foyer-du-romarin-8341.html',ville: 'Clapiers', activite: 'EHPAD'}, {lat: 43.56152760, lng: 4.09123780, nom: 'Atc Residence Grande Motte',url: '/hotspot-wifi-collectif-la-grande-motte-atc-residence-grande-motte-8404.html',ville: 'La Grande Motte', activite: 'Collectif'}, {lat: 43.64800600, lng: 1.50435500, nom: 'Caliceo Toulouse',url: '/hotspot-wifi-sauna-toulouse-caliceo-toulouse-8438.html',ville: 'Toulouse', activite: 'Sauna'}, {lat: 43.52549950, lng: 1.34166650, nom: 'Edenis Résidence le Pin',url: '/hotspot-wifi-clinique-hopital-villeneuve-tolosane-edenis-residence-le-pin-8696.html',ville: 'Villeneuve Tolosane', activite: 'Clinique / Hôpital'}, {lat: 43.88659010, lng: 2.46417830, nom: 'Au Bon Accueil',url: '/hotspot-wifi-hotel-alban-au-bon-accueil-8724.html',ville: 'Alban', activite: 'Hôtel'}, {lat: 43.40021200, lng: 3.69021900, nom: 'Sarl South Lodge',url: '/hotspot-wifi-gite-chambres-d-hotes-sete-sarl-south-lodge-8952.html',ville: 'Sète', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.94110900, lng: 3.71365600, nom: 'Ehpad le Jardin des Aines',url: '/hotspot-wifi-ehpad-ganges-ehpad-le-jardin-des-aines-8985.html',ville: 'Ganges', activite: 'EHPAD'}, {lat: 43.72162600, lng: 4.17111400, nom: 'Hotel O\'Banel',url: '/hotspot-wifi-hotel-gallargues-le-montueux-hotel-o-banel-9015.html',ville: 'Gallargues le Montueux', activite: 'Hôtel'}, {lat: 43.09635300, lng: -0.04846200, nom: 'Château Fort de Lourdes',url: '/hotspot-wifi-mairie-lourdes-chateau-fort-de-lourdes-9045.html',ville: 'Lourdes', activite: 'Mairie'}, {lat: 43.63110400, lng: 1.39564400, nom: 'Les Jardins de Maniban',url: '/hotspot-wifi-ehpad-blagnac-les-jardins-de-maniban-9093.html',ville: 'Blagnac', activite: 'EHPAD'}, {lat: 44.32931600, lng: 3.89193100, nom: 'Ehpad de Vialas',url: '/hotspot-wifi-ehpad-vialas-ehpad-de-vialas-9318.html',ville: 'Vialas', activite: 'EHPAD'}, {lat: 43.64982200, lng: 3.89113400, nom: 'Hameau des Horizons',url: '/hotspot-wifi-ehpa-clapiers-hameau-des-horizons-9336.html',ville: 'Clapiers', activite: 'EHPA'}, {lat: 43.63648800, lng: 1.40005910, nom: 'Blagnac-Residence Tiers Temps',url: '/hotspot-wifi-ehpad-blagnac-blagnac-residence-tiers-temps-9416.html',ville: 'Blagnac', activite: 'EHPAD'}, {lat: 43.44672130, lng: 3.65899200, nom: 'La Voile Blanche',url: '/hotspot-wifi-hotel-bouzigues-la-voile-blanche-9470.html',ville: 'Bouzigues', activite: 'Hôtel'}, {lat: 43.23278800, lng: 0.07798900, nom: 'Mairie de Tarbes',url: '/hotspot-wifi-mairie-tarbes-mairie-de-tarbes-9472.html',ville: 'Tarbes', activite: 'Mairie'}, {lat: 43.77467700, lng: 0.92825200, nom: 'Mairie de Sarrant',url: '/hotspot-wifi-mairie-sarrant-mairie-de-sarrant-9529.html',ville: 'Sarrant', activite: 'Mairie'}, {lat: 43.59433500, lng: 1.31388500, nom: 'Actn',url: '/hotspot-wifi-societe-tournefeuille-actn-9536.html',ville: 'Tournefeuille', activite: 'Société'}, {lat: 42.81603700, lng: 0.32737800, nom: 'Residence le Parc',url: '/hotspot-wifi-collectif-saint-lary-soulan-residence-le-parc-9666.html',ville: 'Saint Lary Soulan', activite: 'Collectif'}, {lat: 44.35098700, lng: 2.57124900, nom: 'Sub 12 Rodez',url: '/hotspot-wifi-sandwicherie-rodez-sub-12-rodez-9831.html',ville: 'Rodez', activite: 'Sandwicherie'}, {lat: 43.60462560, lng: 1.44420500, nom: 'Clos des Amandier',url: '/hotspot-wifi-ehpad-toulouse-clos-des-amandier-9886.html',ville: 'Toulouse', activite: 'EHPAD'}, {lat: 44.10743000, lng: 0.88876300, nom: 'Le Tout Va Bien',url: '/hotspot-wifi-hotel-valence-d-agen-le-tout-va-bien-9902.html',ville: 'Valence D\'Agen', activite: 'Hôtel'}, {lat: 44.51870700, lng: 0.22149300, nom: 'Camping Fargogne',url: '/hotspot-wifi-camping-puygaillard-de-quercy-camping-fargogne-9945.html',ville: 'Puygaillard-De-Quercy', activite: 'Camping'}, {lat: 43.69859500, lng: 0.08461810, nom: 'Le Domaine du Castex (camping/hébergement)',url: '/hotspot-wifi-camping-aignan-le-domaine-du-castex-camping-hebergement-9948.html',ville: 'Aignan', activite: 'Camping'}, {lat: 43.25847900, lng: 0.05100600, nom: 'Bibliothèque Claude Nougaro',url: '/hotspot-wifi-bibliotheque-borderes-sur-l-echez-bibliotheque-claude-nougaro-9954.html',ville: 'Bordères Sur L\'Echez', activite: 'Bibliothèque '}, {lat: 43.23737200, lng: 0.09353900, nom: 'Bibliothèque Jules Laforgue',url: '/hotspot-wifi-bibliotheque-aureilhan-bibliotheque-jules-laforgue-9963.html',ville: 'Aureilhan', activite: 'Bibliothèque '}, {lat: 44.56217210, lng: 2.27788840, nom: 'Flowercamping Lac Aux Oiseaux',url: '/hotspot-wifi-camping-martiel-flowercamping-lac-aux-oiseaux-9969.html',ville: 'Martiel', activite: 'Camping'}, {lat: 43.24381500, lng: 0.06348900, nom: 'Bibliothèque Nelson Mandela',url: '/hotspot-wifi-bibliotheque-tarbes-bibliotheque-nelson-mandela-9972.html',ville: 'Tarbes', activite: 'Bibliothèque '}, {lat: 43.34233800, lng: 3.21344500, nom: 'Le Quartier Gourmand',url: '/hotspot-wifi-sandwicherie-beziers-le-quartier-gourmand-9981.html',ville: 'Beziers', activite: 'Sandwicherie'}, {lat: 44.48460500, lng: 1.83929600, nom: 'Camping Municipal le Terriol**',url: '/hotspot-wifi-camping-cajarc-camping-municipal-le-terriol-9982.html',ville: 'Cajarc', activite: 'Camping'}, {lat: 43.23602900, lng: 0.07777500, nom: 'Médiathèque Louis Aragon',url: '/hotspot-wifi-bibliotheque-tarbes-mediatheque-louis-aragon-9984.html',ville: 'Tarbes', activite: 'Bibliothèque '}, {lat: 44.59095700, lng: 2.92162000, nom: 'Ehpad Abbe Pierre Romieu',url: '/hotspot-wifi-ehpad-saint-chely-d-aubrac-ehpad-abbe-pierre-romieu-9997.html',ville: 'Saint Chély D\'Aubrac', activite: 'EHPAD'}, {lat: 43.59551400, lng: 3.84810400, nom: 'Montpelier Herault Rugby',url: '/hotspot-wifi-societe-montpelier-montpelier-herault-rugby-10032.html',ville: 'Montpelier', activite: 'Société'}, {lat: 43.06934900, lng: 0.14991100, nom: 'Atc - Route du Monde',url: '/hotspot-wifi-collectif-bagneres-de-bigorre-atc-route-du-monde-10068.html',ville: 'Bagneres de Bigorre', activite: 'Collectif'}, {lat: 43.77212900, lng: 1.67636100, nom: 'Aire les Portes du Tarn',url: '/hotspot-wifi-restaurant-saint-sulpice-la-pointe-aire-les-portes-du-tarn-10071.html',ville: 'Saint Sulpice la Pointe', activite: 'Restaurant'}, {lat: 43.83310700, lng: 4.32757600, nom: 'Ime la Cigale',url: '/hotspot-wifi-residence-etudiante-nimes-ime-la-cigale-10131.html',ville: 'Nimes', activite: 'Résidence étudiante'}, {lat: 43.22830800, lng: 0.10546800, nom: 'Bibliothèque Albert Camus',url: '/hotspot-wifi-bibliotheque-semeac-bibliotheque-albert-camus-10137.html',ville: 'Semeac', activite: 'Bibliothèque '}, {lat: 43.64701900, lng: 0.58323300, nom: 'Hotel de France',url: '/hotspot-wifi-hotel-auch-hotel-de-france-10148.html',ville: 'Auch', activite: 'Hôtel'}, {lat: 43.81702100, lng: 1.73379300, nom: 'Salle Polyvalente de Couffouleux',url: '/hotspot-wifi-mairie-couffouleux-salle-polyvalente-de-couffouleux-10166.html',ville: 'Couffouleux', activite: 'Mairie'}, {lat: 43.83867100, lng: 4.35469800, nom: 'Royal Hotel',url: '/hotspot-wifi-hotel-nimes-royal-hotel-10248.html',ville: 'Nimes', activite: 'Hôtel'}, {lat: 43.90287900, lng: 4.47424900, nom: 'Moulin à Huile Nicolas',url: '/hotspot-wifi-golf-cabrieres-moulin-a-huile-nicolas-10266.html',ville: 'Cabrières', activite: 'Golf'}, {lat: 43.19913100, lng: 2.75846100, nom: 'Wifi Mediatheque (ares)',url: '/hotspot-wifi-mairie-lezignan-les-corbieres-wifi-mediatheque-ares-10270.html',ville: 'Lezignan les Corbieres', activite: 'Mairie'}, {lat: 43.24411700, lng: 0.06858000, nom: 'Communauté D\'Agglomération Tarbes Lourdes Pyrénées',url: '/hotspot-wifi-espace-public-tarbes-communaute-d-agglomeration-tarbes-lourdes-pyrenees-10276.html',ville: 'Tarbes', activite: 'Espace public'}, {lat: 43.83163200, lng: 4.36765200, nom: 'Agence Lio',url: '/hotspot-wifi-vehicule-de-transport-nimes-agence-lio-10277.html',ville: 'Nîmes', activite: 'Véhicule de transport'}, {lat: 43.90328720, lng: 1.89265900, nom: 'La Verrerie',url: '/hotspot-wifi-hotel-gaillac-la-verrerie-10404.html',ville: 'Gaillac', activite: 'Hôtel'}, {lat: 43.30518460, lng: 3.49117870, nom: 'Les Jardins de Brescou',url: '/hotspot-wifi-ehpad-agde-les-jardins-de-brescou-10426.html',ville: 'Agde', activite: 'EHPAD'}, {lat: 43.56043500, lng: 4.07571800, nom: 'Un Autre Pain',url: '/hotspot-wifi-sandwicherie-la-grande-motte-un-autre-pain-10479.html',ville: 'La Grande Motte', activite: 'Sandwicherie'}, {lat: 42.78402000, lng: 1.29876100, nom: 'Chalet la Pause de L\'Ours',url: '/hotspot-wifi-gite-chambres-d-hotes-ustou-chalet-la-pause-de-l-ours-10520.html',ville: 'Ustou', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.13308300, lng: 3.13448100, nom: 'Centre de Vacance Carsat Auvergne',url: '/hotspot-wifi-residence-de-services-gruissan-centre-de-vacance-carsat-auvergne-10612.html',ville: 'Gruissan', activite: 'Résidence de services'}, {lat: 43.23270700, lng: 0.07802700, nom: 'Mairie de Tarbes - Parking Brauhauban',url: '/hotspot-wifi-mairie-tarbes-mairie-de-tarbes-parking-brauhauban-10621.html',ville: 'Tarbes', activite: 'Mairie'}, {lat: 43.88320960, lng: 4.56237060, nom: 'Mairie de Meynes',url: '/hotspot-wifi-mairie-meynes-mairie-de-meynes-10697.html',ville: 'Meynes', activite: 'Mairie'}, {lat: 44.50460800, lng: 3.73570900, nom: 'Hotel la Remise',url: '/hotspot-wifi-hotel-mont-lozere-et-goulet-hotel-la-remise-10730.html',ville: 'Mont Lozere Et Goulet', activite: 'Hôtel'}, {lat: 42.83694600, lng: 0.40791100, nom: 'Camping le Hourgade',url: '/hotspot-wifi-camping-avajan-camping-le-hourgade-10733.html',ville: 'Avajan', activite: 'Camping'}, {lat: 43.66754000, lng: 4.01838600, nom: 'Ehpad Louis Laget',url: '/hotspot-wifi-ehpad-baillargues-ehpad-louis-laget-10740.html',ville: 'Baillargues', activite: 'EHPAD'}, {lat: 43.01366200, lng: 1.92922300, nom: 'Camping le Rocdelrey',url: '/hotspot-wifi-camping-belloc-camping-le-rocdelrey-10758.html',ville: 'Belloc', activite: 'Camping'}, {lat: 44.93973390, lng: 1.92949500, nom: 'Camping du Lac',url: '/hotspot-wifi-camping-laval-de-cere-camping-du-lac-10767.html',ville: 'Laval de Cere', activite: 'Camping'}, {lat: 43.09165200, lng: -0.04525800, nom: 'Lac de Lourdes',url: '/hotspot-wifi-mairie-lourdes-lac-de-lourdes-10805.html',ville: 'Lourdes', activite: 'Mairie'}, {lat: 44.51870700, lng: 0.22149300, nom: 'Capitainerie de Port Camargue',url: '/hotspot-wifi-espace-public-le-grau-du-roi-capitainerie-de-port-camargue-10876.html',ville: 'Le-Grau-Du-Roi', activite: 'Espace public'}, {lat: 43.23086000, lng: 0.08395300, nom: 'Mairie de Tarbes - Place Marcadieu',url: '/hotspot-wifi-mairie-tarbes-mairie-de-tarbes-place-marcadieu-10888.html',ville: 'Tarbes', activite: 'Mairie'}, {lat: 42.65035500, lng: 2.83579100, nom: 'Appartements Canohès',url: '/hotspot-wifi-gite-chambres-d-hotes-canohes-appartements-canohes-10895.html',ville: 'Canohes', activite: 'Gîte / Chambres d\'hôtes'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Gsvi Montpellier',url: '/hotspot-wifi-vehicule-de-transport-baillargues-gsvi-montpellier-10910.html',ville: 'Baillargues', activite: 'Véhicule de transport'}, {lat: 43.09165200, lng: -0.04525800, nom: 'Maison France Service',url: '/hotspot-wifi-mairie-lourdes-maison-france-service-10917.html',ville: 'Lourdes', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Gsvi Muret',url: '/hotspot-wifi-vehicule-de-transport-muret-gsvi-muret-10922.html',ville: 'Muret', activite: 'Véhicule de transport'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Esat Véronique',url: '/hotspot-wifi-restaurant-saint-laurent-des-arbres-esat-veronique-10938.html',ville: 'Saint Laurent des Arbres', activite: 'Restaurant'}, {lat: 43.62743900, lng: 0.87690500, nom: 'Villa des Sources',url: '/hotspot-wifi-restaurant-gimont-villa-des-sources-10979.html',ville: 'Gimont', activite: 'Restaurant'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Marie de Saint-Antonin-Noble-Val',url: '/hotspot-wifi-mairie-saint-antonin-noble-val-marie-de-saint-antonin-noble-val-10993.html',ville: 'Saint-Antonin-Noble-Val', activite: 'Mairie'}, {lat: 43.45274000, lng: 1.39912000, nom: 'Médiathèque Françoise Giroud',url: '/hotspot-wifi-bibliotheque-labarthe-sur-leze-mediatheque-francoise-giroud-10994.html',ville: 'Labarthe-Sur-Lèze', activite: 'Bibliothèque '}, {lat: -99.00000000, lng: -99.00000000, nom: 'Epnak St Gaudens',url: '/hotspot-wifi-ecole-saint-gaudens-epnak-st-gaudens-11020.html',ville: 'Saint Gaudens', activite: 'Ecole'}, {lat: 43.52607230, lng: 1.32355190, nom: 'Frouzins-Les Terrasses de Mailheaux',url: '/hotspot-wifi-ehpa-frouzins-frouzins-les-terrasses-de-mailheaux-11056.html',ville: 'Frouzins', activite: 'EHPA'}, {lat: 43.60726650, lng: 3.87709650, nom: 'Hôtel des Etuves',url: '/hotspot-wifi-hotel-montpellier-hotel-des-etuves-11064.html',ville: 'Montpellier', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Ehpad les Caselles',url: '/hotspot-wifi-ehpad-bozouls-ehpad-les-caselles-11097.html',ville: 'Bozouls', activite: 'EHPAD'}, {lat: 44.36023498, lng: 2.55924498, nom: 'Hotel Deltour Rodez',url: '/hotspot-wifi-hotel-rodez-hotel-deltour-rodez-11162.html',ville: 'Rodez', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Médiathèque Espéraza',url: '/hotspot-wifi-bibliotheque-esperaza-mediatheque-esperaza-11171.html',ville: 'Esperaza', activite: 'Bibliothèque '}, {lat: 43.70023400, lng: 1.81586100, nom: 'Hotel les Pasteliers',url: '/hotspot-wifi-hotel-lavaur-hotel-les-pasteliers-11175.html',ville: 'Lavaur', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Communauté D\'Agglomération Tarbes Lourdes Pyrénées - Siège',url: '/hotspot-wifi-espace-public-juillan-communaute-d-agglomeration-tarbes-lourdes-pyrenees-siege-11262.html',ville: 'Juillan', activite: 'Espace public'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Croix Rouge 66 : Maison D\'Adriana',url: '/hotspot-wifi-collectif-perpignan-croix-rouge-66-maison-d-adriana-11268.html',ville: 'Perpignan', activite: 'Collectif'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mairie Couffouleux Berenguier',url: '/hotspot-wifi-mairie-couffouleux-mairie-couffouleux-berenguier-11269.html',ville: 'Couffouleux', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mairie de Couffouleux Pôle Numérique',url: '/hotspot-wifi-agence-bancaire-couffouleux-mairie-de-couffouleux-pole-numerique-11270.html',ville: 'Couffouleux', activite: 'Agence bancaire'}, {lat: 43.24814090, lng: 2.76751500, nom: 'Locaboat Argens',url: '/hotspot-wifi-societe-argens-minervois-locaboat-argens-11291.html',ville: 'Argens-Minervois', activite: 'Société'}, {lat: 43.60645900, lng: 3.87785700, nom: 'Hôtel des Arts',url: '/hotspot-wifi-hotel-montpellier-hotel-des-arts-11310.html',ville: 'Montpellier', activite: 'Hôtel'}, {lat: 46.57622000, lng: 0.33895900, nom: 'Ehpad Résidence Jean Xxiii',url: '/hotspot-wifi-ehpad-rodez-ehpad-residence-jean-xxiii-11315.html',ville: 'Rodez', activite: 'EHPAD'}, {lat: 43.61328000, lng: 1.50760000, nom: 'Manoir Et Résidence Saint Clair',url: '/hotspot-wifi-gite-chambres-d-hotes-balma-manoir-et-residence-saint-clair-11336.html',ville: 'Balma', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 44.51420000, lng: 3.47486400, nom: 'Camping le Tivoli',url: '/hotspot-wifi-camping-mende-camping-le-tivoli-11348.html',ville: 'Mende', activite: 'Camping'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Ace Hotel Cornebarrieu',url: '/hotspot-wifi-hotel-cornebarrieu-ace-hotel-cornebarrieu-11385.html',ville: 'Cornebarrieu', activite: 'Hôtel'}, {lat: 43.07863870, lng: 1.37266280, nom: 'Camping le Petit Pyrénéen',url: '/hotspot-wifi-camping-le-mas-d-azil-camping-le-petit-pyreneen-11393.html',ville: 'Le Mas D\'Azil', activite: 'Camping'}, {lat: 43.64351600, lng: 0.61709400, nom: 'Domaine de Baulieu',url: '/hotspot-wifi-hotel-auch-domaine-de-baulieu-11414.html',ville: 'Auch', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Brit Hotel du Laca',url: '/hotspot-wifi-hotel-capvern-brit-hotel-du-laca-11418.html',ville: 'Capvern', activite: 'Hôtel'}, {lat: 43.56064400, lng: 4.07563000, nom: 'Extrem Gym',url: '/hotspot-wifi-salle-de-sport-la-grande-motte-extrem-gym-11491.html',ville: 'La Grande Motte', activite: 'Salle de sport'}, {lat: 44.30028900, lng: 4.08359900, nom: 'Camping Besseges',url: '/hotspot-wifi-camping-besseges-camping-besseges-11508.html',ville: 'Bessèges', activite: 'Camping'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Gip65',url: '/hotspot-wifi-espace-public-tarbes-gip65-11513.html',ville: 'Tarbes', activite: 'Espace public'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Chateau de Collias Réseau \'Conviveshotel\' Ou \'Convivesrestaurant\'',url: '/hotspot-wifi-hotel-collias-chateau-de-collias-reseau-conviveshotel-ou-convivesrestaurant-11555.html',ville: 'Collias', activite: 'Hôtel'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Le Bistrot du Port',url: '/hotspot-wifi-bar-restaurant-le-grau-du-roi-le-bistrot-du-port-11583.html',ville: 'Le Grau du Roi', activite: 'Bar restaurant'}, {lat: 43.55683900, lng: 3.78033900, nom: 'Aire de Fabregues',url: '/hotspot-wifi-restaurant-fabregues-aire-de-fabregues-11589.html',ville: 'Fabregues', activite: 'Restaurant'}, {lat: -99.00000000, lng: -99.00000000, nom: 'L\'Inattendu',url: '/hotspot-wifi-gite-chambres-d-hotes-lavaur-l-inattendu-11605.html',ville: 'Lavaur', activite: 'Gîte / Chambres d\'hôtes'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Maison de Secours',url: '/hotspot-wifi-ehpad-besseges-maison-de-secours-11621.html',ville: 'Besseges', activite: 'EHPAD'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mairie de Montjoire Chapelle',url: '/hotspot-wifi-mairie-montjoire-mairie-de-montjoire-chapelle-11626.html',ville: 'Montjoire', activite: 'Mairie'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Mairie de Maisons',url: '/hotspot-wifi-mairie-maisons-mairie-de-maisons-11881.html',ville: 'Maisons', activite: 'Mairie'}, {lat: 43.54268300, lng: 1.60746900, nom: 'La Cocagne',url: '/hotspot-wifi-ehpad-sainte-foy-d-aigrefeuille-la-cocagne-11973.html',ville: 'Sainte-Foy D\'Aigrefeuille', activite: 'EHPAD'}, {lat: 43.33705200, lng: 3.22327800, nom: 'Citivie Residence Seniors des Poètes',url: '/hotspot-wifi-residence-de-services-beziers-citivie-residence-seniors-des-poetes-11995.html',ville: 'Beziers', activite: 'Résidence de services'}, {lat: 44.32176030, lng: 3.59542210, nom: 'Hôtel des Gorges du Tarn',url: '/hotspot-wifi-hotel-florac-hotel-des-gorges-du-tarn-12152.html',ville: 'Florac', activite: 'Hôtel'}, {lat: 43.84060300, lng: 4.02748500, nom: 'Les Tilleuls',url: '/hotspot-wifi-gite-chambres-d-hotes-gailhan-les-tilleuls-12195.html',ville: 'Gailhan', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.46429900, lng: 1.32766300, nom: 'Epnak Lva Lo Ligot 31',url: '/hotspot-wifi-ecole-muret-epnak-lva-lo-ligot-31-12234.html',ville: 'Muret', activite: 'Ecole'}, {lat: 43.77112000, lng: 1.68065700, nom: 'Maison de Retraite Chez Nous',url: '/hotspot-wifi-ehpad-saint-sulpice-maison-de-retraite-chez-nous-12305.html',ville: 'Saint Sulpice', activite: 'EHPAD'}, {lat: 43.67090300, lng: 4.41799000, nom: 'Mermoz Academy',url: '/hotspot-wifi-ecole-saint-gilles-mermoz-academy-12311.html',ville: 'Saint-Gilles', activite: 'Ecole'}, {lat: 42.69738800, lng: 2.87981900, nom: 'Gare',url: '/hotspot-wifi-gite-chambres-d-hotes-perpignan-gare-12336.html',ville: 'Perpignan', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 43.52158700, lng: 4.12783000, nom: 'Capitainerie de Port Camargue (sanitaires)',url: '/hotspot-wifi-espace-public-le-grau-du-roi-capitainerie-de-port-camargue-sanitaires-12341.html',ville: 'Le-Grau-Du-Roi', activite: 'Espace public'}, {lat: 42.82042500, lng: 0.32256000, nom: 'Royal Milan',url: '/hotspot-wifi-agence-bancaire-saint-lary-soulan-royal-milan-12356.html',ville: 'Saint Lary Soulan', activite: 'Agence bancaire'}, {lat: 43.25358800, lng: 2.17793800, nom: 'Mairie D\'Alzonne Esplanade',url: '/hotspot-wifi-mairie-alzonne-mairie-d-alzonne-esplanade-12366.html',ville: 'Alzonne', activite: 'Mairie'}, {lat: 43.68401300, lng: 3.87492900, nom: 'Mission Africaine',url: '/hotspot-wifi-ehpad-monferrier-sur-lez-mission-africaine-12541.html',ville: 'Monferrier-Sur-Lez', activite: 'EHPAD'}, {lat: -99.00000000, lng: -99.00000000, nom: 'Les Oustalous',url: '/hotspot-wifi-gite-chambres-d-hotes-les-cabannes-les-oustalous-12543.html',ville: 'Les Cabannes', activite: 'Gîte / Chambres d\'hôtes'}, {lat: 42.99536300, lng: 1.61583700, nom: 'Epnak_dispositif_foix',url: '/hotspot-wifi-ecole-foix-epnak_dispositif_foix-12606.html',ville: 'Foix', activite: 'Ecole'}, {lat: 43.20483500, lng: 2.39872300, nom: 'Audotel',url: '/hotspot-wifi-hotel-carcassonne-audotel-12613.html',ville: 'Carcassonne', activite: 'Hôtel'}, {lat: 44.10661000, lng: 2.68950100, nom: 'Camping Cantarelles',url: '/hotspot-wifi-camping-alrance-camping-cantarelles-12619.html',ville: 'Alrance', activite: 'Camping'}, {lat: 42.73036000, lng: 2.89021900, nom: 'Feuillette Perpignan',url: '/hotspot-wifi-sandwicherie-perpignan-feuillette-perpignan-12681.html',ville: 'Perpignan', activite: 'Sandwicherie'}, {lat: 43.72158900, lng: 1.43259200, nom: 'Mairie de Gratentour',url: '/hotspot-wifi-mairie-gratentour-mairie-de-gratentour-12683.html',ville: 'Gratentour', activite: 'Mairie'} ]