function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-83e1bccf-6f2f-444c-8247-c0e48e205a71"), {"center":{"lat":45.7333451,"lng":4.961327499999999},"zoom":8} ); new google.maps.Marker({ position: {lat : 45.7333451, lng: 4.961327499999999}, map, title: "3 Rue Jacques Monod 69680 Chassieu" }); }; $(function(){ $(window).initMap = initMap(); })