Cleared my cache and seems to be working ok now.
Is the jquery snipped you added to my custom js box going to be included in the next update?
jQuery('ul.nav-tabs li a, .spb_accordion_section > h4 a').on('click', '', function(){
var thisTab = jQuery(this),
asset = thisTab.parents('.spb_content_element').first();
if (asset.find('.map-canvas').length > 0) {
setTimeout(function() {
jQuery(window).trigger('resize');
var map = asset.find('.map-canvas');
SWIFT.map.init();
}, 100);
}
});