I was able to resolve the issue, the root cause was a conflict with another plugin i had installed. once i removed the plugin, the javascript error went away and the maps app started working perfectly.
Uncaught TypeError: Cannot read property ‘offsetWidth’ of undefined main.js:36
bl main.js:36
El main.js:42
(anonymous function) frontend.min.js?ver=3.7.1:1
c jquery.js?ver=1.10.2:3
p.fireWith jquery.js?ver=1.10.2:3
x.extend.ready jquery.js?ver=1.10.2:3
q jquery.js?ver=1.10.2:3
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js?ver=1.10.2:4
I get this error in my javascript console:
Uncaught SyntaxError: Unexpected token ILLEGAL http://www.geniusfactory.co/:175
Uncaught TypeError: Cannot read property ‘offsetWidth’ of undefined main.js:36
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
is this maybe preventing the javascript in the widget from working?
Bryan