I’ve ran into the same problem.
I discovered that the plugin creates an extra object in the footer of the page with inline styles.
This object is created in the cgmp_google_map_init_global_html_object function in head.php
So removing top:100000px !important from the style.css and head.php resolved my problem.