function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-6ee4b565-8bcf-4858-a9f8-2ad1814c8afc"), {"center":{"lat":48.5712853,"lng":1.9383856},"zoom":7} ); new google.maps.Marker({ position: {lat : 48.5712853, lng: 1.9383856}, map, title: "40 Rue Charles de Gaulle 78730 Saint-Arnoult-en-Yvelines" }); new google.maps.Marker({ position: {lat : 48.6462076, lng: 2.0772079}, map, title: "10 Place du Général de Gaulle 91470 Limours" }); }; $(function(){ $(window).initMap = initMap(); })