Changing map location in a Dynamic Page

I want to display a Google Map in a Dynamic Page.
The map should point the addresses as defined in the Database.

So for every page created on the database, I would be able to change the address of the google map.

Found this post , but there is no explanation.
What to do with Google API . How to add the coordinates to the database field using this ?

Any help and instruction is really appreciated.

Hi,
You can use Google Geolocation API to get the coordinates. You can check out Yisrael’s post which may help you regarding this matter. After you get the correct coordinates, you can set them as explained here .

Good luck,
Tal.