function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-19bbe141-bb5c-4441-b0e6-7436719a4644"), {"center":{"lat":48.856614,"lng":2.3522219},"zoom":8} ); new google.maps.Marker({ position: {lat : 49.4883104, lng: 0.1150477}, map, title: "29 Quai Casimir Delavigne 76600 Le Havre" }); new google.maps.Marker({ position: {lat : 48.856614, lng: 2.3522219}, map, title: "Paris france" }); new google.maps.Marker({ position: {lat : 48.3831087, lng: -4.4835083}, map, title: "40 quai de la douane 29200 Brest" }); }; $(function(){ $(window).initMap = initMap(); })