Posted January 13, 20232 yr Hi there, In Clubs I want to manually change some parameters such as zoom and default lat/long as well as styling, but I can't seem to be able to find the javascript variable that apparently initializes the Google Map in the frontend? map.setZoom(8); map.setCenter({lat: 51.509865, lng: -0.118092}); map() doesn't seem to be...