function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-c55b7589-abf3-4e2d-bbea-04ce758a8f00"), {"center":{"lat":43.33517699999999,"lng":3.2428654},"zoom":9} ); new google.maps.Marker({ position: {lat : 43.33517699999999, lng: 3.2428654}, map, title: "2 rue des Néfliers 34500 Béziers" }); }; $(function(){ $(window).initMap = initMap(); })