Don,
It sounds really like you need to do some custom php programming here. I can not really just explain that. I would have to write all that code just to figure it out and that would be time consuming.
I can tell you this. If you wanted to loop though a list of address from a data_base_ and put the moolet maps code in your custom application you would be looking at sending your variable the moolet variable
| Code: : |
moolet_mapplet_address_start
|
This is read in at line 40 of mod_moolet_google_maps, where it is pulling in the joommla module parameters. Then it is passed down to line 73
| Code: : |
var address = $moolet_mapplet_address_start
|
hope that helps