I have a working HTML/JS page that uses Google Maps:
http://test.barrycarter.info/sunstuff.html
How do I import this into wordpress.barrycarter.info?
Simply cutting/pasting or doing "<?php include()?>" doesn't work,
since WP processes the result before displaying it, breaking the page:
http://wordpress.barrycarter.info/index.php/test-sunstuff-include-fail/
(use "view source" to see the hideously mangled JS).
I can't even use the "Google Maps v3 Shortcode" plugin, since the map overlays are generated client-side, not via KML.