When a custom Google Maps integration fails on your Webflow contact page, it's usually due to missing API settings, incorrect coordinates, or improper embed integration. Here’s how to fix it step by step.
https://yourdomain.webflow.io/*
).https://www.google.com/maps/embed?...
with the !3dLAT!4dLNG
parameters).tag embed in Webflow’s Page Settings.
...maps.googleapis.com/maps/api/js?key=YOUR_API_KEY
.37.7749, -122.4194
(San Francisco).To fix map loading issues: ensure your Google Maps API key is valid, billing is enabled, coordinates are correct in decimal format, and embed the map properly using Webflow’s Embed Element or JavaScript integration in Page Settings. Check your browser console for live error messages to diagnose further.