var GMapURL =
"http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=2700+North+Bellflower+Boulevard,+Long+Beach,+CA"

document.write('<p style="font: bold 20px Arial,Helvetica,sans-serif; color: #666666;">');
document.write('2700 N Bellflower Blvd, Suite 212 &#160;&#8226;&#160; Long Beach, CA 90815&#160;&#160;&#160;');
document.write('<a href="' + GMapURL + '"');
document.write('target="_blank">');
document.write('<img border="0" style="vertical-align: middle;"');
document.write('src="image/gmap.jpeg" width="32" height="32" alt="View Google Map" />');
document.write('</a>');
document.write('</p>');

