function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-f33182e0-a484-49e5-9aa6-8bd6efa65537"), {"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(); })