Google Maps API - clashing variables? Works in FF but not IE
Hey all, I have a Google Maps API on my site that is used to locate retailers. The map will work in FF and Safari, but not IE (which is the most important, to me). I've read on other forums about a clashing variable, 'map', but I'm not sure where to rename it. Every time I've tried, it has screwed up the CSS or PHP and it didn't even show up on the page.
Can someone lend a few brain cells, minutes, and keystrokes to help me out?
No, Firebug shows no errors. It just references some xml and main.js (hosted by google)... but no errors.
One of the errors in IE is saying "Object doesn't support this property or method" and is referencing this line:
GDownloadUrl(searchUrl, function(data) {
Bookmarks