I am trying to show a Google map in the footer of a list page with a marker for each record in the list. Each record has a longitude and latitude displayed. For example:
Customer 1, -1.234, 2.00
Customer 2, -1.544, 4.23
I've seen some previous postings on displaying an individual record via Google maps, but wondered if anyone had managed to display several markers programatically based on a displayed list.
TIA
Dave