> IE8 says there's an error on last line before the script closing tag.
It might help to report what the error actually says.
It is possible to trigger IE8 to run in 'compatability mode' causing
to behave like earlier IE.
Put this line -
<meta http-equiv="X-UA-Compatible" content="IE=7" />
into your webpage under the existing <meta ...> line
Seems to work on other map webpages.
As a complete aside, your map geocodes your HQ address every time
someone looks at it - sends the address to Google for translation to a
lat/long.
Unless your HQ moves around often, its better practice to geocode by
hand once and hard-code the lat/long values into your map. Faster,
more economic, less error prone.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---