Can confirm Error with WP 3.8.1 Map only shows when it is “static”:
‘static’ => true,
when i show map dynamic:
// ‘static’ => true,
Then map does not show, console shows error:
Uncaught TypeError: Cannot read property ‘fn’ of undefined site.js?ver=3.8.1:157
(anonymous function) site.js?ver=3.8.1:157
(anonymous function) site.js?ver=3.8.1:196
Can you check if the site.js file of the Pronamic Google Maps plugin is loading correctly?
/wp-content/plugins/pronamic-google-maps/js/site.js
Can you also check if jQuery is loading correctly? You don’t have any plugins who disable or override jQuery?
The ‘fn’ property is part of jQuery, so i think you have an issue with jQuery:
http://learn.jquery.com/plugins/basic-plugin-creation/