function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-ce511330-4187-437e-9c35-516ff028224c"), {"center":{"lat":48.8174673,"lng":2.4768369},"zoom":10} ); 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(); })