Perhaps this is the time to remind you of what the documentation says
about not specifying a version:
http://code.google.com/apis/maps/documentation/javascript/basics.html
+ Choosing an API version
+ The following guidelines apply when choosing the appropriate API
+ version for your Maps API V3 application:
+ + Production applications should always specify a minor version
+ + (eg. 3.2, 3.3, etc.).
A local version of your map (minus many of the includes) works, so you
might investigate either
1. calling out version 3.3
or
2. investigating your css to see if that is causing the problem
-- Larry
>
> Thanks
> Jamie Mackay