I am stucked with the problem that the maps does not show up on my web site.
I have checked the recommended solution, i.e.
Make sure you have the following in the relevant template files:
header.php (between your <head></head> tags):
<?php wp_head(); ?>
footer.php:
<?php wp_footer(); ?>
But it does not help.
Any ideas out there?