Is it possible to load a list of locations (Name and Address) into Google Maps, and then query it to find all nearest locations when given a city or a zipcode?
For instance, I have a list of stores:
Store1 123 ocean blvd Venice, CA, 91123
Store2 123 store blvd New York, NY, 12345
and so on...
Now, I load it to Google Maps / Places?...
And then I want to query the API by passing in a given location (zip, state, or city), and find all the stores that are nearest to it.
Is this possible?