Ah, I see – thanks for clarifying.
So that’s going to be slightly tricky especially if the list of events under the map will maintain the ordinary number of just 6 events per page. It’s basically going to involve some custom dev work – but here are a few pointers:
- The pinmarker data is contained in the markers element of an array, which you can filter using tribe_events_ajax_response
- Left to its own devices, Event Calendar PRO generates markers for each of the events in the list and you can see the code in TribeEventsGeoLoc::generate_markers() – you could use this as a template for your own approach, but populate the list of markers with a greater number of events than happens by default
I hope that helps – and good luck 🙂