I don't think I've screwed anything up, but I tweaked it a bit to allow:
1) Any Google map can be embedded, not just saved maps, and
2) Control over how large the map is displayed.
Code:
<div align="center" style="margin: 5px 5px 5px 5px;">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%">
<tr>
<td class="thead" style="text-align:center"><iframe {option} frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/{param}&output=embed"></iframe>
</td>
</tr>
</table>
</div>
Be sure to change
Use {option} to
Yes. The option is the width and height of the map. An example would look like this:
Code:
[savedmap=width="600" height="600"]maps?q=OBAMA'S+FRIED+CHICKEN,+Saint+Nicholas+Avenue,+New+York,+NY&hl=en&ll=40.802327,-73.950734&spn=0.00752,0.021136&sll=40.80391,-73.958234&sspn=0.003963,0.010568&z=16[/savedmap]