function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-8d809db7-ebb4-48fe-9176-f4c86c3327a7"), {"center":{"lat":43.3079831,"lng":5.4286981},"zoom":8} ); new google.maps.Marker({ position: {lat : 43.3079831, lng: 5.4286981}, map, title: "37 avenue du 24 avril 1915 13012 Marseille" }); }; $(function(){ $(window).initMap = initMap(); })