function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-bd940838-7fb4-49a8-b39c-272221eb071d"), {"center":{"lat":48.8259159,"lng":2.2793217},"zoom":8} ); new google.maps.Marker({ position: {lat : 43.2056774, lng: 5.6018252}, map, title: "515 avenue de la Tramontane 13600 La Ciotat" }); new google.maps.Marker({ position: {lat : 48.8259159, lng: 2.2793217}, map, title: "9 Rue de Vanves 92130 Issy-les-Moulineaux" }); }; $(function(){ $(window).initMap = initMap(); })