I have 100K+ lat/longs in a SQL database, and I want to plot them on a google map. The user will input an address to find points close to that address. How should I do this? I have the map working, with the ability for the user to enter an address and have the map center on this point. Just need to add the pins.
I'll be building the front end in JS, and any backend needs in PHP.