"Find nearest location" by Zip/Postal Code?
Posted
by codemonkey613
on Stack Overflow
See other posts from Stack Overflow
or by codemonkey613
Published on 2010-03-24T18:45:35Z
Indexed on
2010/03/24
18:53 UTC
Read the original article
Hit count: 443
I need a "find nearest location" on our website.
Where visitor enters their zip/postal code, then they are redirected to specific webpage for our nearest location. We have forty USA and Canada locations.
How can I build something like this? Could I do this with the Google Maps API? I already have a custom map on Google Maps. It's plotted with our locations. It would be nice to send Google Maps a command to say "what's our nearest location at __ zip code".
Any suggestions?
© Stack Overflow or respective owner