Can you explain the details why I need to do it?
==>
When the option "Don't include the current page in query result" is not checked, there was a JS error due to which the map was broken.
We reported the issue in front of our Devs and they will produce the fix.
If you want to apply the fix, you should open the following file:
=> plugins\toolset-maps\resources\js\wpv_addon_maps.js
Go to line #1311 of above file:
const viewId = viewUniqueId.split( '-' )[ 0 ];
And replace that line with the following line and save the file: