Did you know that the "HTML" window (just below the editing area) is select-able? That means that you can select the code and copy it (i.e. put it in the "clipboard") and then paste it into your HMTL document:
1. Right-Click in the
HTML window (i.e. right on top of the code)
2. A
menu will pop-up and when it does, click on
Copy Map to Clipboard...3. In your
HTML document, click somewhere within the
<body>...</body> and do
Ctrl+V (or usually
Right-Click will expose a menu with
Paste)
Batta-bing -- your map is now part of your website!
Note: You will, likely, need to move the
<img> line to a place in your code where you want the image to show.
The sky is high, unless you're in orbit!