Thanks for the info, i see the page looks a bit better today, i can also see the map JSON has errors, a lot of your places names have line breaks in them, we could add a function to remove this in the JSON but over all it’s better for you to remove them from the titles.
Here is how to find them:
#1 visit your homepage.
#2 open your browser developer tools (usually f12 on the keyboard)
#3 Click on the “network” tab of the dev tools and clear all the results, then tick/untick some of your map categories and you will see things appear in the network tab, right click one of the links and open in new tab, you will then see lots of JSON code.
#4 copy the JSON code and paste it in a JSON validator: http://jsonlint.com/ it will then tell show u what ones have line breaks and what ones you need to fix.
Thanks,
Stiofan