function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-ff68f11c-7fce-4866-99be-183ab43941ab"), {"center":{"lat":49.45621089999999,"lng":2.3298761},"zoom":10} ); new google.maps.Marker({ position: {lat : 49.45621089999999, lng: 2.3298761}, map, title: "4 rue de la Gare 60130 Bulles" }); }; $(function(){ $(window).initMap = initMap(); })