function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-1039f554-89d5-4fac-88bb-73dd2cad4683"), {"center":{"lat":48.8593468,"lng":2.3004463},"zoom":10} ); new google.maps.Marker({ position: {lat : 48.8593468, lng: 2.3004463}, map, title: "20 bis avenue Rapp, 75007 Paris" }); }; $(function(){ $(window).initMap = initMap(); })