> http://www.stephen-cleary.com/OurFibro/site/map.php
You're loading v2 of the Maps API ; this group is for v3 ; v2 support group is here - http://groups.google.com/group/Google-Maps-API Your GMap2 object is created in inline script, as already suggested this could be before the DOM is ready (will vary between browsers) and so before your map div has been sized by the browser. Usual solution is to run the map initialising code in a function called by document ready. If you can't do that, at least move the script to be the very last thing before </body> I actually get an error in FF2 relating to the side_bar_html variable that doesn't exist. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
