While working on the new Perfect Space redesign, I ran across an error in IE. I hate IE, so I only use it to do close-to-final testing on my stuff.
Thanks to a quick google search, a fellow blogger had the same problem, as well as a solution. In my case, since I use phoogle to generate my maps, I just had to split the showMap function into separate functions. One for the html, and one for the javascript. The javascript function is called after the ending body tag while the html one is left calling where it normally does.
All’s well in programming land once again. Thanks Ryan.

