function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-4098e0c4-440f-499e-aae7-a9f270f7d1cd"), {"center":{"lat":48.5712853,"lng":1.9383856},"zoom":8} ); 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(); })