function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-f3471de3-89df-41de-9535-6ee2dafc2ce7"), {"center":{"lat":49.45621089999999,"lng":2.3298761},"zoom":11} ); new google.maps.Marker({ position: {lat : 49.45621089999999, lng: 2.3298761}, map, title: "4 rue de la Gare 60130 Bulles" }); }; $(function(){ $(window).initMap = initMap(); })