I'm stuck with no map - I installed software, uploaded patch, can get my API code from Google and installed it on my site but I get - An error while loading the page http://www.stakemill.com/store/index...age=contact_us - I get a pop up error the google code was registered for a different web site - I have no forwarding or masking on, site is pointing to correct domain - what is the correct domain to enter on googles site?

Also do I just past this code with nothing else in my EZPages for contact_us?
Add the following code to your define_contact_us.php
this is usually located in includes/languages/english/YOURTEMPLATE/define_contact_us.php
<div id="map" style="width: 100%; height: 350px; border:solid black 1px;" ></div>

Where are the body tags located (line number or between what other text) that I add these lines too?
Google recommend that in order to cut down possible memory leakage you put an onunload=GUnload() in the
body tag (found in includes/templates/YOURTEMPLATE/common/tpl_main_page.php)