facetwp map open markers on mouseover

(function($) {
    $(function() {
        FWP.hooks.addAction('facetwp_map/marker/mouseover', function( marker ) {
            google.maps.event.trigger(marker, 'click'); 
        });
    });
})(jQuery)