Ability to pull up locations based on Zip-Code, City etc. of user

I have a website where the business has multiple brick and mortar locations. They would like the user to have the ability to filter the nearest location to them based on criteria’s like zip-code, city and state. Anybody have experience with adding this to a website? Do I need to rely on a third party software or is this something I do within Webflow.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I think the difficulty with this (and you seem to have identified it) is that there isn’t any surefire way to relate geographically two zip codes (ones that are very close might have similar numbers, but this does not work in a systematic way).

Your best bet is probably to use third-party software. Storepoint is a good one that is specifically designed for Webflow, but it is a bit pricy at $25/mo. Other options (Storerocket, for example) seems to follow the same pricing model.

I guess if you really didn’t want to rely on third-party software, you could try to build it using an embed of Google Maps. Here (and here) is a tutorial on how to do that, and it doesn’t seem like too much code required. You might have to figure out some workaround to get it in that list formatting though. It would use a GeoJSON object and try to find something close based on an address (so not a zip code as you are maybe looking for).

Thank you for the info. I think using a 3rd party is best for the client. Seems more reliable, and the price is not bad because they have almost 30 locations across 5 states.