function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-246f49ad-f331-4adb-b38d-f20a0d02135a"), {"center":{"lat":48.8259159,"lng":2.2793217},"zoom":8} ); 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(); })