function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-aa87b020-e8e4-4c37-8ee2-54e69c5729e0"), {"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(); })