function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-04598650-90a8-4a23-8142-6931bce0ecf5"), {"center":{"lat":48.8588897,"lng":2.320041},"zoom":8} ); new google.maps.Marker({ position: {lat : 48.8588897, lng: 2.320041}, map, title: "Paris france" }); }; $(function(){ $(window).initMap = initMap(); })