﻿function OpenMap(img){
  win=window.open("about:blank","_blank","toolbar=no,scrollbars=yes,status=yes,resizable=yes");
  win.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
  win.document.write('<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>【お問い合わせ】日本貸金業協会アクセスMAP | 日本貸金業協会</title><link href="../../css/import.css" rel="stylesheet" type="text/css" /><link href="../../css/personal.css" rel="stylesheet" type="text/css" /></head>');
  win.document.write('<body><div id="headerWrapper">');
  win.document.write('<div id="logo"><h1><img src="../../images/common/logo01.gif" alt="日本貸金業協会" /></h1></div><p class="clear" /></div>');
  win.document.write('<div id="wrapper"><div class="aligncenter">');
  win.document.write('<div style="width:640px; text-align:left;"><p style="margin:30px 0 10px;" class="red12b">日本貸金業協会 本部</p><p class="mb10">本部所在地：東京都港区高輪三丁目19番15号 二葉高輪ビル2F・3F<br />TEL：03(5739)3011（代表）</p></div><hr /><iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.jp/maps?f=d&amp;source=s_d&amp;saddr=35.633958,139.7377&amp;daddr=&amp;geocode=FSa7HwIdZDpUCCEbsQUqC3JaGw&amp;hl=ja&amp;mra=mi&amp;mrsp=0&amp;sz=16&amp;sll=35.634488,139.737704&amp;sspn=0.009557,0.015235&amp;brcurrent=3,0x60188a5355c88565:0x594b073ecb58ee8d,0&amp;ttype=dep&amp;date=10%2F06%2F10&amp;time=11:39&amp;noexp=0&amp;noal=0&amp;sort=time&amp;ie=UTF8&amp;start=0&amp;ll=35.632082,139.738026&amp;spn=0.008371,0.013733&amp;z=16&amp;output=embed"></iframe><hr /><p style="padding:30px 0;"><input type="button" value="Close" onClick="window.close()"></p>');
  win.document.write('</div>');
  win.document.write('<div id="footer"><ul><li></li></ul><address>copyright &copy; Japan Financial Services Association. All Rights Reserved.</address></div>');
  win.document.write('</div>');
  win.document.write('</body></html>');
  win.document.close();
}

