Need Suggestion Realted to Google map x Webflow Cms

Hi there,
I’ve been exploring this website and I want to add a similar feature to mine — where the Webflow filters work with Google Maps, and the property locations appear on the map. When you click on a location, a popup shows up, and it’s linked to the Webflow CMS.

I can handle the filters and CMS setup in Webflow, but I need to understand how the map integration works. Does anyone know how to achieve that?

Here is the website Link:

1 Like

Hey Umar, there are a lot of options.

My preference is to use the Google Maps API directly, but you want to be decently proficient with Javascript. Google’s docs and examples are excellent, and you could use an LLM to assist you quite effectively for this type of integration.

If you want to go nocode, you could lean into a pre-built solution.

I’m working on one now based on code components, but it’s incomplete.

Look at jetboost’s solutions, they’re essentially pre-designed templates + JS on top of Mapbox, but they already solve for filtering, searching, popups, etc.

1 Like

Hey @Umar1 ,

You can check this memberscript out to populate locations pins via CMS based data. You can test how it looks on this page as well.

You can probably take inspiration from / customize it as per your use-case.

Hope this gives you some idea.

1 Like