function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-539ce376-652d-4f03-8bbd-c5e909499930"), {"center":{"lat":48.855788,"lng":2.3630649},"zoom":10} ); new google.maps.Marker({ position: {lat : 48.855788, lng: 2.3630649}, map, title: "6 rue de Jarente, 75004 Paris" }); }; $(function(){ $(window).initMap = initMap(); })