function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-a8f8ba0c-b078-4eed-bbbf-c42e1e6ac790"), {"center":{"lat":48.8174673,"lng":2.4768369},"zoom":9} ); new google.maps.Marker({ position: {lat : 48.8174673, lng: 2.4768369}, map, title: "15 avenue du Président Wilson 94340, Joinville-le-Pont" }); }; $(function(){ $(window).initMap = initMap(); })