function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-0e7d11f6-f854-4ed6-855d-21177d8d64bb"), {"center":{"lat":48.8174673,"lng":2.4768369},"zoom":11} ); 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(); })