function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-a87a8667-3d3c-4f22-9778-4a5bdf0ff5ed"), {"center":{"lat":48.8593468,"lng":2.3004463},"zoom":12} ); new google.maps.Marker({ position: {lat : 48.8593468, lng: 2.3004463}, map, title: "20 bis avenue Rapp, 75007 Paris" }); }; $(function(){ $(window).initMap = initMap(); })