How to render multiple maps with markers?

I have Autoform with yogiben:autoform-map, and for each document I’m storing a location in a string (latNumber,lonNumber).

Is there a way to render the map with the marker position inside {{each document}}?

I’m note sure if this could be done with a quickForm, or if I have to add a separate Google Maps package. Basically, I have a grid with all the items on the collection, and for each item I want to render a map with it’s current marker.

Any ideas on the best way to accomplish this?

Thanks!