Cadavres

An urban street scene shrouded in mystery, with a central trash bin surrounded by numerous bags and bottles, including wine bottles and plastic bags, scattered around it. Bicycles and motorcycles are parked at the edge of the scene, while buildings lurking in the background add a touch of thriller.

Consigne

A stack of consigne beverage crates and kegs are piled on the sidewalk in an urban area. The crates, marked with brand logos, contain empty glass bottles. Sunlight casts shadows, and a street with cars and buildings is visible in the background.

Old School Limonade

A vintage Citroën 2CV van is parked at a Casino gas station in a black and white photo. The old-school van, mostly grey with a white top, is fitted with luggage on its roof. The gas station has an old-fashioned design, complementing the nostalgic atmosphere—like a scene from an old limonade ad.GPS Lat : 47.497325
GPS Lon : 1.1780833333333

function apaiu_InitializeGoogleMaps() {
var mapProp = {
center: new google.maps.LatLng(47.497325,1.1780833333333),
zoom: 12,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById(« apaiu_googleMapDiv »),mapProp);
var marker = new google.maps.Marker({
position: new google.maps.LatLng(47.497325,1.1780833333333),
});
marker.setMap(map);
}
function apaiu_LoadGoogleMapsScript() {
var alreadyRegistered = false;
if (typeof google === « object »){
if (typeof google.maps === « object »){
alreadyRegistered = true;
}
}
if (alreadyRegistered){
apaiu_InitializeGoogleMaps();
} else {
var script = document.createElement(« script »);
script.src = « http://maps.googleapis.com/maps/api/js?key=AIzaSyCOQyfCc9LYnmSWWXhoqvIsot8avEsDqAU&callback=apaiu_InitializeGoogleMaps »;
document.body.appendChild(script);
}
}
window.onload = apaiu_LoadGoogleMapsScript;