> http://www.evergreenmills.com/dealerlocator.php

You load the maps API once in the 'conventional' manner -
   <script src="http://maps.google.com/maps?file=api&amp;v=2&amp
and once in the AJAX way -
   google.load("maps", "2.x");
Just once will do, and calling different versions is unwise ...

You load the extlargemapcontrol twice too, once with the normal and
once with the packed version

Firefox blows out at
    sidebar.appendChild(sidebarEntry);
I can't see anywhere that 'sidebar' is defined as a javascript object.

It's a quirk of IE that if it can't find a javascript object it will
continue to rummage in the DOM ... in this case it will find a
    <div id="sidebar"></div>
which obviously may not work properly, but probably means the
scripting error is non-fatal.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to