function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-41ccfae9-c6d9-4f4c-9259-3567a2bf2b2a"), {"center":{"lat":48.855788,"lng":2.3630649},"zoom":11} ); new google.maps.Marker({ position: {lat : 48.855788, lng: 2.3630649}, map, title: "6 rue de Jarente, 75004 Paris" }); }; $(function(){ $(window).initMap = initMap(); })