If you're using a Webflow map clone with embedded Google Maps, you can update the location by modifying the latitude and longitude in the custom embed code. Here's how:
https://www.google.com/maps/embed?...q=37.7749,-122.4194
37.7749,-122.4194
with your new latitude,longitude.var myLatLng = {lat: 37.7749, lng: -122.4194};
lat
and lng
with your desired coordinates.To change the map location in a Webflow map clone, edit the Google Maps embed URL or JavaScript lat/lng values in the custom code. Then, save and publish your site to apply the changes.