function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-fd93f3af-3523-449e-a81c-b409aee80178"), {"center":{"lat":48.8593468,"lng":2.3004463},"zoom":10} ); new google.maps.Marker({ position: {lat : 48.8593468, lng: 2.3004463}, map, title: "20 bis avenue Rapp, 75007 paris" }); }; $(function(){ $(window).initMap = initMap(); })