  function createMapPopup()      {
        var generator=window.open('',null,'left=500, top=100, height=475, width=500, status=no, resizeable=no, scrollbars=no, toolbar=no, location=no, menubar=no');
//        generator.document.write('<%@ Page Language="C#" AutoEventWireup="true" Title="Map Results"%>\n');
        generator.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \n');
        generator.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">\n');
        generator.document.write('<head>\n');
        generator.document.write('<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>\n');
        generator.document.write('<title>Fast Frame</title>\n');

        generator.document.write('</head>\n');
        generator.document.write('<body>\n');
		
        generator.document.write('<div>\n');		
        generator.document.write('<iframe width="100%" height="800" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=1829+Hendersonville+Rd.+Suite+20+Asheville,+NC+28803,+828-274-5176&amp;ie=UTF8&amp;hq=828-274-5176&amp;hnear=1829+Hendersonville+Rd+%2320,+Asheville,+Buncombe,+North+Carolina+28803&amp;ll=35.502733,-82.523633&amp;spn=0.006295,0.006295&amp;output=embed"></iframe>');
        generator.document.write('</div>\n');
        generator.document.write('</body>\n');
        generator.document.write('</html>\n');
        generator.document.close();
        }
//createMapPopup(); 
