I have a MySQL database of addresses (my custom points of interest - not Googles) and their associated Lat/Long. What would be the simplest way for a user to my site (their lat/long is also stored in their user profile) to be shown a:
- google map with their own lat/long as a starting (center) point
- default radius of 10 Miles
- all Points of Interest within that 10mile radius
If it is simpler to use zipcodes for the POI's and the user I have those as well.
Thanks in advance for any advice given, or information leading to tutorials that could get this done.