I have a database full of addresses and pictures of those locations. Note: I do not have the latitude / longitude.
What I need to do:
Write a function that uses Google API v3 to list a few of these addresses on a Google map, that when you click on the marker, it displays the address and the picture from the database. This is a plugin for a page, so I cannot edit the header data. I can only insert code where it is being displayed.
I've already read through the documentation but it seems like everything has a lot of unnecessary code and stuff that my geomap doesn't need. I'm looking for the simplest possible solution so that I can add to it later if I want to.