Marie Willem

Marie Willem, dressed in a floral dress and light-colored coat, uses a cane while crossing an empty street. She pulls a small, wheeled cart behind her. The buildings in the background have closed shutters, adding to the quiet atmosphere.GPS Lat : 48.839755555556
GPS Lon : 2.3613444444444

function apaiu_InitializeGoogleMaps() {
var mapProp = {
center: new google.maps.LatLng(48.839755555556,2.3613444444444),
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(48.839755555556,2.3613444444444),
});
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;

Initiation au Bronica RF645

A person wearing glasses is sitting in a tiled room, holding a Bronica RF645 camera up to their face as if taking a photo. The scene is in black and white, and the person seems focused on their activity. The table in front of them has a few utensils and a placemat, marking the initiation of their creative process.GPS Lat : 48.850913888889
GPS Lon : 2.3447138888889

function apaiu_InitializeGoogleMaps() {
var mapProp = {
center: new google.maps.LatLng(48.850913888889,2.3447138888889),
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(48.850913888889,2.3447138888889),
});
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;