Here's a link to a Google Earth map:

HTML Code:
<!-- The full link (code supplied by Google)-->
<a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=merwin+ave,+cleveland+ohio&amp;sll=37.0625,-95.677068&amp;sspn=49.71116,59.414063&amp;ie=UTF8&amp;layer=c&amp;cbll=41.488171,-81.685696&amp;panoid=7Q2mWLjC1OLCkHJCCpdbeQ&amp;cbp=1,256.01868693765914,,0,8.188362819652383&amp;ll=41.504271,-81.706095&amp;spn=0.005786,0.007253&amp;z=14&amp;source=embed" style="color:#0000FF;text-align:left" target="_blank">View Larger Map</a>

<!-- Some things <.CUT.> for readability -->
<a href="http://maps.google.com/maps?<.CUT.>;source=embed" style="<.CUT>" target="_blank">View Larger Map</a>
The target="_blank" did not exist in the original code supplied by Google. I added it because I want this link to open in a new window - but it doesn't - it opens in the same window. Why? How can I fix it?