I have a similar problem. The map stopped showing after upgrading to WordPress 5.7.1. The only error in the developer’s console is “Uncaught SyntaxError: Unexpected identifier”. The line of code from which this originates is:
`var markerLogo2={url:’https://climberkyle.com/wp-content/plugins/novo-map/public/assets/images/markers/icn-map-green.svg’,scaledSize:new google.maps.Size(45,45),origin:new google.maps.Point(0,0),anchor:new google.maps.Point(22.5,45)};… (truncated)
I have not changed my maps API key or anything.
I tried randomly adding an html block on the page with:
<?php wp_footer();?>
But that did not change anything.
Any solutions?