function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-81a366bb-8463-46c1-8c8a-51ae5efb6562"), {"center":{"lat":48.8594458,"lng":2.4494016},"zoom":8} ); new google.maps.Marker({ position: {lat : 48.8594458, lng: 2.4494016}, map, title: "21 Avenue Jean Moulin 93100 Montreuil, France" }); }; $(function(){ $(window).initMap = initMap(); })