Envie de boire un verre dans une ambiance chaleureuse ou tout simplement se prélasser sur une terrasse ensoleillée, le Pays de Challans vous offre une diversité d'établissements. Vous avez envie d'écouter un concert ou danser la salsa sur des rythmes endiablés, venez à Challans, nous savons nous amuser.
3 fiche(s) correspond(ent) à votre recherche
L'Albanéra
CHALLANS
Dans un décor latino cubain, bar d'ambiance le soir du mercredi au samedi, cours de salsa le mardi soir et restaurant : cuisine d'ici et d'ailleurs…
Ouvert toute l'année
Voir le détail
Le Saphir
CHALLANS
Ouvert toute l'année
Voir le détail
Le Kajibi
CHALLANS
Ouvert toute l'année
Voir le détail
3 fiche(s) correspond(ent) à votre recherche
'+
'
> En savoir plus
'+
'
';
var infowindow = new google.maps.InfoWindow({
content: contentString,
maxWidth: 300
});
markersArray[markersArray.length]= new google.maps.Marker({
position: new google.maps.LatLng(46.84780,-1.87926),
map: map,
title:"L'Albanéra"
});
markersArray[(markersArray.length - 1)]._infowindow = infowindow;
google.maps.event.addListener(markersArray[(markersArray.length - 1)], 'click', function() {
for(var i in markersArray){
markersArray[i]._infowindow.close();
}
this._infowindow.open(map, this);
});
tempoMarker = new google.maps.LatLng(46.85008,-1.87453);
latlng.push(tempoMarker);
var contentString = '
'+
'
Le Kajibi
'+
''+
'CHALLANS '+
''+
'
> En savoir plus
'+
'
';
var infowindow = new google.maps.InfoWindow({
content: contentString,
maxWidth: 300
});
markersArray[markersArray.length]= new google.maps.Marker({
position: new google.maps.LatLng(46.85008,-1.87453),
map: map,
title:"Le Kajibi"
});
markersArray[(markersArray.length - 1)]._infowindow = infowindow;
google.maps.event.addListener(markersArray[(markersArray.length - 1)], 'click', function() {
for(var i in markersArray){
markersArray[i]._infowindow.close();
}
this._infowindow.open(map, this);
});
//Pour centrer et zoomer correctement la map
if (latlng.length > 0) {
var latlngbounds = new google.maps.LatLngBounds( );
for ( var i = 0; i