Integrated google maps code works when using FireFox, Opera, but it errors out when using IE giving the error:

“Internet Explorer cannot open the Internet site: http://…”

Here’s basically what’s happening: IE doesn’t allow changing HTML tables via DOM until they are fully rendered. And since Google Maps code does just that the solution was to move the <script> to the end of the HTML while leaving the map <div> in the place where you want the map to show.