function initMap() { let map; map = new google.maps.Map(document.getElementById("wrapper-map-243a3dfe-26d5-4453-873a-fbe8612907cf"), {"center":{"lat":48.855788,"lng":2.3630649},"zoom":12} ); new google.maps.Marker({ position: {lat : 48.855788, lng: 2.3630649}, map, title: "6 rue de Jarente, 75004 Paris" }); }; $(function(){ $(window).initMap = initMap(); })