Googlemap disappears on contact form submit

Permalink
Hi,
I have a Google Map in a block next to a form block. When I submit the form, the map disappears. If I check the quellcode the map canvas is still there and the script identical, but for the newly generated map id number (('googleMapCanvasNxGSKraUOpI64RAwJG')).
In the console I'm seeing the following error but I don't know if it has anything to do with my issue:
Uncaught TypeError: Cannot read property 'top' of undefined(anonymous function) @ 1585:56m.Callbacks.j @ jquery.js:2m.Callbacks.k.fireWith @ jquery.js:2m.extend.ready @ jquery.js:2J @ jquery.js:2

My C5 Version is 5.7.4.2

I would be grateful for any ideas ...

Thanks,
Una

 
fatcatsanonymous replied on at Permalink Reply
I found the issue:

there was a conflict with a location.hash script in my header and the map id #.
I couldn't solve it with the concrete5 googlemaps block, but have replaced the block with a manually added map script. This hasn't solved, but has at least eliminated the problem.