Multiple adresses in one google maps overview

Hello,

Can sombody help me to put multiple adresses in one map? I’ve database with the adresses stored in it. I want to use geocoding.

i’ve tried al lot (google api), but i’m not able to managed this out.

Thanks a lot!

There are awesome examples on this page… https://developers.google.com/maps/documentation/javascript/examples/
It shouldnt be that hard to put markers on your maps. You just have to translate your addresses to geocoding (basically).
Be aware only the v3 api is to be used… v2 is deprecated…