function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-16b7dccd-990e-4733-bac8-71448de6d01e"), {"center":{"lat":48.856614,"lng":2.3522219},"zoom":8} ); new google.maps.Marker({ position: {lat : 49.45621089999999, lng: 2.3298761}, map, title: "4 rue de la Gare Bulles 60130" }); new google.maps.Marker({ position: {lat : 48.856614, lng: 2.3522219}, map, title: "Paris france" }); }; $(function(){ $(window).initMap = initMap(); })