What i've been trying to do, is using the Google Maps API, display locations as markers on the map, the locations in which are taken from a Database. The problem with this is that I do not want to use Lat and Long as the stored locations in my database. I want to use full addresses. So what I need is for the API to geocode the addresses from the database to display them on the maps. I've been pulling my hair out over this all day, any suggestions?