
function showMap(iid)
{   
    var name,x,y;
    switch(iid)
    {
        case 5: name='广州广告行业协会';x=23.114667383713993;y=113.31951141357422;writeMap(name,x,y);
    }
}


function writeMap(name,x,y)
{   
    if(name!="")
    {

        document.write('<iframe width="600" height="378" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" ');
        document.write('src="http://ditu.google.cn/maps?f=q&amp;source=s_q&amp;hl=zh-CN&amp;geocode=&amp;q=%E5%8D%8E%E7%9B%9B%E5%A4%A7%E5%8E%A6&amp;sll=23.114667383713993,113.31951141357422&amp;sspn=0.023996,0.045362&amp;brcurrent=3,0x3402ff3122eab899:0xf4579b60856eb2b2,0,0x3402f8d41bc3a659:0xbebebfbbf5fb2ce4%3B5,0,0&amp;ie=UTF8&amp;hq=%E5%8D%8E%E7%9B%9B%E5%A4%A7%E5%8E%A6&amp;hnear=&amp;cid=10038665516396989592&amp;ll=23.114667383713993,113.31951141357422&amp;spn=0.027622,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe>');
        document.write("<br/><br/>");
    }
}