In function addLocation(), you have these lines:
var sidebarEntry = createSidebarEntry(marker, company, address,
cityState, dealerzip, phone, distance);
sidebar.appendChild(sidebarEntry);
Where is sidebar defined? Maybe add a
document.getElementById('sidebar') in order to properly reference the
DOM element you're after. Different browsers will likely handle such a
thing differently. Also, the error console in Firefox is nice. From
the menu: Tools->Error Console. It also complains about a number of
CSS warnings on your page which you may or may not be interested in.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---