Try to locate a town then you will have a blank page.
I have an error in my console :
Uncaught TypeError: Cannot read property 'page' of undefined
at WPViews.ViewPagination.self.init_paged_view (wpv-pagination-embedded.js?ver=3.1.2:3171)
at HTMLDocument.<anonymous> (wpv-pagination-embedded.js?ver=3.1.2:2319)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4-wp:3)
at Object.trigger (jquery.js?ver=1.12.4-wp:3)
at Object.a.event.trigger (jquery-migrate.min.js?ver=1.4.1:2)
at HTMLDocument.<anonymous> (jquery.js?ver=1.12.4-wp:3)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.trigger (jquery.js?ver=1.12.4-wp:3)
I had the opportunity to have a look at the view and see that you have added quite a number of customizations that could be causing the issue.
Did this work before or has it never worked?
Also what I would do at this point is to restore the view to its normal state without the customization or create a copy of the view without any customization and see if the problem still occurs.
If this still doesn't work would you mind if I grabbed a copy of the website so that I can debug further?