function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-69a7268c-3edb-46fc-9121-de50fa7c9506"), {"center":{"lat":48.8019026,"lng":2.3822381},"zoom":10} ); new google.maps.Marker({ position: {lat : 48.8019026, lng: 2.3822381}, map, title: "Allée Jean Bécot, 94400 Vitry" }); }; $(function(){ $(window).initMap = initMap(); })