Here\'s my conundrum: I have a page that uses Google Maps V3 and jQuery. It all worked well locally in FF5, Chrome and Safari.
Once I uploaded to a web site, I get
instead of this
var defaultLocation = new google.maps.LatLng(lat, lng);
use this
var defaultLocation = new window.google.maps.LatLng(lat, lng);
and this worked for me.