Adresse

5 rue Fromentin - 75009 Paris
Tél. 01 40 23 05 95

Métro

Ligne 2 : Pigalle/ Blanche/ Place de Clichy Ligne 12 : Pigalle

Bus

Bus 67 : Pigalle Bus 74 : Pigalle Chaptal

Velib

Place Blanche Pigalle
var styles = [ { featureType: "all", stylers: [ { hue: '#d4d3ce' }, { saturation: '-30' } ] },{ featureType: "road", stylers: [ { hue: '#476867'}, { saturation: '-70' } ] },{ featureType: "poi.business", elementType: "labels", stylers: [ { visibility: 'off' } ] } ]; function initialize() { var mapOptions = { center: new google.maps.LatLng(48.8822331, 2.334481400020335), zoom: 15 }; var map = new google.maps.Map(document.getElementById("map-canvas"), mapOptions); var image = '/media/marker-map.png'; var myLatLng = new google.maps.LatLng(48.8822331, 2.334481400020135); var beachMarker = new google.maps.Marker({ position: myLatLng, map: map, animation: google.maps.Animation.DROP, icon: image }); } google.maps.event.addDomListener(window, 'load', initialize);