/* Google Maps を追加 */
var myGmap = {
	'appID':'gmap-container',
	'attributes':{
		'src':'http://maps.google.co.jp/maps?f=q&amp;hl=ja&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=%E6%B4%8B%E9%85%92%E6%88%BF+30.3&amp;sll=35.708974,139.760149&amp;sspn=0.00636,0.011609&amp;ie=UTF8&amp;om=1&amp;cid=35707665,139760142,7348990154729625430&amp;s=AARTsJpKOGKyr8UElnJciCbeaaTN415mjQ&amp;ll=35.708176,139.760352&amp;spn=0.001525,0.001878&amp;t=h&amp;z=18&amp;iwloc=A&amp;output=embed',
		'width':350,
		'height':350,
		'frameborder':0,
		'scrolling':'no',
		'marginheight':0,
		'marginwidth':0,
	},
	'appLink':'<small><a href="http://maps.google.co.jp/maps?f=q&amp;hl=ja&amp;geocode=&amp;time=&amp;date=&amp;ttype=&amp;q=%E6%B4%8B%E9%85%92%E6%88%BF+30.3&amp;sll=35.708974,139.760149&amp;sspn=0.00636,0.011609&amp;ie=UTF8&amp;om=1&amp;cid=35707665,139760142,7348990154729625430&amp;ll=35.708176,139.760352&amp;spn=0.001525,0.001878&amp;t=h&amp;z=18&amp;iwloc=A&amp;source=embed" style="color:#0000FF;text-align:left" class="external" rel="external" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">拡大地図でもどうぞご覧ください</a>。</small><br />＜<span class="ipr">また、<a href="http://r.gnavi.co.jp/a227300/map1.htm#map" style="font-size:125%;" title="地図・クーポン（ぐるなび - 洋酒房30.3）" class="external" rel="external" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;">ぐるなびの地図</a>もどうぞ！</span>＞'
}

function appGmap(target){
	if (document.getElementById(target)) {
		document.getElementById(target).setAttribute('style','text-align:right;font-size:85%;');
		document.getElementById(target).innerHTML = '地図にお店位置が表示されていない場合は<br /><a href="child12.html" style="font-size:125%;" onclick="window.location.reload();return false;" onkeypress="window.location.reload();return false;" title="再読み込み">ここをクリックして再読み込み<img src="common/img/arrow_96.gif" width="14" height="16" alt="[Reload]" title="Reload" />して</a>ください<br /><iframe width="'+myGmap.attributes.width+'" height="'+myGmap.attributes.height+'" frameborder="'+myGmap.attributes.frameborder+'" scrolling="'+myGmap.attributes.scrolling+'" marginheight="'+myGmap.attributes.marginheight+'" marginwidth="'+myGmap.attributes.marginwidth+'" src="'+myGmap.attributes.src+'"></iframe><br />'+myGmap.appLink;
	} else return false;
}


$(document).ready(function(){
	appGmap(myGmap.appID);
});