Proximity Searching in SQL
This is a great resource for putting together a query that searches for rows near each other on a map based on latitude and longitude. The examples are implemented MS SQL but the math is usable for any other database system.
Thanks to Tim for some great information.