function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-5ec94922-17c5-4398-8938-73d826ea25e7"), {"center":{"lat":48.5712853,"lng":1.9383856},"zoom":7} ); new google.maps.Marker({ position: {lat : 48.6462076, lng: 2.0772079}, map, title: "10 Place du Général de Gaulle 91470 Limours" }); new google.maps.Marker({ position: {lat : 48.5712853, lng: 1.9383856}, map, title: "40 Rue Charles de Gaulle 78730 Saint-Arnoult-en-Yvelines" }); }; $(function(){ $(window).initMap = initMap(); })