At first I would like to say that I am new to this site, have never worked with the Google Maps API and did not have intermediate JavaScript knowledge.
What I did: I put together a custom "storage locator" by adding locations to Google My Maps. Then I created a webpage with a drop-down menu, and depending on the location you chose from the drop-down list, it changes the SRC for the iFrame holding the map. Therefore, when the page loads, you see a map of a larger scale and, choosing specific locations, it will change the map to that specific location (scaling and cropping).
What I need to do: Now I need to do this in order to add a “postal code search” that allows the user to enter their zip code and return the web page with a list of the closest places and, hopefully, their distances.
Does anyone have an idea if I can add the "zip search" functionality to my custom Google map?
There really isn't much to my code, but if that helps, I will be happy to do it. The current functionality of my card works fine, the problem is that I don’t know where to start adding a zip code.
Here is the link to the page I'm linking to: http://74.53.82.155/store-locator.htm
Any help is appreciated.
Thanks in advance, gnrlchaos
source share