Search Google map using city / state or zip code
2 answers
Have a look at Building a Repository Repository with PHP, MySQL and Google Maps .
This tutorial is for developers who are familiar with PHP / MySQL and want to learn how to use Google Maps with a MySQL database to create a storage locator type application. After completing this tutorial, you will have a database of locations and a web page that allows the user to enter an address and see markers on a map for places closest to them, within a selected distance limit.
+2
a source to share
The rich Google Maps API is fully documented in links starting at http://code.google.com/apis/maps/ .
+1
a source to share