Hello There,
Please provide us ftp access. We would like to check your .htaccess and your wp-config.php file.
I have check your live site and the CORS issue is already resolve. The only remaining issue is the looping and there is a JS error because you inserted an invalid JS code. You will need to update it and use this instead:
</script><script async defer src="http://maps.googleapis.com/maps/api/js?key=AIzaSyAk7IIRvIaw0-Yq3kOOSQDj_nV6Sz0GCCc&callback=initMap" type="text/javascript"></script>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","//chimpstatic.com/mcjs-connected/js/users/a5ec3d77bf4ebeca801eacd93/39c06148e8ded807f13f9bf43.js");
The <script>
tags needs to be re arranged because the output of the custom JS section is already wrapped with the tag. Basically <script>
should not be inserted in the custom JS section in the first place.
Hope this helps.