$(document).ready(function() {
initialize();
});
function tri(id_departement, id_region) {
if(id_departement == 'all') {
$('#region_'+id_region+' li').show();
}
else {
$('#region_'+id_region+' li.concession').hide();
$('#region_'+id_region+' li.dpt_'+id_departement).show();
}
}
function initialize() {
var myCenter = new google.maps.LatLng(45.856573,1.2466180);
var myOptions = {
zoom: 6,
center: myCenter,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("map"),myOptions);
var image = 'design/img/puce.png';
var infowindow = new google.maps.InfoWindow({
});
var myLatlng = new google.maps.LatLng(46.189772, 5.2432847);
var contentString_1 = '
'+
'
'+
'- '+
'
DP DIFFUSION SARL'+
' '+
'- '+
'12 AVENUE DU MARECHAL JUIN'+
'
'+
'- '+
'1210 - BOURG EN BRESSE'+
'
'+
'- '+
'Tél : 04 74 45 33 59'+
'
'+
'- '+
'Contact : dp.bourg@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_1 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_1, 'click', function() {
infowindow.setContent(contentString_1);
infowindow.open(map,marker_1);
});
var myLatlng = new google.maps.LatLng(45.746452, 5.7081219);
var contentString_2 = ''+
'
'+
'- '+
'
SARL COLLOT THIERRY PAYSAGES'+
' '+
'- '+
'ZI de Coron'+
'
'+
'- '+
'1300 - BELLEY'+
'
'+
'- '+
'Tél : 04 79 42 18 27'+
'
'+
'- '+
'Contact : Thierry.Collot@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_2 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_2, 'click', function() {
infowindow.setContent(contentString_2);
infowindow.open(map,marker_2);
});
var myLatlng = new google.maps.LatLng(45.996927, 4.9034046);
var contentString_3 = ''+
'
'+
'- '+
'
CV PISCINES SARL'+
' '+
'- '+
'167 Rue Gombette'+
'
'+
'- '+
'1330 - AMBERIEUX EN DOMBES'+
'
'+
'- '+
'Tél : 04 74 00 85 30'+
'
'+
'- '+
'Contact : christophe.viallon01@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_3 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_3, 'click', function() {
infowindow.setContent(contentString_3);
infowindow.open(map,marker_3);
});
var myLatlng = new google.maps.LatLng(45.849443, 5.1059664);
var contentString_4 = ''+
'
'+
'- '+
'
CV PISCINES'+
' '+
'- '+
'1430 Route de Lyon'+
'
'+
'- '+
'1360 - BALAN'+
'
'+
'- '+
'Tél : +33 (0)4 72 25 47 35'+
'
'+
'- '+
'Contact : christophe.viallon01@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_4 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_4, 'click', function() {
infowindow.setContent(contentString_4);
infowindow.open(map,marker_4);
});
var myLatlng = new google.maps.LatLng(49.8497206, 3.2674336);
var contentString_5 = ''+
'
'+
'- '+
'
PISCINES LOISIRS NORD EST'+
' '+
'- '+
'ZAC La VALLEE
2 BIS RUE CHARLES LINNE'+
' '+
'- '+
'2100 - SAINT QUENTIN'+
'
'+
'- '+
'Tél : 03 23 04 00 30'+
'
'+
'- '+
'Contact : piscines.loisirs02@free.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_5 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_5, 'click', function() {
infowindow.setContent(contentString_5);
infowindow.open(map,marker_5);
});
var myLatlng = new google.maps.LatLng(46.134461, 3.4456118);
var contentString_6 = ''+
'
'+
'- '+
'
LAYES GILLES E.U.R.L. (CUSSET)'+
' '+
'- '+
'95 Avenue de Vichy'+
'
'+
'- '+
'3300 - CUSSET'+
'
'+
'- '+
'Tél : 04 70 97 80 12'+
'
'+
'- '+
'Contact : layesgilleseurl@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_6 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_6, 'click', function() {
infowindow.setContent(contentString_6);
infowindow.open(map,marker_6);
});
var myLatlng = new google.maps.LatLng(46.503129, 3.3644633);
var contentString_7 = ''+
'
'+
'- '+
'
LAYES GILLES E.U.R.L. (TOULON)'+
' '+
'- '+
'ZA du larry'+
'
'+
'- '+
'3400 - TOULON SUR ALLIER'+
'
'+
'- '+
'Tél : +33 (0)4 70 34 06 20'+
'
'+
'- '+
'Contact : mag.toulon.layes@fr.oleane.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_7 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_7, 'click', function() {
infowindow.setContent(contentString_7);
infowindow.open(map,marker_7);
});
var myLatlng = new google.maps.LatLng(46.387902, 2.6133098);
var contentString_8 = ''+
'
'+
'- '+
'
DIOLEZ ENTREPRISE'+
' '+
'- '+
'Route de Paris'+
'
'+
'- '+
'3410 - ST VICTOR'+
'
'+
'- '+
'Tél : 04 70 28 84 11'+
'
'+
'- '+
'Contact : sas.diolez@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_8 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_8, 'click', function() {
infowindow.setContent(contentString_8);
infowindow.open(map,marker_8);
});
var myLatlng = new google.maps.LatLng(43.842784, 5.8088734);
var contentString_9 = ''+
'
'+
'- '+
'
SARL AB PISCINE'+
' '+
'- '+
'Avenue du Maréchal Juin
Rte de Sisteron'+
' '+
'- '+
'4100 - MANOSQUE'+
'
'+
'- '+
'Tél : 04 92 87 40 00'+
'
'+
'- '+
'Contact : ab-piscine@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_9 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_9, 'click', function() {
infowindow.setContent(contentString_9);
infowindow.open(map,marker_9);
});
var myLatlng = new google.maps.LatLng(44.5659974, 6.099815);
var contentString_10 = ''+
'
'+
'- '+
'
JS PISCINES'+
' '+
'- '+
'6, Rue du Tokoro'+
'
'+
'- '+
'5000 - GAP'+
'
'+
'- '+
'Tél : 04 92 46 28 44'+
'
'+
'- '+
'Contact : fuhrerbruno@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_10 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_10, 'click', function() {
infowindow.setContent(contentString_10);
infowindow.open(map,marker_10);
});
var myLatlng = new google.maps.LatLng(43.575511, 7.0125198);
var contentString_11 = ''+
'
'+
'- '+
'
AZUR PISCINE'+
' '+
'- '+
'1280 Av du Campon'+
'
'+
'- '+
'6110 - LE CANNET'+
'
'+
'- '+
'Tél : +33 (0)4 92 18 04 70'+
'
'+
'- '+
'Contact : desjoyaux06@gmail.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_11 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_11, 'click', function() {
infowindow.setContent(contentString_11);
infowindow.open(map,marker_11);
});
var myLatlng = new google.maps.LatLng(43.659, 7.197);
var contentString_12 = ''+
'
'+
'- '+
'
DP06'+
' '+
'- '+
'Angle Léon Béranger et Eugène Donadei
immeuble bureau 3000'+
' '+
'- '+
'6700 - ST LAURENT DU VAR'+
'
'+
'- '+
'Tél : +33 (0)4 93 26 88 18'+
'
'+
'- '+
'Contact : vivesl@desjoyaux.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_12 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_12, 'click', function() {
infowindow.setContent(contentString_12);
infowindow.open(map,marker_12);
});
var myLatlng = new google.maps.LatLng(44.4883686, 4.1023804);
var contentString_13 = ''+
'
'+
'- '+
'
BRUNO MIALON SARL'+
' '+
'- '+
''+
'
'+
'- '+
'7200 - AUBENAS'+
'
'+
'- '+
'Tél : +33 (0)4 75 36 70 20'+
'
'+
'- '+
'Contact : desjoyaux-ardeche@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_13 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_13, 'click', function() {
infowindow.setContent(contentString_13);
infowindow.open(map,marker_13);
});
var myLatlng = new google.maps.LatLng(45.238850, 4.690937);
var contentString_14 = ''+
'
'+
'- '+
'
J2D SARL'+
' '+
'- '+
'ZA de Chantecaille
RN82'+
' '+
'- '+
'7430 - ST CLAIR LES ANNONAY'+
'
'+
'- '+
'Tél : 04 75 32 32 32'+
'
'+
'- '+
'Contact : J2D4@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_14 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_14, 'click', function() {
infowindow.setContent(contentString_14);
infowindow.open(map,marker_14);
});
var myLatlng = new google.maps.LatLng(43.093070, 1.6764274);
var contentString_15 = ''+
'
'+
'- '+
'
TENDANCE PISCINES'+
' '+
'- '+
'20, route de Mirepoix'+
'
'+
'- '+
'9100 - PAMIERS'+
'
'+
'- '+
'Tél : +33 (0)5 61 60 08 08'+
'
'+
'- '+
'Contact : tendance.piscine09@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_15 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_15, 'click', function() {
infowindow.setContent(contentString_15);
infowindow.open(map,marker_15);
});
var myLatlng = new google.maps.LatLng(43.0002729, 1.1342734);
var contentString_16 = ''+
'
'+
'- '+
'
PISCINES DETENTE LOISIRS'+
' '+
'- '+
'Route de Toulouse'+
'
'+
'- '+
'9190 - SAINT-LIZIER'+
'
'+
'- '+
'Tél : 05 61 04 82 82'+
'
'+
'- '+
'Contact : Jacques.ANTRAS@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_16 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_16, 'click', function() {
infowindow.setContent(contentString_16);
infowindow.open(map,marker_16);
});
var myLatlng = new google.maps.LatLng(44.115549, 3.0689110);
var contentString_17 = ''+
'
'+
'- '+
'
ESPACE PISCINES 12'+
' '+
'- '+
'Le Cap de Crès
550 Bd Brassens'+
' '+
'- '+
'12100 - MILLAU'+
'
'+
'- '+
'Tél : 05 65 59 15 00'+
'
'+
'- '+
'Contact : espace.piscine.12@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_17 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_17, 'click', function() {
infowindow.setContent(contentString_17);
infowindow.open(map,marker_17);
});
var myLatlng = new google.maps.LatLng(43.538238, 2.2029418);
var contentString_18 = ''+
'
'+
'- '+
'
ESPACE PISCINES 12'+
' '+
'- '+
'Bld Charles De Gaulle'+
'
'+
'- '+
'12400 - ST AFFRIQUE'+
'
'+
'- '+
'Tél : +33 (0)5 65 49 04 23'+
'
'+
'- '+
'Contact : espace.piscine.12@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_18 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_18, 'click', function() {
infowindow.setContent(contentString_18);
infowindow.open(map,marker_18);
});
var myLatlng = new google.maps.LatLng(44.296243, 2.5584235);
var contentString_19 = ''+
'
'+
'- '+
'
ESPACES PISCINES'+
' '+
'- '+
'207, Ave de Rodez'+
'
'+
'- '+
'12450 - LA PRIMAUBE'+
'
'+
'- '+
'Tél : +33 (0)5 65 69 49 69'+
'
'+
'- '+
'Contact : desjoyaux.rodez@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_19 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_19, 'click', function() {
infowindow.setContent(contentString_19);
infowindow.open(map,marker_19);
});
var myLatlng = new google.maps.LatLng(43.545442, 5.4314005);
var contentString_20 = ''+
'
'+
'- '+
'
AP PISCINES'+
' '+
'- '+
'20 Impasse des Dapalis
La Chevalière'+
' '+
'- '+
'13090 - AIX EN PROVENCE'+
'
'+
'- '+
'Tél : 04 42 63 06 10'+
'
'+
'- '+
'Contact : appiscines@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_20 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_20, 'click', function() {
infowindow.setContent(contentString_20);
infowindow.open(map,marker_20);
});
var myLatlng = new google.maps.LatLng(43.8889639, 4.8424667);
var contentString_21 = ''+
'
'+
'- '+
'
BERTHIER SA'+
' '+
'- '+
'162 route d\'Avignon'+
'
'+
'- '+
'13160 - CHATEAURENARD'+
'
'+
'- '+
'Tél : +33 (0)4 90 20 25 00'+
'
'+
'- '+
'Contact : desjoyaux84@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_21 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_21, 'click', function() {
infowindow.setContent(contentString_21);
infowindow.open(map,marker_21);
});
var myLatlng = new google.maps.LatLng(43.691103, 4.6378937);
var contentString_22 = ''+
'
'+
'- '+
'
COTE PISCINE'+
' '+
'- '+
'99, ave de Stalingrad'+
'
'+
'- '+
'13200 - ARLES'+
'
'+
'- '+
'Tél : +33 (0)4 90 93 81 73'+
'
'+
'- '+
'Contact : desjoyaux-martigues@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_22 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_22, 'click', function() {
infowindow.setContent(contentString_22);
infowindow.open(map,marker_22);
});
var myLatlng = new google.maps.LatLng(43.630603, 5.1378134);
var contentString_23 = ''+
'
'+
'- '+
'
PISCINE LOISIR SERVICE'+
' '+
'- '+
'RD 572
Route de Pélissanne'+
' '+
'- '+
'13300 - SALON DE PROVENCE'+
'
'+
'- '+
'Tél : 04 90 53 17 78'+
'
'+
'- '+
'Contact : desjoyaux@piscine-pls.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_23 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_23, 'click', function() {
infowindow.setContent(contentString_23);
infowindow.open(map,marker_23);
});
var myLatlng = new google.maps.LatLng(43.416925, 5.356779);
var contentString_24 = ''+
'
'+
'- '+
'
PSF'+
' '+
'- '+
'Parc Expobat
Plan de Campagne'+
' '+
'- '+
'13480 - CABRIES'+
'
'+
'- '+
'Tél : 04 42 02 91 69'+
'
'+
'- '+
'Contact : psf4@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_24 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_24, 'click', function() {
infowindow.setContent(contentString_24);
infowindow.open(map,marker_24);
});
var myLatlng = new google.maps.LatLng(43.409592, 5.0255983);
var contentString_25 = ''+
'
'+
'- '+
'
RENOV\'ET PISCINES'+
' '+
'- '+
'16 ALLEE DES BRUYERE'+
'
'+
'- '+
'13500 - MARTIGUES'+
'
'+
'- '+
'Tél : 04 42 42 15 32'+
'
'+
'- '+
'Contact : desjoyaux-martigues@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_25 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_25, 'click', function() {
infowindow.setContent(contentString_25);
infowindow.open(map,marker_25);
});
var myLatlng = new google.maps.LatLng(43.284223, 5.6017074);
var contentString_26 = ''+
'
'+
'- '+
'
PISCINES PATRICK'+
' '+
'- '+
'70 Avenue de la Fleuride
Z.I. Les Paluds'+
' '+
'- '+
'13685 - AUBAGNE cedex'+
'
'+
'- '+
'Tél : 04 42 03 05 42'+
'
'+
'- '+
'Contact : desjoyaux@piscines-patrick.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_26 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_26, 'click', function() {
infowindow.setContent(contentString_26);
infowindow.open(map,marker_26);
});
var myLatlng = new google.maps.LatLng(49.116258, -0.378200);
var contentString_27 = ''+
'
'+
'- '+
'
DPC'+
' '+
'- '+
'ZAC ROCADE SUD
442 ROUTE DE ROCQUANCOURT
'+
' '+
'- '+
'14123 - IFS'+
'
'+
'- '+
'Tél : 02 31 79 80 80'+
'
'+
'- '+
'Contact : dpc@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_27 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_27, 'click', function() {
infowindow.setContent(contentString_27);
infowindow.open(map,marker_27);
});
var myLatlng = new google.maps.LatLng(44.959820, 2.4165558);
var contentString_28 = ''+
'
'+
'- '+
'
AQUA SYSTEM SERVICES'+
' '+
'- '+
'ZA des 4 chemins
Monthely'+
' '+
'- '+
'15250 - NAUCELLES'+
'
'+
'- '+
'Tél : +33 (0)4 71 48 28 11'+
'
'+
'- '+
'Contact : 2p2f@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_28 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_28, 'click', function() {
infowindow.setContent(contentString_28);
infowindow.open(map,marker_28);
});
var myLatlng = new google.maps.LatLng(45.684468, -0.301466);
var contentString_29 = ''+
'
'+
'- '+
'
PISCINES 16'+
' '+
'- '+
'Route d\'Angoulème'+
'
'+
'- '+
'16100 - CHATEAUBERNARD'+
'
'+
'- '+
'Tél : +33 (0)5 45 32 01 12'+
'
'+
'- '+
'Contact : desjoyaux@piscines16.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_29 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_29, 'click', function() {
infowindow.setContent(contentString_29);
infowindow.open(map,marker_29);
});
var myLatlng = new google.maps.LatLng(45.622877, 0.1113061);
var contentString_30 = ''+
'
'+
'- '+
'
PISCINES 16'+
' '+
'- '+
'Le Jonco
Carrefour de l\'Oisellerie'+
' '+
'- '+
'16400 - LA COURONNE'+
'
'+
'- '+
'Tél : 05 45 67 17 10'+
'
'+
'- '+
'Contact : desjoyaux@piscines16.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_30 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_30, 'click', function() {
infowindow.setContent(contentString_30);
infowindow.open(map,marker_30);
});
var myLatlng = new google.maps.LatLng(45.925153, -0.960208);
var contentString_31 = ''+
'
'+
'- '+
'
PISCINE ET ART DE VIE'+
' '+
'- '+
'105 Avenue du 11 Novembre'+
'
'+
'- '+
'17300 - ROCHEFORT'+
'
'+
'- '+
'Tél : 05 46 99 33 09'+
'
'+
'- '+
'Contact : piscineetartdevie@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_31 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_31, 'click', function() {
infowindow.setContent(contentString_31);
infowindow.open(map,marker_31);
});
var myLatlng = new google.maps.LatLng(47.041000, 2.415000);
var contentString_32 = ''+
'
'+
'- '+
'
PISCINES 18'+
' '+
'- '+
'ZAC DU PORCHE
PORTE DE PLAIMPIED GIVAUDINS'+
' '+
'- '+
'18340 - PLAIMPIED GIVAUDINS'+
'
'+
'- '+
'Tél : 02 48 24 27 77'+
'
'+
'- '+
'Contact : piscines18@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_32 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_32, 'click', function() {
infowindow.setContent(contentString_32);
infowindow.open(map,marker_32);
});
var myLatlng = new google.maps.LatLng(45.168017, 1.5545135);
var contentString_33 = ''+
'
'+
'- '+
'
DARCISSAC 19'+
' '+
'- '+
'48 Av Pierre et Marie Curie'+
'
'+
'- '+
'19360 - MALEMORT'+
'
'+
'- '+
'Tél : 05 55 88 18 81'+
'
'+
'- '+
'Contact : darcissac19@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_33 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_33, 'click', function() {
infowindow.setContent(contentString_33);
infowindow.open(map,marker_33);
});
var myLatlng = new google.maps.LatLng(41.918647, 8.7368794);
var contentString_34 = ''+
'
'+
'- '+
'
PISCINE AZUR'+
' '+
'- '+
'Route de Mezzavia-Stiletto'+
'
'+
'- '+
'20090 - AJACCIO'+
'
'+
'- '+
'Tél : 04 95 20 44 60'+
'
'+
'- '+
'Contact : piscineazur@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_34 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_34, 'click', function() {
infowindow.setContent(contentString_34);
infowindow.open(map,marker_34);
});
var myLatlng = new google.maps.LatLng(41.592530, 9.278520);
var contentString_35 = ''+
'
'+
'- '+
'
CPV'+
' '+
'- '+
'Route du Port
BP30'+
' '+
'- '+
'20137 - PORTO VECCHIO'+
'
'+
'- '+
'Tél : +33 (0)4 95 70 49 31'+
'
'+
'- '+
'Contact : sa-agostini@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_35 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_35, 'click', function() {
infowindow.setContent(contentString_35);
infowindow.open(map,marker_35);
});
var myLatlng = new google.maps.LatLng(42.563084, 8.754725);
var contentString_36 = ''+
'
'+
'- '+
'
MUNIER PISCINES SERVICES'+
' '+
'- '+
'RN 197 lieu dit Cinarchese'+
'
'+
'- '+
'20260 - LUMIO'+
'
'+
'- '+
'Tél : +33 (0)4 95 65 28 27'+
'
'+
'- '+
'Contact : piscinesmunier@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_36 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_36, 'click', function() {
infowindow.setContent(contentString_36);
infowindow.open(map,marker_36);
});
var myLatlng = new google.maps.LatLng(42.547009, 9.417330);
var contentString_37 = ''+
'
'+
'- '+
'
PEPINIERE FOURNY'+
' '+
'- '+
'Route de l\'Aeroport'+
'
'+
'- '+
'20290 - LUCCIANA'+
'
'+
'- '+
'Tél : +33 (0)4 95 36 00 17'+
'
'+
'- '+
'Contact : fournyfev@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_37 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_37, 'click', function() {
infowindow.setContent(contentString_37);
infowindow.open(map,marker_37);
});
var myLatlng = new google.maps.LatLng(47.283985, 5.0179355);
var contentString_38 = ''+
'
'+
'- '+
'
ECO PISCINES EURL'+
' '+
'- '+
'3 Rue Henri Barbusse'+
'
'+
'- '+
'21300 - CHENOVE'+
'
'+
'- '+
'Tél : 03 80 59 96 26'+
'
'+
'- '+
'Contact : eco-piscines@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_38 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_38, 'click', function() {
infowindow.setContent(contentString_38);
infowindow.open(map,marker_38);
});
var myLatlng = new google.maps.LatLng(48.570701, -2.816810);
var contentString_39 = ''+
'
'+
'- '+
'
STE EXPLOITATION KOPEC'+
' '+
'- '+
'ZAC la Ville Auvray'+
'
'+
'- '+
'22590 - PORDIC'+
'
'+
'- '+
'Tél : 02 96 79 15 43'+
'
'+
'- '+
'Contact : kopec.pordic@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_39 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_39, 'click', function() {
infowindow.setContent(contentString_39);
infowindow.open(map,marker_39);
});
var myLatlng = new google.maps.LatLng(46.169224, 1.8685741);
var contentString_40 = ''+
'
'+
'- '+
'
LOISIRS PISCINES NATURE'+
' '+
'- '+
'ZI des Varennes
rue JB Colbert'+
' '+
'- '+
'23000 - GUERET'+
'
'+
'- '+
'Tél : +33 (0)5 55 51 09 99'+
'
'+
'- '+
'Contact : lpncreuse@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_40 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_40, 'click', function() {
infowindow.setContent(contentString_40);
infowindow.open(map,marker_40);
});
var myLatlng = new google.maps.LatLng(44.834455, 0.448594);
var contentString_41 = ''+
'
'+
'- '+
'
DESJOYAUX PISCINES 24'+
' '+
'- '+
'1 rond point de la cavaille'+
'
'+
'- '+
'24100 - ST LAURENT DES VIGNES'+
'
'+
'- '+
'Tél : +33 (0)5 53 24 85 98'+
'
'+
'- '+
'Contact : DP24@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_41 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_41, 'click', function() {
infowindow.setContent(contentString_41);
infowindow.open(map,marker_41);
});
var myLatlng = new google.maps.LatLng(45.131415, 1.282407);
var contentString_42 = ''+
'
'+
'- '+
'
SARL DARCISSAC'+
' '+
'- '+
'Lieu dit les Plantes'+
'
'+
'- '+
'24120 - TERRASSON'+
'
'+
'- '+
'Tél : +33 (0)5 53 50 48 04'+
'
'+
'- '+
'Contact : desjoyaux-terrasson@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_42 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_42, 'click', function() {
infowindow.setContent(contentString_42);
infowindow.open(map,marker_42);
});
var myLatlng = new google.maps.LatLng(47.196015, 6.1611238);
var contentString_43 = ''+
'
'+
'- '+
'
EURL MAREVALE'+
' '+
'- '+
'ZI des 4 Vents'+
'
'+
'- '+
'25260 - MAMIROLLE'+
'
'+
'- '+
'Tél : +33 (0)3 81 55 86 33'+
'
'+
'- '+
'Contact : marevale@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_43 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_43, 'click', function() {
infowindow.setContent(contentString_43);
infowindow.open(map,marker_43);
});
var myLatlng = new google.maps.LatLng(44.902171, 4.8824737);
var contentString_44 = ''+
'
'+
'- '+
'
LIBERTY PISCINE'+
' '+
'- '+
'26A, AVENUE DES AUREATS'+
'
'+
'- '+
'26000 - VALENCE'+
'
'+
'- '+
'Tél : 04 75 84 63 17'+
'
'+
'- '+
'Contact : liberty.piscine@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_44 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_44, 'click', function() {
infowindow.setContent(contentString_44);
infowindow.open(map,marker_44);
});
var myLatlng = new google.maps.LatLng(44.527576, 4.746364);
var contentString_45 = ''+
'
'+
'- '+
'
ALIZESPORT'+
' '+
'- '+
'RN7
CHEMIN PETIT PELICAN DE FONTJARUS'+
' '+
'- '+
'26200 - MONTELIMAR'+
'
'+
'- '+
'Tél : +33 (0)4 75 01 88 50'+
'
'+
'- '+
'Contact : alizesport@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_45 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_45, 'click', function() {
infowindow.setContent(contentString_45);
infowindow.open(map,marker_45);
});
var myLatlng = new google.maps.LatLng(49.008776, 1.168081);
var contentString_46 = ''+
'
'+
'- '+
'
ZEN 27'+
' '+
'- '+
'2 Bis Route de Saint André'+
'
'+
'- '+
'27930 - GUICHAINVILLE'+
'
'+
'- '+
'Tél : +33 (0)2 32 28 86 20'+
'
'+
'- '+
'Contact : zen.27@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_46 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_46, 'click', function() {
infowindow.setContent(contentString_46);
infowindow.open(map,marker_46);
});
var myLatlng = new google.maps.LatLng(48.395055, 1.4129032);
var contentString_47 = ''+
'
'+
'- '+
'
PISCINES 78'+
' '+
'- '+
'23 Av du Val de l\'Eure
ZA Euroval'+
' '+
'- '+
'28630 - FONTENAY SUR EURE'+
'
'+
'- '+
'Tél : +33 (0)2 37 90 60 39'+
'
'+
'- '+
'Contact : piscines78@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_47 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_47, 'click', function() {
infowindow.setContent(contentString_47);
infowindow.open(map,marker_47);
});
var myLatlng = new google.maps.LatLng(48.001243, -4.045626);
var contentString_48 = ''+
'
'+
'- '+
'
PISCINES QUIMPEROISES'+
' '+
'- '+
'2a route de Kérourvois'+
'
'+
'- '+
'29500 - ERGUE GABERIC'+
'
'+
'- '+
'Tél : 02 98 90 03 05'+
'
'+
'- '+
'Contact : desjoyauxquimper29@yahoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_48 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_48, 'click', function() {
infowindow.setContent(contentString_48);
infowindow.open(map,marker_48);
});
var myLatlng = new google.maps.LatLng(48.477955, -4.338972);
var contentString_49 = ''+
'
'+
'- '+
'
BREST PISCINES'+
' '+
'- '+
'ZA de Croas Ar Nezic'+
'
'+
'- '+
'29800 - ST THONAN'+
'
'+
'- '+
'Tél : +33 (0)2 98 20 37 20'+
'
'+
'- '+
'Contact : desjoyauxbrest@yahoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_49 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_49, 'click', function() {
infowindow.setContent(contentString_49);
infowindow.open(map,marker_49);
});
var myLatlng = new google.maps.LatLng(44.11036, 4.104242);
var contentString_50 = ''+
'
'+
'- '+
'
SARL JARRIGE ALES'+
' '+
'- '+
'49 rue des Mésanges
Centre commerciale Plein Sud'+
' '+
'- '+
'30100 - ALES'+
'
'+
'- '+
'Tél : +33 (0)4 66 54 46 80'+
'
'+
'- '+
'Contact : sarljarrige@jarrige30.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_50 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_50, 'click', function() {
infowindow.setContent(contentString_50);
infowindow.open(map,marker_50);
});
var myLatlng = new google.maps.LatLng(43.809643, 4.3282568);
var contentString_51 = ''+
'
'+
'- '+
'
JARRIGE SARL'+
' '+
'- '+
'2415 route de Montpellier'+
'
'+
'- '+
'30900 - NIMES'+
'
'+
'- '+
'Tél : 04 66 68 79 80'+
'
'+
'- '+
'Contact : sarljarrige@jarrige30.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_51 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_51, 'click', function() {
infowindow.setContent(contentString_51);
infowindow.open(map,marker_51);
});
var myLatlng = new google.maps.LatLng(43.490516, 1.3966517);
var contentString_52 = ''+
'
'+
'- '+
'
DESJOYAUX PISCINES 31'+
' '+
'- '+
'16 rue de la BRUYERE'+
'
'+
'- '+
'31120 - PINSAGUEL'+
'
'+
'- '+
'Tél : +33 (0)5 62 20 10 13'+
'
'+
'- '+
'Contact : dp31@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_52 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_52, 'click', function() {
infowindow.setContent(contentString_52);
infowindow.open(map,marker_52);
});
var myLatlng = new google.maps.LatLng(43.687057, 1.4052945);
var contentString_53 = ''+
'
'+
'- '+
'
CR CONSTRUCTION'+
' '+
'- '+
'83 ter, Route de Paris'+
'
'+
'- '+
'31150 - FENOUILLET'+
'
'+
'- '+
'Tél : +33 (0)5 61 70 43 28'+
'
'+
'- '+
'Contact : crconstructions@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_53 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_53, 'click', function() {
infowindow.setContent(contentString_53);
infowindow.open(map,marker_53);
});
var myLatlng = new google.maps.LatLng(43.581897, 1.3375297);
var contentString_54 = ''+
'
'+
'- '+
'
CR CONSTRUCTIONS'+
' '+
'- '+
'79, route de Tarbes'+
'
'+
'- '+
'31170 - TOURNEFEUILLE'+
'
'+
'- '+
'Tél : 05 62 48 17 72'+
'
'+
'- '+
'Contact : crconstructions@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_54 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_54, 'click', function() {
infowindow.setContent(contentString_54);
infowindow.open(map,marker_54);
});
var myLatlng = new google.maps.LatLng(43.118083, 0.7708353);
var contentString_55 = ''+
'
'+
'- '+
'
PISCINES PLUS 31'+
' '+
'- '+
'16 Avenue de Bequine
ZAC Des Landes'+
' '+
'- '+
'31800 - ESTANCARBON'+
'
'+
'- '+
'Tél : 05 61 95 55 55'+
'
'+
'- '+
'Contact : piscine-plus@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_55 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_55, 'click', function() {
infowindow.setContent(contentString_55);
infowindow.open(map,marker_55);
});
var myLatlng = new google.maps.LatLng(43.651345, 0.5944132);
var contentString_56 = ''+
'
'+
'- '+
'
PISCINES 32'+
' '+
'- '+
'197 Avenue de l\'Yser'+
'
'+
'- '+
'32000 - AUCH'+
'
'+
'- '+
'Tél : 05 62 60 20 70'+
'
'+
'- '+
'Contact : piscines.32@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_56 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_56, 'click', function() {
infowindow.setContent(contentString_56);
infowindow.open(map,marker_56);
});
var myLatlng = new google.maps.LatLng(44.621876, -1.139876);
var contentString_57 = ''+
'
'+
'- '+
'
DBA'+
' '+
'- '+
'67 AVENUE ST EXUPERY'+
'
'+
'- '+
'33260 - LA TESTE DE BUCH'+
'
'+
'- '+
'Tél : +33 (0)5 57 52 64 40'+
'
'+
'- '+
'Contact : dba@dbapiscines.com'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_57 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_57, 'click', function() {
infowindow.setContent(contentString_57);
infowindow.open(map,marker_57);
});
var myLatlng = new google.maps.LatLng(44.887544, -0.642889);
var contentString_58 = ''+
'
'+
'- '+
'
PISCINES ET SPA DU MEDOC'+
' '+
'- '+
'317 Avenue du Médoc'+
'
'+
'- '+
'33320 - EYSINES'+
'
'+
'- '+
'Tél : 05 56 28 58 31'+
'
'+
'- '+
'Contact : PSMDESJOYAUX@FREE.FR'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_58 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_58, 'click', function() {
infowindow.setContent(contentString_58);
infowindow.open(map,marker_58);
});
var myLatlng = new google.maps.LatLng(44.869374, -0.500300);
var contentString_59 = ''+
'
'+
'- '+
'
ISD PISCINES'+
' '+
'- '+
'Avenue de Millac'+
'
'+
'- '+
'33370 - ARTIGUES'+
'
'+
'- '+
'Tél : 05 56 38 49 30'+
'
'+
'- '+
'Contact : desjoyaux@clictoutdev.com'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_59 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_59, 'click', function() {
infowindow.setContent(contentString_59);
infowindow.open(map,marker_59);
});
var myLatlng = new google.maps.LatLng(44.431491, -0.213442);
var contentString_60 = ''+
'
'+
'- '+
'
MA PISCINE'+
' '+
'- '+
'ZAC de Gystève'+
'
'+
'- '+
'33430 - BAZAS'+
'
'+
'- '+
'Tél : +33 (0)5 56 25 28 89'+
'
'+
'- '+
'Contact : ma-piscine@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_60 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_60, 'click', function() {
infowindow.setContent(contentString_60);
infowindow.open(map,marker_60);
});
var myLatlng = new google.maps.LatLng(44.9008018, -0.2163093);
var contentString_61 = ''+
'
'+
'- '+
'
PISCINES DU LIBOURNAIS'+
' '+
'- '+
'159, AV DU GENERAL DE GAULLE'+
'
'+
'- '+
'33500 - LIBOURNE'+
'
'+
'- '+
'Tél : +33 (0)5 57 74 52 60'+
'
'+
'- '+
'Contact : laveaud@bbox.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_61 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_61, 'click', function() {
infowindow.setContent(contentString_61);
infowindow.open(map,marker_61);
});
var myLatlng = new google.maps.LatLng(44.819515, -0.667018);
var contentString_62 = ''+
'
'+
'- '+
'
IDEAL CONFORT SARL'+
' '+
'- '+
'Impasse Jules HETZEL
ZA Merisud'+
' '+
'- '+
'33700 - MERIGNAC'+
'
'+
'- '+
'Tél : +33 (0)5 56 36 74 41'+
'
'+
'- '+
'Contact : desjoyaux.merignac@hotmail.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_62 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_62, 'click', function() {
infowindow.setContent(contentString_62);
infowindow.open(map,marker_62);
});
var myLatlng = new google.maps.LatLng(43.333648, 3.2776204);
var contentString_63 = ''+
'
'+
'- '+
'
PISCINES LOISIRS DETENTE'+
' '+
'- '+
'1 avenue du Viguier'+
'
'+
'- '+
'34420 - VILLENEUVE LES BEZIERS'+
'
'+
'- '+
'Tél : +33 (0)4 67 30 35 96'+
'
'+
'- '+
'Contact : standre@piscine-herault.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_63 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_63, 'click', function() {
infowindow.setContent(contentString_63);
infowindow.open(map,marker_63);
});
var myLatlng = new google.maps.LatLng(43.461161, 3.6850582);
var contentString_64 = ''+
'
'+
'- '+
'
PISCINES LOISIRS DETENTE'+
' '+
'- '+
'Rond Point de Carrefour
AVENUE DE SETE'+
' '+
'- '+
'34540 - BALARUC LE VIEUX'+
'
'+
'- '+
'Tél : 04 67 18 07 21'+
'
'+
'- '+
'Contact : standre@piscine-herault.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_64 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_64, 'click', function() {
infowindow.setContent(contentString_64);
infowindow.open(map,marker_64);
});
var myLatlng = new google.maps.LatLng(43.650644, 3.5023643);
var contentString_65 = ''+
'
'+
'- '+
'
PISCINES LOISIRS DETENTE'+
' '+
'- '+
'ZAE La Garigue'+
'
'+
'- '+
'34725 - ST ANDRE DE SANGONIS'+
'
'+
'- '+
'Tél : +33 (0)4 67 57 95 66'+
'
'+
'- '+
'Contact : standre@piscine-herault.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_65 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_65, 'click', function() {
infowindow.setContent(contentString_65);
infowindow.open(map,marker_65);
});
var myLatlng = new google.maps.LatLng(43.568240, 3.9036130);
var contentString_66 = ''+
'
'+
'- '+
'
SARL MORGANE'+
' '+
'- '+
'ZA la Fontvin'+
'
'+
'- '+
'34970 - LATTES'+
'
'+
'- '+
'Tél : +33 (0)4 67 99 31 84'+
'
'+
'- '+
'Contact : mialon.bruno@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_66 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_66, 'click', function() {
infowindow.setContent(contentString_66);
infowindow.open(map,marker_66);
});
var myLatlng = new google.maps.LatLng(48.113809, -1.647609);
var contentString_67 = ''+
'
'+
'- '+
'
KOPEC SARL 35'+
' '+
'- '+
'Parc Rocade Sud'+
'
'+
'- '+
'35135 - RENNES CHANTEPIE'+
'
'+
'- '+
'Tél : 02 99 41 57 46'+
'
'+
'- '+
'Contact : kopec.rennes@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_67 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_67, 'click', function() {
infowindow.setContent(contentString_67);
infowindow.open(map,marker_67);
});
var myLatlng = new google.maps.LatLng(48.350250, -1.065989);
var contentString_68 = ''+
'
'+
'- '+
'
KOPEC SARL'+
' '+
'- '+
'Zone Cap Malo'+
'
'+
'- '+
'35520 - LA MEZIÈRE'+
'
'+
'- '+
'Tél : +33 (0)2 99 66 58 48'+
'
'+
'- '+
'Contact : kopec.rennes@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_68 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_68, 'click', function() {
infowindow.setContent(contentString_68);
infowindow.open(map,marker_68);
});
var myLatlng = new google.maps.LatLng(46.7902453, 1.6614311);
var contentString_69 = ''+
'
'+
'- '+
'
SARL SOBEL'+
' '+
'- '+
'37 avenue d\'occitanie'+
'
'+
'- '+
'36250 - SAINT MAUR'+
'
'+
'- '+
'Tél : +33 (0)2 54 34 09 41'+
'
'+
'- '+
'Contact : bouriaudjoel@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_69 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_69, 'click', function() {
infowindow.setContent(contentString_69);
infowindow.open(map,marker_69);
});
var myLatlng = new google.maps.LatLng(47.338716, 0.7132791);
var contentString_70 = ''+
'
'+
'- '+
'
PISCINES 16-37'+
' '+
'- '+
'RN10'+
'
'+
'- '+
'37170 - CHAMBRAY LES TOURS'+
'
'+
'- '+
'Tél : 02 47 28 51 51'+
'
'+
'- '+
'Contact : desjoyaux37@piscines16.com'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_70 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_70, 'click', function() {
infowindow.setContent(contentString_70);
infowindow.open(map,marker_70);
});
var myLatlng = new google.maps.LatLng(45.581040, 5.2981244);
var contentString_71 = ''+
'
'+
'- '+
'
MIRISPORT BOURGOIN'+
' '+
'- '+
'31 Route de Grenoble'+
'
'+
'- '+
'38300 - BOURGOIN JALLIEU'+
'
'+
'- '+
'Tél : +33 (0)4 74 43 90 81'+
'
'+
'- '+
'Contact : mirisport@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_71 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_71, 'click', function() {
infowindow.setContent(contentString_71);
infowindow.open(map,marker_71);
});
var myLatlng = new google.maps.LatLng(45.240793, 5.8130991);
var contentString_72 = ''+
'
'+
'- '+
'
ARTS D\'EAU (LES)'+
' '+
'- '+
'Les Evequaux
RN90'+
' '+
'- '+
'38330 - BIVIERS'+
'
'+
'- '+
'Tél : 04 76 52 36 01'+
'
'+
'- '+
'Contact : desjoyaux.grenoble@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_72 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_72, 'click', function() {
infowindow.setContent(contentString_72);
infowindow.open(map,marker_72);
});
var myLatlng = new google.maps.LatLng(45.307071, 5.6229632);
var contentString_73 = ''+
'
'+
'- '+
'
MIRISPORT VOREPPE'+
' '+
'- '+
'122 Rue de la Poste'+
'
'+
'- '+
'38340 - VOREPPE'+
'
'+
'- '+
'Tél : +33 (0)4 76 50 25 44'+
'
'+
'- '+
'Contact : mirisport@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_73 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_73, 'click', function() {
infowindow.setContent(contentString_73);
infowindow.open(map,marker_73);
});
var myLatlng = new google.maps.LatLng(45.515736, 4.9407590);
var contentString_74 = ''+
'
'+
'- '+
'
MIRISPORT'+
' '+
'- '+
'La Tabourette'+
'
'+
'- '+
'38780 - ESTRABLIN'+
'
'+
'- '+
'Tél : 04 74 57 27 21'+
'
'+
'- '+
'Contact : mirisport@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_74 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_74, 'click', function() {
infowindow.setContent(contentString_74);
infowindow.open(map,marker_74);
});
var myLatlng = new google.maps.LatLng(45.274703, 5.8815868);
var contentString_75 = ''+
'
'+
'- '+
'
ARTS D\'EAU (LES)'+
' '+
'- '+
'178, Rue Ambroise Croizat'+
'
'+
'- '+
'38920 - CROLLES'+
'
'+
'- '+
'Tél : +33 (0)4 76 71 78 66'+
'
'+
'- '+
'Contact : desjoyaux.grenoble@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_75 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_75, 'click', function() {
infowindow.setContent(contentString_75);
infowindow.open(map,marker_75);
});
var myLatlng = new google.maps.LatLng(46.658213, 5.5177618);
var contentString_76 = ''+
'
'+
'- '+
'
PISCINES CONCEPT 39'+
' '+
'- '+
'Rue Emmanuel Vauchez'+
'
'+
'- '+
'39570 - MESSIA SUR SORNE'+
'
'+
'- '+
'Tél : +33 (0)3 84 85 08 81'+
'
'+
'- '+
'Contact : piscinesconcept39@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_76 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_76, 'click', function() {
infowindow.setContent(contentString_76);
infowindow.open(map,marker_76);
});
var myLatlng = new google.maps.LatLng(43.8947057, -0.4941133);
var contentString_77 = ''+
'
'+
'- '+
'
PAYS BASQUE LANDES PISCINES'+
' '+
'- '+
'282 avenue Foch'+
'
'+
'- '+
'40000 - MONT DE MARSAN'+
'
'+
'- '+
'Tél : +33 (0)5 58 06 05 64'+
'
'+
'- '+
'Contact : pblp-desjoyaux03@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_77 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_77, 'click', function() {
infowindow.setContent(contentString_77);
infowindow.open(map,marker_77);
});
var myLatlng = new google.maps.LatLng(43.565392, -1.177767);
var contentString_78 = ''+
'
'+
'- '+
'
PAYS BASQUE LANDES PISCINES'+
' '+
'- '+
'RN117'+
'
'+
'- '+
'40300 - PORT DE LANNE'+
'
'+
'- '+
'Tél : +33 (0)5 58 89 13 15'+
'
'+
'- '+
'Contact : pblp-desjoyaux@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_78 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_78, 'click', function() {
infowindow.setContent(contentString_78);
infowindow.open(map,marker_78);
});
var myLatlng = new google.maps.LatLng(44.394304, -1.167626);
var contentString_79 = ''+
'
'+
'- '+
'
AUX PISCINES LANDAISES'+
' '+
'- '+
'44 Carrefour de Guyenne'+
'
'+
'- '+
'40600 - BISCAROSSE'+
'
'+
'- '+
'Tél : +33 (0)5 58 82 05 50'+
'
'+
'- '+
'Contact : desjoyauxbiscarrosse@free.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_79 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_79, 'click', function() {
infowindow.setContent(contentString_79);
infowindow.open(map,marker_79);
});
var myLatlng = new google.maps.LatLng(47.601496, 1.3175101);
var contentString_80 = ''+
'
'+
'- '+
'
41 PISCINES'+
' '+
'- '+
'82 avenue de Vendôme'+
'
'+
'- '+
'41000 - BLOIS'+
'
'+
'- '+
'Tél : 02 54 45 36 77'+
'
'+
'- '+
'Contact : latasteguy@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_80 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_80, 'click', function() {
infowindow.setContent(contentString_80);
infowindow.open(map,marker_80);
});
var myLatlng = new google.maps.LatLng(47.344612, 1.7486688);
var contentString_81 = ''+
'
'+
'- '+
'
SOLOGNE PISCINES'+
' '+
'- '+
'Route de Villefranche'+
'
'+
'- '+
'41200 - ROMORANTIN'+
'
'+
'- '+
'Tél : 02 54 76 81 74'+
'
'+
'- '+
'Contact : spcdesjoyaux41@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_81 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_81, 'click', function() {
infowindow.setContent(contentString_81);
infowindow.open(map,marker_81);
});
var myLatlng = new google.maps.LatLng(45.5235, 4.288);
var contentString_82 = ''+
'
'+
'- '+
'
DPS'+
' '+
'- '+
'ZI du bas Rollet'+
'
'+
'- '+
'42480 - LA FOUILLOUSE'+
'
'+
'- '+
'Tél : 04 77 55 69 06'+
'
'+
'- '+
'Contact : dps@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_82 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_82, 'click', function() {
infowindow.setContent(contentString_82);
infowindow.open(map,marker_82);
});
var myLatlng = new google.maps.LatLng(45.522089, 4.594113);
var contentString_83 = ''+
'
'+
'- '+
'
C2AP SARL'+
' '+
'- '+
'Impasse du Sardon'+
'
'+
'- '+
'42800 - RIVE DE GIER'+
'
'+
'- '+
'Tél : +33 (0)4 77 75 05 05'+
'
'+
'- '+
'Contact : c2ap.gagne.joel@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_83 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_83, 'click', function() {
infowindow.setContent(contentString_83);
infowindow.open(map,marker_83);
});
var myLatlng = new google.maps.LatLng(45.049798, 3.9176606);
var contentString_84 = ''+
'
'+
'- '+
'
COLLARD SPORT'+
' '+
'- '+
'147 Avenue Charles Dupuy'+
'
'+
'- '+
'43700 - BRIVES CHARENSAC'+
'
'+
'- '+
'Tél : 04 71 02 37 17'+
'
'+
'- '+
'Contact : collardsport.desjoyaux@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_84 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_84, 'click', function() {
infowindow.setContent(contentString_84);
infowindow.open(map,marker_84);
});
var myLatlng = new google.maps.LatLng(47.289, -2.439);
var contentString_85 = ''+
'
'+
'- '+
'
DPN LA BAULE'+
' '+
'- '+
'Lémiphen'+
'
'+
'- '+
'44350 - GUÉRANDE'+
'
'+
'- '+
'Tél : +33 (0)2 40 42 28 19'+
'
'+
'- '+
'Contact : dpnb@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_85 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_85, 'click', function() {
infowindow.setContent(contentString_85);
infowindow.open(map,marker_85);
});
var myLatlng = new google.maps.LatLng(47.283771, -1.453007);
var contentString_86 = ''+
'
'+
'- '+
'
DPN'+
' '+
'- '+
'4 rue Antares'+
'
'+
'- '+
'44470 - CARQUEFOU'+
'
'+
'- '+
'Tél : 02 40 50 83 43'+
'
'+
'- '+
'Contact : dpn@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_86 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_86, 'click', function() {
infowindow.setContent(contentString_86);
infowindow.open(map,marker_86);
});
var myLatlng = new google.maps.LatLng(47.839292, 1.9129325);
var contentString_87 = ''+
'
'+
'- '+
'
BS PISCINES'+
' '+
'- '+
'220 Rue Flandres Dunkerque'+
'
'+
'- '+
'45160 - OLIVET'+
'
'+
'- '+
'Tél : 02 38 63 09 39'+
'
'+
'- '+
'Contact : contact@jd45.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_87 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_87, 'click', function() {
infowindow.setContent(contentString_87);
infowindow.open(map,marker_87);
});
var myLatlng = new google.maps.LatLng(48.064500, 2.765100);
var contentString_88 = ''+
'
'+
'- '+
'
CC PISCINES'+
' '+
'- '+
'Lieu dit Les Stations
RN 7'+
' '+
'- '+
'45210 - FONTENAY SUR LOING'+
'
'+
'- '+
'Tél : +33 (0)2 38 85 83 58'+
'
'+
'- '+
'Contact : contact@jd45.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_88 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_88, 'click', function() {
infowindow.setContent(contentString_88);
infowindow.open(map,marker_88);
});
var myLatlng = new google.maps.LatLng(44.425974, 1.4417127);
var contentString_89 = ''+
'
'+
'- '+
'
ESPACE PISCINES 46'+
' '+
'- '+
'Giratoire de la Beyne'+
'
'+
'- '+
'46000 - CAHORS'+
'
'+
'- '+
'Tél : 05 65 22 16 55'+
'
'+
'- '+
'Contact : desjoyaux.cahors@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_89 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_89, 'click', function() {
infowindow.setContent(contentString_89);
infowindow.open(map,marker_89);
});
var myLatlng = new google.maps.LatLng(44.600044, 2.0328411);
var contentString_90 = ''+
'
'+
'- '+
'
ART PISCINE TERRASSEMENT'+
' '+
'- '+
'Le Vern'+
'
'+
'- '+
'46100 - CAPDENAC LE HAUT'+
'
'+
'- '+
'Tél : 05 65 50 03 03'+
'
'+
'- '+
'Contact : '+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_90 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_90, 'click', function() {
infowindow.setContent(contentString_90);
infowindow.open(map,marker_90);
});
var myLatlng = new google.maps.LatLng(44.7321086, 1.3752393);
var contentString_91 = ''+
'
'+
'- '+
'
QUERCY PISCINES'+
' '+
'- '+
'Route de Fumel'+
'
'+
'- '+
'46300 - GOURDON'+
'
'+
'- '+
'Tél : +33 (0)5 65 41 13 58'+
'
'+
'- '+
'Contact : desjoyaux.gourdon@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_91 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_91, 'click', function() {
infowindow.setContent(contentString_91);
infowindow.open(map,marker_91);
});
var myLatlng = new google.maps.LatLng(44.562106, 3.2879299);
var contentString_92 = ''+
'
'+
'- '+
'
SOVIBAT SARL'+
' '+
'- '+
'ZA du Géant
3 rue des Causses'+
' '+
'- '+
'48100 - MARVEJOLS'+
'
'+
'- '+
'Tél : 04 66 32 08 85'+
'
'+
'- '+
'Contact : jchvidal@sovibat.com'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_92 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_92, 'click', function() {
infowindow.setContent(contentString_92);
infowindow.open(map,marker_92);
});
var myLatlng = new google.maps.LatLng(47.467623, -0.473243);
var contentString_93 = ''+
'
'+
'- '+
'
LOGIDECOR SA'+
' '+
'- '+
'Route de Beaufort
RN147'+
' '+
'- '+
'49124 - ST BARTHELEMY'+
'
'+
'- '+
'Tél : 02 41 93 86 48'+
'
'+
'- '+
'Contact : logidecor@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_93 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_93, 'click', function() {
infowindow.setContent(contentString_93);
infowindow.open(map,marker_93);
});
var myLatlng = new google.maps.LatLng(48.630155, -1.349931);
var contentString_94 = ''+
'
'+
'- '+
'
KOPEC SARL 50'+
' '+
'- '+
'Route de Pontorson'+
'
'+
'- '+
'50220 - PONTAUBAULT'+
'
'+
'- '+
'Tél : 02 33 60 47 45'+
'
'+
'- '+
'Contact : KOPEC-ste@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_94 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_94, 'click', function() {
infowindow.setContent(contentString_94);
infowindow.open(map,marker_94);
});
var myLatlng = new google.maps.LatLng(48.940571, 4.401344);
var contentString_95 = ''+
'
'+
'- '+
'
FONTAINE DOYEN SAS'+
' '+
'- '+
'Parc d\'activité sud
Les Escanotières'+
' '+
'- '+
'51000 - CHALONS EN CHAMPAGNE'+
'
'+
'- '+
'Tél : 03 26 52 11 35'+
'
'+
'- '+
'Contact : fontaine.doyen@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_95 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_95, 'click', function() {
infowindow.setContent(contentString_95);
infowindow.open(map,marker_95);
});
var myLatlng = new google.maps.LatLng(48.068623, -0.809247);
var contentString_96 = ''+
'
'+
'- '+
'
ESPACE PISCINES'+
' '+
'- '+
'67 Avenue de Paris'+
'
'+
'- '+
'53940 - ST BERTHEVIN'+
'
'+
'- '+
'Tél : 02 43 69 01 02'+
'
'+
'- '+
'Contact : lochin@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_96 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_96, 'click', function() {
infowindow.setContent(contentString_96);
infowindow.open(map,marker_96);
});
var myLatlng = new google.maps.LatLng(48.706685, 6.2193024);
var contentString_97 = ''+
'
'+
'- '+
'
ARTS ET NATURE'+
' '+
'- '+
'2 Rue Catherine Sauvage
PORTE VERTE 3'+
' '+
'- '+
'54270 - ESSEY LES NANCY'+
'
'+
'- '+
'Tél : 03 83 20 38 37'+
'
'+
'- '+
'Contact : arts.et.nature@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_97 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_97, 'click', function() {
infowindow.setContent(contentString_97);
infowindow.open(map,marker_97);
});
var myLatlng = new google.maps.LatLng(49.158125, 5.3877321);
var contentString_98 = ''+
'
'+
'- '+
'
COLLET REGIS SARL'+
' '+
'- '+
'46 Rue Poincaré'+
'
'+
'- '+
'55100 - VERDUN'+
'
'+
'- '+
'Tél : 03 29 84 36 30'+
'
'+
'- '+
'Contact : desjoyaux55@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_98 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_98, 'click', function() {
infowindow.setContent(contentString_98);
infowindow.open(map,marker_98);
});
var myLatlng = new google.maps.LatLng(47.651771, -2.702585);
var contentString_99 = ''+
'
'+
'- '+
'
AQUA-REVE'+
' '+
'- '+
'ZA St Leonard'+
'
'+
'- '+
'56450 - THEIX'+
'
'+
'- '+
'Tél : 02 97 47 86 86'+
'
'+
'- '+
'Contact : aqua-reves56@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_99 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_99, 'click', function() {
infowindow.setContent(contentString_99);
infowindow.open(map,marker_99);
});
var myLatlng = new google.maps.LatLng(47.776126, -3.351823);
var contentString_100 = ''+
'
'+
'- '+
'
AQUA BEACH'+
' '+
'- '+
'rue Gustave Zede
ZA DE MANEBOS'+
' '+
'- '+
'56600 - LANESTER'+
'
'+
'- '+
'Tél : +33 (0)2 97 65 00 17'+
'
'+
'- '+
'Contact : aqua-beach@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_100 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_100, 'click', function() {
infowindow.setContent(contentString_100);
infowindow.open(map,marker_100);
});
var myLatlng = new google.maps.LatLng(49.074795, 6.1487357);
var contentString_101 = ''+
'
'+
'- '+
'
THALASSO PISCINES NORD EST'+
' '+
'- '+
'23 Rue de la Planche aux Joncs'+
'
'+
'- '+
'57155 - MARLY'+
'
'+
'- '+
'Tél : 03 87 56 95 84'+
'
'+
'- '+
'Contact : desjoyauxnordest@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_101 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_101, 'click', function() {
infowindow.setContent(contentString_101);
infowindow.open(map,marker_101);
});
var myLatlng = new google.maps.LatLng(47.074364, 3.1007547);
var contentString_102 = ''+
'
'+
'- '+
'
SARL POINTEAU PISCINES'+
' '+
'- '+
'9 bis route de Paris'+
'
'+
'- '+
'58640 - VARENNES VAUZELLES'+
'
'+
'- '+
'Tél : +33 (0)3 86 58 31 99'+
'
'+
'- '+
'Contact : desjoyaux58@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_102 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_102, 'click', function() {
infowindow.setContent(contentString_102);
infowindow.open(map,marker_102);
});
var myLatlng = new google.maps.LatLng(50.681870, 3.0841798);
var contentString_103 = ''+
'
'+
'- '+
'
DP59'+
' '+
'- '+
'382, route de Menin'+
'
'+
'- '+
'59700 - MARCQ EN BAROEUL'+
'
'+
'- '+
'Tél : +33 (0)3 20 82 70 70'+
'
'+
'- '+
'Contact : bouffelv@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_103 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_103, 'click', function() {
infowindow.setContent(contentString_103);
infowindow.open(map,marker_103);
});
var myLatlng = new google.maps.LatLng(49.239847, 2.4633665);
var contentString_104 = ''+
'
'+
'- '+
'
PISCINE DE L OISE'+
' '+
'- '+
'405 Rue Bessemer'+
'
'+
'- '+
'60740 - ST MAXIMIM'+
'
'+
'- '+
'Tél : 03 44 26 94 08'+
'
'+
'- '+
'Contact : piscinesdeloise@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_104 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_104, 'click', function() {
infowindow.setContent(contentString_104);
infowindow.open(map,marker_104);
});
var myLatlng = new google.maps.LatLng(48.445937, 0.0995034);
var contentString_105 = ''+
'
'+
'- '+
'
ESPACE PISCINES 61'+
' '+
'- '+
'146 bis Avenue de Basingstoke'+
'
'+
'- '+
'61000 - ALENCON'+
'
'+
'- '+
'Tél : 02 33 28 81 99'+
'
'+
'- '+
'Contact : jdj.alencon@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_105 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_105, 'click', function() {
infowindow.setContent(contentString_105);
infowindow.open(map,marker_105);
});
var myLatlng = new google.maps.LatLng(50.672456, 1.6495287);
var contentString_106 = ''+
'
'+
'- '+
'
PISCINES 62'+
' '+
'- '+
'66 RN1'+
'
'+
'- '+
'62360 - ISQUES'+
'
'+
'- '+
'Tél : 03 21 30 22 60'+
'
'+
'- '+
'Contact : desjoyaux.piscines62@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_106 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_106, 'click', function() {
infowindow.setContent(contentString_106);
infowindow.open(map,marker_106);
});
var myLatlng = new google.maps.LatLng(45.750575, 3.1332690);
var contentString_107 = ''+
'
'+
'- '+
'
PISCINE DETENTE (63)'+
' '+
'- '+
'60 Avenue du Roussillon'+
'
'+
'- '+
'63170 - AUBIERE'+
'
'+
'- '+
'Tél : 04 73 26 11 26'+
'
'+
'- '+
'Contact : piscines-detente@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_107 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_107, 'click', function() {
infowindow.setContent(contentString_107);
infowindow.open(map,marker_107);
});
var myLatlng = new google.maps.LatLng(45.855243, 3.548272);
var contentString_108 = ''+
'
'+
'- '+
'
PAYRE PISCINES SARL'+
' '+
'- '+
'ZAC de la Varenne
Route de Courpière'+
' '+
'- '+
'63300 - THIERS'+
'
'+
'- '+
'Tél : 04 73 51 04 81'+
'
'+
'- '+
'Contact : piscines.patrice-payre@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_108 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_108, 'click', function() {
infowindow.setContent(contentString_108);
infowindow.open(map,marker_108);
});
var myLatlng = new google.maps.LatLng(43.510094, -1.468144);
var contentString_109 = ''+
'
'+
'- '+
'
PAYS BASQUE LANDES PISCINES (64)'+
' '+
'- '+
'66, av Louis de Foix
CC Sansontan'+
' '+
'- '+
'64100 - BAYONNE'+
'
'+
'- '+
'Tél : +33 (0)5 59 50 15 78'+
'
'+
'- '+
'Contact : pblp-desjoyaux0544@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_109 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_109, 'click', function() {
infowindow.setContent(contentString_109);
infowindow.open(map,marker_109);
});
var myLatlng = new google.maps.LatLng(43.3298557, -0.4471597);
var contentString_110 = ''+
'
'+
'- '+
'
SARL JARDINS ET PISCINES D\'AUJOURD\'HUI'+
' '+
'- '+
'68 boulevard de l\'Europe'+
'
'+
'- '+
'64230 - LESCAR'+
'
'+
'- '+
'Tél : +33 (0)5 59 77 06 58'+
'
'+
'- '+
'Contact : desjoyaux-oloron@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_110 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_110, 'click', function() {
infowindow.setContent(contentString_110);
infowindow.open(map,marker_110);
});
var myLatlng = new google.maps.LatLng(43.205225, -0.635483);
var contentString_111 = ''+
'
'+
'- '+
'
JARDINS ET PISCINES D\'AUJOURD HUI'+
' '+
'- '+
'Route de Bayonne'+
'
'+
'- '+
'64400 - OLORON STE MARIE'+
'
'+
'- '+
'Tél : 05 59 39 79 33'+
'
'+
'- '+
'Contact : desjoyauxoloron@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_111 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_111, 'click', function() {
infowindow.setContent(contentString_111);
infowindow.open(map,marker_111);
});
var myLatlng = new google.maps.LatLng(43.196025, 0.0293335);
var contentString_112 = ''+
'
'+
'- '+
'
ART PISCINES 65'+
' '+
'- '+
'68 Avenue de Lourdes'+
'
'+
'- '+
'65310 - ODOS'+
'
'+
'- '+
'Tél : 05 62 32 60 68'+
'
'+
'- '+
'Contact : art-piscines.desjoyaux@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_112 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_112, 'click', function() {
infowindow.setContent(contentString_112);
infowindow.open(map,marker_112);
});
var myLatlng = new google.maps.LatLng(42.524334, 2.8339706);
var contentString_113 = ''+
'
'+
'- '+
'
ROUSSILLON PISCINES 66'+
' '+
'- '+
'RN 9'+
'
'+
'- '+
'66160 - LE BOULOU'+
'
'+
'- '+
'Tél : +33 (0)4 68 83 30 30'+
'
'+
'- '+
'Contact : roussillonpiscines66@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_113 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_113, 'click', function() {
infowindow.setContent(contentString_113);
infowindow.open(map,marker_113);
});
var myLatlng = new google.maps.LatLng(47.767, 7.382);
var contentString_114 = ''+
'
'+
'- '+
'
IMAGIN\'PISCINES'+
' '+
'- '+
'2, rue de Londres'+
'
'+
'- '+
'68110 - ILLZACH'+
'
'+
'- '+
'Tél : +33 (0)3 89 61 90 09'+
'
'+
'- '+
'Contact : imaginpiscines@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_114 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_114, 'click', function() {
infowindow.setContent(contentString_114);
infowindow.open(map,marker_114);
});
var myLatlng = new google.maps.LatLng(45.786288, 4.781936);
var contentString_115 = ''+
'
'+
'- '+
'
D.P.L'+
' '+
'- '+
'1 rue Jean Marie Vianney'+
'
'+
'- '+
'69130 - ECULLY'+
'
'+
'- '+
'Tél : 04 78 35 74 48'+
'
'+
'- '+
'Contact : dplyon@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_115 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_115, 'click', function() {
infowindow.setContent(contentString_115);
infowindow.open(map,marker_115);
});
var myLatlng = new google.maps.LatLng(45.669473, 4.7910204);
var contentString_116 = ''+
'
'+
'- '+
'
JPM PISCINES'+
' '+
'- '+
'RD42
Le Beauversant'+
' '+
'- '+
'69230 - ST GENIS LAVAL'+
'
'+
'- '+
'Tél : 04 72 24 05 09'+
'
'+
'- '+
'Contact : s.rigot@desjoyaux-lyon.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_116 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_116, 'click', function() {
infowindow.setContent(contentString_116);
infowindow.open(map,marker_116);
});
var myLatlng = new google.maps.LatLng(45.698714, 5.0153849);
var contentString_117 = ''+
'
'+
'- '+
'
PORTO LOISIRS'+
' '+
'- '+
'2 Rue Jacques de Vaucanson
RN6'+
' '+
'- '+
'69720 - ST BONNET DE MURE'+
'
'+
'- '+
'Tél : 04 37 25 81 10'+
'
'+
'- '+
'Contact : portoloisirs@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_117 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_117, 'click', function() {
infowindow.setContent(contentString_117);
infowindow.open(map,marker_117);
});
var myLatlng = new google.maps.LatLng(47.287873, 5.7614909);
var contentString_118 = ''+
'
'+
'- '+
'
MC PISCINES'+
' '+
'- '+
'1, Route de Chenevrey'+
'
'+
'- '+
'70150 - MARNAY'+
'
'+
'- '+
'Tél : +33 (0)3 84 31 59 78'+
'
'+
'- '+
'Contact : mc.piscines@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_118 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_118, 'click', function() {
infowindow.setContent(contentString_118);
infowindow.open(map,marker_118);
});
var myLatlng = new google.maps.LatLng(46.266132, 4.7955108);
var contentString_119 = ''+
'
'+
'- '+
'
DP DIFFUSION 71 VARENNES'+
' '+
'- '+
'Les Combes'+
'
'+
'- '+
'71000 - VARENNES LES MACON'+
'
'+
'- '+
'Tél : 03 85 22 17 85'+
'
'+
'- '+
'Contact : dpvarennes@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_119 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_119, 'click', function() {
infowindow.setContent(contentString_119);
infowindow.open(map,marker_119);
});
var myLatlng = new google.maps.LatLng(48.247559, -0.644630);
var contentString_120 = ''+
'
'+
'- '+
'
DP DIFFUSION 71'+
' '+
'- '+
'RN6 Face aérodrome'+
'
'+
'- '+
'71530 - LA LOYÈRE'+
'
'+
'- '+
'Tél : +33 (0)3 85 87 95 32'+
'
'+
'- '+
'Contact : dpdiffusion.laloyere@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_120 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_120, 'click', function() {
infowindow.setContent(contentString_120);
infowindow.open(map,marker_120);
});
var myLatlng = new google.maps.LatLng(46.451736, 4.1235864);
var contentString_121 = ''+
'
'+
'- '+
'
DP DIFFUSION'+
' '+
'- '+
'ZAC Les Charmes'+
'
'+
'- '+
'71600 - PARAY LE MONIAL'+
'
'+
'- '+
'Tél : +33 (0)3 85 81 11 80'+
'
'+
'- '+
'Contact : dpdiffusion71@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_121 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_121, 'click', function() {
infowindow.setContent(contentString_121);
infowindow.open(map,marker_121);
});
var myLatlng = new google.maps.LatLng(47.907020, 0.2488746);
var contentString_122 = ''+
'
'+
'- '+
'
ESPACE PISCINES 72'+
' '+
'- '+
'ZAC du Cormier'+
'
'+
'- '+
'72230 - MULSANNE'+
'
'+
'- '+
'Tél : +33 (0)2 43 75 35 71'+
'
'+
'- '+
'Contact : lochin@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_122 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_122, 'click', function() {
infowindow.setContent(contentString_122);
infowindow.open(map,marker_122);
});
var myLatlng = new google.maps.LatLng(45.665745, 6.3933185);
var contentString_123 = ''+
'
'+
'- '+
'
LES ARTS BLEUS'+
' '+
'- '+
'62 Chemin de la Pierre du Roy'+
'
'+
'- '+
'73200 - ALBERTVILLE'+
'
'+
'- '+
'Tél : +33 (0)4 79 31 69 68'+
'
'+
'- '+
'Contact : desjoyaux.grenoble@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_123 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_123, 'click', function() {
infowindow.setContent(contentString_123);
infowindow.open(map,marker_123);
});
var myLatlng = new google.maps.LatLng(45.565405, 5.9689465);
var contentString_124 = ''+
'
'+
'- '+
'
LES ARTS BLEUS'+
' '+
'- '+
'205 rue de la Bois de Leysse'+
'
'+
'- '+
'73490 - LA RAVOIRE'+
'
'+
'- '+
'Tél : +33 (0)4 79 85 10 90'+
'
'+
'- '+
'Contact : desjoyaux.chambery@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_124 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_124, 'click', function() {
infowindow.setContent(contentString_124);
infowindow.open(map,marker_124);
});
var myLatlng = new google.maps.LatLng(46.235795, 6.3215979);
var contentString_125 = ''+
'
'+
'- '+
'
DELEMBRE SARL'+
' '+
'- '+
'289 Route des Vouards'+
'
'+
'- '+
'74140 - SAINT CERGUES'+
'
'+
'- '+
'Tél : 04 50 94 62 08'+
'
'+
'- '+
'Contact : delembre@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_125 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_125, 'click', function() {
infowindow.setContent(contentString_125);
infowindow.open(map,marker_125);
});
var myLatlng = new google.maps.LatLng(45.945589, 6.0347605);
var contentString_126 = ''+
'
'+
'- '+
'
JARDINS BLEUS SARL'+
' '+
'- '+
'CC DU GRAND EPAGNY
327 ROUTE DES PRES ROLLIER'+
' '+
'- '+
'74330 - SILLINGY'+
'
'+
'- '+
'Tél : 04 50 22 20 00'+
'
'+
'- '+
'Contact : jardinsbleus@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_126 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_126, 'click', function() {
infowindow.setContent(contentString_126);
infowindow.open(map,marker_126);
});
var myLatlng = new google.maps.LatLng(48.094223, 7.3737601);
var contentString_127 = ''+
'
'+
'- '+
'
IMAGIN\'PISCINES'+
' '+
'- '+
'156 rue du Ladhof'+
'
'+
'- '+
'68000 - Colmar'+
'
'+
'- '+
'Tél : +33 (0)3 89 41 10 38'+
'
'+
'- '+
'Contact : desjoyauxcolmar@gmail.com'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_127 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_127, 'click', function() {
infowindow.setContent(contentString_127);
infowindow.open(map,marker_127);
});
var myLatlng = new google.maps.LatLng(49.4014832, 1.1641094);
var contentString_128 = ''+
'
'+
'- '+
'
SEINE ET MER PISCINES'+
' '+
'- '+
'2187 Route de Paris Franqueville-Saint-Pierre'+
'
'+
'- '+
'76520 - FRANQUEVILLE PIERRE'+
'
'+
'- '+
'Tél : 02 35 32 85 84'+
'
'+
'- '+
'Contact : gael.vallery@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_128 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_128, 'click', function() {
infowindow.setContent(contentString_128);
infowindow.open(map,marker_128);
});
var myLatlng = new google.maps.LatLng(48.939379, 2.8786286);
var contentString_129 = ''+
'
'+
'- '+
'
AMZ DISTRIBUTION'+
' '+
'- '+
'13 Rue de la Hayette'+
'
'+
'- '+
'77100 - MAREUIL LES MEAUX'+
'
'+
'- '+
'Tél : 01 60 23 24 50'+
'
'+
'- '+
'Contact : amz.desjoyaux@laposte.net'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_129 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_129, 'click', function() {
infowindow.setContent(contentString_129);
infowindow.open(map,marker_129);
});
var myLatlng = new google.maps.LatLng(48.339713, 2.7003390);
var contentString_130 = ''+
'
'+
'- '+
'
DP77 BOURRON-MARLOTTE'+
' '+
'- '+
'Route Nationale 7
Route d\'Antibes'+
' '+
'- '+
'77780 - BOURRON MARLOTTE'+
'
'+
'- '+
'Tél : +33 (0)1 64 78 36 90'+
'
'+
'- '+
'Contact : dp77@desjoyaux.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_130 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_130, 'click', function() {
infowindow.setContent(contentString_130);
infowindow.open(map,marker_130);
});
var myLatlng = new google.maps.LatLng(48.904175, 2.0544441);
var contentString_131 = ''+
'
'+
'- '+
'
DP78'+
' '+
'- '+
'26 route de Mantes'+
'
'+
'- '+
'78240 - CHAMBOURCY'+
'
'+
'- '+
'Tél : 01 39 08 07 30'+
'
'+
'- '+
'Contact : dp78@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_131 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_131, 'click', function() {
infowindow.setContent(contentString_131);
infowindow.open(map,marker_131);
});
var myLatlng = new google.maps.LatLng(48.748175, 1.9184831);
var contentString_132 = ''+
'
'+
'- '+
'
SARL PISCINES 78'+
' '+
'- '+
'151 RN 10'+
'
'+
'- '+
'78310 - COIGNIERES'+
'
'+
'- '+
'Tél : 01 30 49 11 15'+
'
'+
'- '+
'Contact : piscines78@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_132 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_132, 'click', function() {
infowindow.setContent(contentString_132);
infowindow.open(map,marker_132);
});
var myLatlng = new google.maps.LatLng(46.339836, -0.4005687);
var contentString_133 = ''+
'
'+
'- '+
'
SARL ATLANTIS'+
' '+
'- '+
'612 Avenue de Paris'+
'
'+
'- '+
'79000 - NIORT'+
'
'+
'- '+
'Tél : 05 49 33 34 81'+
'
'+
'- '+
'Contact : sarl.atlantis@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_133 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_133, 'click', function() {
infowindow.setContent(contentString_133);
infowindow.open(map,marker_133);
});
var myLatlng = new google.maps.LatLng(46.66266, -1.4597394);
var contentString_134 = ''+
'
'+
'- '+
'
AMBIANCE PISCINE 85'+
' '+
'- '+
'Lieu dit La Boucherie
80, rue des Sables'+
' '+
'- '+
'85000 - LA ROCHE SUR YON'+
'
'+
'- '+
'Tél : +33 (0)2 51 34 93 14'+
'
'+
'- '+
'Contact : ambiancepiscine85@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_134 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_134, 'click', function() {
infowindow.setContent(contentString_134);
infowindow.open(map,marker_134);
});
var myLatlng = new google.maps.LatLng(43.605291, 2.2410075);
var contentString_135 = ''+
'
'+
'- '+
'
SARL NICOYA'+
' '+
'- '+
'6, rue jean Bon Saint André'+
'
'+
'- '+
'81100 - CASTRES'+
'
'+
'- '+
'Tél : +33 (0)5 63 35 75 01'+
'
'+
'- '+
'Contact : nicolas.astouls@hotmail.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_135 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_135, 'click', function() {
infowindow.setContent(contentString_135);
infowindow.open(map,marker_135);
});
var myLatlng = new google.maps.LatLng(43.915705, 2.0730197);
var contentString_136 = ''+
'
'+
'- '+
'
PISCINES 81'+
' '+
'- '+
'Route de Toulouse'+
'
'+
'- '+
'81150 - TERSSAC'+
'
'+
'- '+
'Tél : 05 63 54 63 08'+
'
'+
'- '+
'Contact : merlinannie@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_136 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_136, 'click', function() {
infowindow.setContent(contentString_136);
infowindow.open(map,marker_136);
});
var myLatlng = new google.maps.LatLng(45.361448, 3.9630606);
var contentString_137 = ''+
'
'+
'- '+
'
PISCINES 81'+
' '+
'- '+
'ZA Les Cauquillous'+
'
'+
'- '+
'81500 - LAVAUR'+
'
'+
'- '+
'Tél : +33 (0)5 63 42 02 19'+
'
'+
'- '+
'Contact : merlinannie@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_137 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_137, 'click', function() {
infowindow.setContent(contentString_137);
infowindow.open(map,marker_137);
});
var myLatlng = new google.maps.LatLng(43.1292, 6.013492);
var contentString_138 = ''+
'
'+
'- '+
'
LOISIRS PISCINES 83'+
' '+
'- '+
'CC Grand Var Est'+
'
'+
'- '+
'83130 - LA GARDE'+
'
'+
'- '+
'Tél : +33 (0)4 94 35 11 51'+
'
'+
'- '+
'Contact : desjoyaux.boutique@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_138 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_138, 'click', function() {
infowindow.setContent(contentString_138);
infowindow.open(map,marker_138);
});
var myLatlng = new google.maps.LatLng(43.406269, 6.0617520);
var contentString_139 = ''+
'
'+
'- '+
'
BORT RICHARD'+
' '+
'- '+
'ZI des Consacs
1040 chemin B. Long'+
' '+
'- '+
'83170 - BRIGNOLES'+
'
'+
'- '+
'Tél : 04 94 69 53 13'+
'
'+
'- '+
'Contact : desjoyaux-brignoles@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_139 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_139, 'click', function() {
infowindow.setContent(contentString_139);
infowindow.open(map,marker_139);
});
var myLatlng = new google.maps.LatLng(43.278456, 6.5760097);
var contentString_140 = ''+
'
'+
'- '+
'
S.A BLEU LOISIRS'+
' '+
'- '+
'ST Pons Les Mûres
RN98'+
' '+
'- '+
'83310 - GRIMAUD'+
'
'+
'- '+
'Tél : 04 94 96 38 95'+
'
'+
'- '+
'Contact : yvesbourganel@orange.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_140 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_140, 'click', function() {
infowindow.setContent(contentString_140);
infowindow.open(map,marker_140);
});
var myLatlng = new google.maps.LatLng(43.474549, 6.5662087);
var contentString_141 = ''+
'
'+
'- '+
'
DMP'+
' '+
'- '+
'865 bd de la Libération'+
'
'+
'- '+
'83490 - LE MUY'+
'
'+
'- '+
'Tél : 04 94 19 00 93'+
'
'+
'- '+
'Contact : desjoyaux2@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_141 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_141, 'click', function() {
infowindow.setContent(contentString_141);
infowindow.open(map,marker_141);
});
var myLatlng = new google.maps.LatLng(43.1168, 5.849);
var contentString_142 = ''+
'
'+
'- '+
'
SARL DAVICOR'+
' '+
'- '+
'Chemin de la Farlède'+
'
'+
'- '+
'83500 - LA SEYNE SUR MER'+
'
'+
'- '+
'Tél : +33 (0)4 94 30 53 31'+
'
'+
'- '+
'Contact : davicor@nordnet.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_142 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_142, 'click', function() {
infowindow.setContent(contentString_142);
infowindow.open(map,marker_142);
});
var myLatlng = new google.maps.LatLng(43.439354, 6.7833436);
var contentString_143 = ''+
'
'+
'- '+
'
CONCEPT PISCINES HABITAT'+
' '+
'- '+
'591 bd du Cerceron'+
'
'+
'- '+
'83700 - ST RAPHAEL'+
'
'+
'- '+
'Tél : 04 94 51 40 50'+
'
'+
'- '+
'Contact : concept.piscines@neuf.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_143 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_143, 'click', function() {
infowindow.setContent(contentString_143);
infowindow.open(map,marker_143);
});
var myLatlng = new google.maps.LatLng(44.123444, 4.8336528);
var contentString_144 = ''+
'
'+
'- '+
'
BERTHIER SA'+
' '+
'- '+
'ROUTE DE JONQUIERES'+
'
'+
'- '+
'84100 - ORANGE'+
'
'+
'- '+
'Tél : +33 (0)4 90 34 07 03'+
'
'+
'- '+
'Contact : desjoyaux84@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_144 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_144, 'click', function() {
infowindow.setContent(contentString_144);
infowindow.open(map,marker_144);
});
var myLatlng = new google.maps.LatLng(43.686659, 5.502385);
var contentString_145 = ''+
'
'+
'- '+
'
AP PISCINE'+
' '+
'- '+
'173 Av du 8 mai'+
'
'+
'- '+
'84120 - PERTUIS'+
'
'+
'- '+
'Tél : +33 (0)4 90 09 75 94'+
'
'+
'- '+
'Contact : appiscines@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_145 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_145, 'click', function() {
infowindow.setContent(contentString_145);
infowindow.open(map,marker_145);
});
var myLatlng = new google.maps.LatLng(43.8265306, 5.0601222);
var contentString_146 = ''+
'
'+
'- '+
'
BERTHIER SA'+
' '+
'- '+
'ZA Puits des Gavottes
Route de Pertuis'+
' '+
'- '+
'84300 - CAVAILLON'+
'
'+
'- '+
'Tél : +33 (0)4 90 76 02 02'+
'
'+
'- '+
'Contact : desjoyaux84@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_146 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_146, 'click', function() {
infowindow.setContent(contentString_146);
infowindow.open(map,marker_146);
});
var myLatlng = new google.maps.LatLng(44.386593, 5.0030635);
var contentString_147 = ''+
'
'+
'- '+
'
EA PISCINES'+
' '+
'- '+
'Avenue Jean Moulin'+
'
'+
'- '+
'84600 - VALREAS'+
'
'+
'- '+
'Tél : +33 (0)4 90 35 09 89'+
'
'+
'- '+
'Contact : eapiscines@free.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_147 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_147, 'click', function() {
infowindow.setContent(contentString_147);
infowindow.open(map,marker_147);
});
var myLatlng = new google.maps.LatLng(43.9892722, 4.9008083);
var contentString_148 = ''+
'
'+
'- '+
'
BERTHIER SA'+
' '+
'- '+
'Route de Carpentras
Quartier Ste Anne'+
' '+
'- '+
'84700 - SORGUES'+
'
'+
'- '+
'Tél : 04 90 32 26 84'+
'
'+
'- '+
'Contact : desjoyaux84@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_148 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_148, 'click', function() {
infowindow.setContent(contentString_148);
infowindow.open(map,marker_148);
});
var myLatlng = new google.maps.LatLng(44.386593, 5.0030635);
var contentString_149 = ''+
'
'+
'- '+
'
EA Piscine'+
' '+
'- '+
'Avenue Jean Moulin'+
'
'+
'- '+
'84600 - VALREAS'+
'
'+
'- '+
'Tél : +33 (0)4 90 35 09 89'+
'
'+
'- '+
'Contact : eapiscines@free.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_149 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_149, 'click', function() {
infowindow.setContent(contentString_149);
infowindow.open(map,marker_149);
});
var myLatlng = new google.maps.LatLng(46.608858, 0.3410628);
var contentString_150 = ''+
'
'+
'- '+
'
BODY ANTHONY'+
' '+
'- '+
'12 Rue Eugène Chevreul
ZI République 2'+
' '+
'- '+
'86000 - POITIERS'+
'
'+
'- '+
'Tél : 05 49 88 95 50'+
'
'+
'- '+
'Contact : contact@bodysarl.com'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_150 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_150, 'click', function() {
infowindow.setContent(contentString_150);
infowindow.open(map,marker_150);
});
var myLatlng = new google.maps.LatLng(45.856573, 1.2466180);
var contentString_151 = ''+
'
'+
'- '+
'
SOBEL'+
' '+
'- '+
'2, route de Bellac'+
'
'+
'- '+
'87270 - COUZEIX'+
'
'+
'- '+
'Tél : 05 55 79 98 00'+
'
'+
'- '+
'Contact : piscines.desjoyaux.87@wanadoo.fr'+
'
'+
'- '+
''+
'
'+
'
'+
'
'+
'';
var marker_151 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_151, 'click', function() {
infowindow.setContent(contentString_151);
infowindow.open(map,marker_151);
});
var myLatlng = new google.maps.LatLng(47.812503, 3.5688806);
var contentString_152 = ''+
'
'+
'- '+
'
SARL LEFEVRE PISCINES'+
' '+
'- '+
'Avenue de Worms
ZAC des Clairions'+
' '+
'- '+
'89000 - AUXERRE'+
'
'+
'- '+
'Tél : 03 86 46 53 56'+
'
'+
'- '+
'Contact : lefevre.piscines@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_152 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_152, 'click', function() {
infowindow.setContent(contentString_152);
infowindow.open(map,marker_152);
});
var myLatlng = new google.maps.LatLng(48.653538, 2.2733506);
var contentString_153 = ''+
'
'+
'- '+
'
PATRICE HERBELLOT 91'+
' '+
'- '+
'2 ALLEE ST FIACRE'+
'
'+
'- '+
'91620 - VILLE DU BOIS'+
'
'+
'- '+
'Tél : 01 64 49 93 73'+
'
'+
'- '+
'Contact : patrice.herbellot@wanadoo.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_153 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_153, 'click', function() {
infowindow.setContent(contentString_153);
infowindow.open(map,marker_153);
});
var myLatlng = new google.maps.LatLng(49.073601, 2.0794116);
var contentString_154 = ''+
'
'+
'- '+
'
DESJOYAUX PISCINES 95'+
' '+
'- '+
'1 RUE DES AUBEPINES
centre commercial de l\'oseraie'+
' '+
'- '+
'95520 - OSNY'+
'
'+
'- '+
'Tél : 01 30 38 08 08'+
'
'+
'- '+
'Contact : dp95@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_154 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_154, 'click', function() {
infowindow.setContent(contentString_154);
infowindow.open(map,marker_154);
});
var myLatlng = new google.maps.LatLng(43.9931972, 1.3475303);
var contentString_155 = ''+
'
'+
'- '+
'
Piscine et Deco 82'+
' '+
'- '+
'349 impasse des Turilles
'+
' '+
'- '+
'82000 - MONTAUBAN'+
'
'+
'- '+
'Tél : +33 (0)9 81 27 08 34'+
'
'+
'- '+
'Contact : paul-christophe@bbox.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_155 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_155, 'click', function() {
infowindow.setContent(contentString_155);
infowindow.open(map,marker_155);
});
var myLatlng = new google.maps.LatLng(43.229874, 2.325861);
var contentString_156 = ''+
'
'+
'- '+
'
AQUASTORE Piscines et SPAS'+
' '+
'- '+
'23, rue Colbert
ZI de Félines'+
' '+
'- '+
'11000 - CARCASSONNE'+
'
'+
'- '+
'Tél : 04.68.71.29.50'+
'
'+
'- '+
'Contact : aquastore@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_156 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_156, 'click', function() {
infowindow.setContent(contentString_156);
infowindow.open(map,marker_156);
});
var myLatlng = new google.maps.LatLng(44.186475, 0.617757);
var contentString_157 = ''+
'
'+
'- '+
'
Au Fil de l\'Eau'+
' '+
'- '+
'rue du Trech
ZAC Agen Sud'+
' '+
'- '+
'47000 - AGEN'+
'
'+
'- '+
'Tél : +33 (0)5 53 96 12 87'+
'
'+
'- '+
'Contact : agen.desjoyaux@orange.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_157 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_157, 'click', function() {
infowindow.setContent(contentString_157);
infowindow.open(map,marker_157);
});
var myLatlng = new google.maps.LatLng(44.577751, 4.2831089);
var contentString_158 = ''+
'
'+
'- '+
'
A à Z - ARDECHE PISCINES'+
' '+
'- '+
'Le Chalet
Lieu dit \" La Soubeyranne \"'+
' '+
'- '+
'07110 - ROCHER'+
'
'+
'- '+
'Tél : 09 81 32 37 33'+
'
'+
'- '+
'Contact : desjoyaux-ardeche@bbox.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_158 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_158, 'click', function() {
infowindow.setContent(contentString_158);
infowindow.open(map,marker_158);
});
var myLatlng = new google.maps.LatLng(50.5479281, 4.0491081);
var contentString_159 = ''+
'
'+
'- '+
'
Desjoyaux Belgique'+
' '+
'- '+
'Chaussée de Mons 307'+
'
'+
'- '+
'7060 - Soignies'+
'
'+
'- '+
'Tél : +32 67 34 71 71'+
'
'+
'- '+
'Contact : qualivie@skynet.be'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_159 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_159, 'click', function() {
infowindow.setContent(contentString_159);
infowindow.open(map,marker_159);
});
var myLatlng = new google.maps.LatLng(45.1785241, 0.7674427);
var contentString_160 = ''+
'
'+
'- '+
'
Desjoyaux Piscine Périgueux'+
' '+
'- '+
'Avenue Firmin Bouvier'+
'
'+
'- '+
'24750 - BOULAZAC'+
'
'+
'- '+
'Tél : +33 (0)5 53 05 31 06'+
'
'+
'- '+
'Contact : dp24b@desjoyaux.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_160 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_160, 'click', function() {
infowindow.setContent(contentString_160);
infowindow.open(map,marker_160);
});
var myLatlng = new google.maps.LatLng(48.6425585, 7.7249768);
var contentString_161 = ''+
'
'+
'- '+
'
SARL GEMMAT'+
' '+
'- '+
'Lotissement Les Floralies
6 rue des Lilas'+
' '+
'- '+
'67450 - MUNDOLSHEIM'+
'
'+
'- '+
'Tél : 03 88 81 94 93'+
'
'+
'- '+
'Contact : contact@gemmat.fr'+
'
'+
'- '+
'Site Web'+
'
'+
'
'+
'
'+
'';
var marker_161 = new google.maps.Marker({
position: myLatlng,
map: map,
icon: image
});
google.maps.event.addListener(marker_161, 'click', function() {
infowindow.setContent(contentString_161);
infowindow.open(map,marker_161);
});
}