function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-fcae69a5-96eb-47d7-bb53-add3ae7e1f46"), {"center":{"lat":48.856614,"lng":2.3522219},"zoom":8} ); new google.maps.Marker({ position: {lat : 48.856614, lng: 2.3522219}, map, title: "Paris france" }); }; $(function(){ $(window).initMap = initMap(); })