I’m experiencing the same issue. Browser’s console does not show any error, I used the following snippet to get the map inside the loop:
echo eo_get_venue_map(eo_get_venue(), array('width' => '100%'));
but I only get an empty div:
<div class="eo-venue-map googlemap" id="eo_venue_map-1" style="height:200px;width:100%;"></div>
I’m using version 3.1.9.
Am I doing something wrong?