Known issue, fixed for next build. Quick fix as follows.
IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveevents/cbgroupjiveevents.php
ON: Line 124
FROM:
Code:
$map_display_js = "$( '.gjMainContentInfoEventLocation a' ).click( function() {"
TO:
Code:
$map_display_js = "$( '.gjEventLocation a' ).click( function() {"