Google Maps throwing Uncaught TypeError for no clear reason
I'm completely stumped on this one, and we really need to get around this issue in order for our team to make progress and demo our app in the morning.
I have a page that contain nothing other than a Google Map control (and the accompanying marker). Whenever I try to boot up the map, I receive the following error:
Uncaught TypeError: Cannot call method 'getBounds' of undefined
bK
(anonymous function)
Any attempt to add a marker to the page will fail, and I will receive the above message (with no stack trace).
I've removed my controls and recreated them to no effect. I've also tried using this page as the starting page for the application. Any idea would be greatly welcomed.