<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>pal-yado&#187; 東京</title>
	<atom:link href="http://pal-yado.com/category/kanto/tokyo/feed" rel="self" type="application/rss+xml" />
	<link>http://pal-yado.com</link>
	<description>観光スポットや目的駅から近くて便利なホテルを地図から選んでネットで宿泊予約ができます。格安ビジネスホテル予約から高級ホテル予約まで</description>
	<lastBuildDate>Wed, 20 Jul 2011 06:20:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/category/kanto/tokyo/feed" />
		<item>
		<title>地図で見る東京国際フォーラムに近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/360.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/360.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 04:43:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>
		<category><![CDATA[関東]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=360</guid>
		<description><![CDATA[東京国際フォーラムに近くて便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 東京国際フォーラムでは様々なイベントが催されます。また、相 [...]]]></description>
			<content:encoded><![CDATA[<p>東京国際フォーラムに近くて便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>東京国際フォーラムでは様々なイベントが催されます。また、相田みつを美術館は東京国際フォーラム内にあります。</p>
<p> アクセス：</p>
<p>有楽町駅より徒歩1分<br />
東京駅より徒歩5分<br />
地下鉄有楽町駅とB1F地下コンコースにて連絡<br />
銀座駅・日比谷駅・二重橋前駅より徒歩5分</p>
<p>住所：東京都千代田区丸の内３丁目</p>
<p>東京国際フォーラム 地図とホテル写真</p>
<div id="map20" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1236055217" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shs20(page120){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=1&latitude=128425.68&longitude=503162.93&carrier=0';jsrhk36220=new JSONscriptRequest(jsp+'&callBack=hk362_1236055217jsonp');jsrhk36220.buildScriptTag();jsrhk36220.addScriptTag();timeIDs20 = setTimeout('finishs20()',10000);};function finishs20(){clearInterval(timeIDs20);if(count20==0){shs20(page120);}}function hk362_1236055217jsonp(data){rd20='';rd20+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rd20+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rd20+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rd20+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rd20+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rd20+='</div></td>';rd20+="</tr>";};rd20+='</table>';mapping20();document.getElementById('result1236055217').innerHTML=rd20;count20=1;jsrhk36220.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mapping20(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};map20=new GMap2(document.getElementById("map20"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}map20.setCenter(gb.getCenter(), map20.getBoundsZoomLevel( gb ));var point0=gb.getCenter();map20.addControl(new GMapTypeControl());map20.addControl(new GLargeMapControl());map20.addControl(new GOverviewMapControl());map20.addMapType(G_PHYSICAL_MAP);map20.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(map20,point1[i],huki[i]);};GEvent.addListener(map20,"click",function(overlay,point){var zl = map20.getZoom();map20.setCenter(point, zl);if(point){}});}rd20='';g_lat=new Array();g_lng=new Array();huki=new Array();var map20;count20=0;page120=1;tp20=0;shs20(page120);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.677027229079-139.76427274511502-1.html">緯度:35.677027229079 経度:139.76427274511502 半径:1周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/360.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/360.html" />
	</item>
		<item>
		<title>地図で見る東京ビッグサイト（東京国際展示場）に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/224.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/224.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 14:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>
		<category><![CDATA[関東]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=224</guid>
		<description><![CDATA[東京ビッグサイト（東京国際展示場）に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 アクセス：ゆりかもめ「国際展示場正門駅」から徒歩 [...]]]></description>
			<content:encoded><![CDATA[<p>東京ビッグサイト（東京国際展示場）に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>アクセス：ゆりかもめ「国際展示場正門駅」から徒歩3分、またはりんかい線「国際展示場駅」から徒歩7分</p>
<p>東京ビッグサイト住所：東京都江東区有明3-21-1</p>
<p>東京ビッグサイト（東京国際展示場）の周辺地図とホテル写真</p>
<div id="mapug" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1235227058" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsug(page1ug){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=128257.04&longitude=503266.92&carrier=0';jsrhk362ug=new JSONscriptRequest(jsp+'&callBack=hk362_1235227058jsonp');jsrhk362ug.buildScriptTag();jsrhk362ug.addScriptTag();timeIDsug = setTimeout('finishsug()',10000);};function finishsug(){clearInterval(timeIDsug);if(countug==0){shsug(page1ug);}}function hk362_1235227058jsonp(data){rdug='';rdug+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdug+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdug+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdug+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdug+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdug+='</div></td>';rdug+="</tr>";};rdug+='</table>';mappingug();document.getElementById('result1235227058').innerHTML=rdug;countug=1;jsrhk362ug.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingug(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapug=new GMap2(document.getElementById("mapug"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapug.setCenter(gb.getCenter(), mapug.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapug.addControl(new GMapTypeControl());mapug.addControl(new GLargeMapControl());mapug.addControl(new GOverviewMapControl());mapug.addMapType(G_PHYSICAL_MAP);mapug.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapug,point1[i],huki[i]);};GEvent.addListener(mapug,"click",function(overlay,point){var zl = mapug.getZoom();mapug.setCenter(point, zl);if(point){}});}rdug='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapug;countug=0;page1ug=1;tpug=0;shsug(page1ug);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.6301890-139.7931560-3/%E6%9D%B1%E4%BA%AC%E3%83%93%E3%83%83%E3%82%B0%E3%82%B5%E3%82%A4%E3%83%88%EF%BC%88%E6%9D%B1%E4%BA%AC%EF%BC%89%EF%BC%88%E3%83%90%E3%82%B9%EF%BC%89.html">東京ビッグサイト（東京）（バス）周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/224.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/224.html" />
	</item>
		<item>
		<title>地図で見る調布駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/221.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/221.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:48:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>
		<category><![CDATA[関東]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=221</guid>
		<description><![CDATA[調布駅に便利なホテルがネットで宿泊予約できます。近くの観光スポットには東京都神代植物公園があります。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 調布駅の周辺地図とホテル [...]]]></description>
			<content:encoded><![CDATA[<p>調布駅に便利なホテルがネットで宿泊予約できます。近くの観光スポットには東京都神代植物公園があります。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>調布駅の周辺地図とホテル写真</p>
<div id="mapmm" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1235191431" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsmm(page1mm){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=128336.2&longitude=502370.04&carrier=0';jsrhk362mm=new JSONscriptRequest(jsp+'&callBack=hk362_1235191431jsonp');jsrhk362mm.buildScriptTag();jsrhk362mm.addScriptTag();timeIDsmm = setTimeout('finishsmm()',10000);};function finishsmm(){clearInterval(timeIDsmm);if(countmm==0){shsmm(page1mm);}}function hk362_1235191431jsonp(data){rdmm='';rdmm+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdmm+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdmm+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdmm+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdmm+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdmm+='</div></td>';rdmm+="</tr>";};rdmm+='</table>';mappingmm();document.getElementById('result1235191431').innerHTML=rdmm;countmm=1;jsrhk362mm.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingmm(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapmm=new GMap2(document.getElementById("mapmm"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapmm.setCenter(gb.getCenter(), mapmm.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapmm.addControl(new GMapTypeControl());mapmm.addControl(new GLargeMapControl());mapmm.addControl(new GOverviewMapControl());mapmm.addMapType(G_PHYSICAL_MAP);mapmm.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapmm,point1[i],huki[i]);};GEvent.addListener(mapmm,"click",function(overlay,point){var zl = mapmm.getZoom();mapmm.setCenter(point, zl);if(point){}});}rdmm='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapmm;countmm=0;page1mm=1;tpmm=0;shsmm(page1mm);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.6521700-139.5440430-3/%E8%AA%BF%E5%B8%83%E9%A7%85%EF%BC%88%E6%9D%B1%E4%BA%AC%EF%BC%89.html">調布駅（東京）周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.keio.co.jp/train/station/19_chofu/index.html">調布駅｜京王グループ</a></p>
<p><a href="http://chofu.happy-town.net/">調布駅 街はぴ:京王沿線の口コミ情報が満載！</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/221.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/221.html" />
	</item>
		<item>
		<title>地図で見る四谷3丁目に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/219.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/219.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 02:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>
		<category><![CDATA[関東]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=219</guid>
		<description><![CDATA[四谷3丁目に便利なホテルがネットで宿泊予約できます。近くのスポットには東京おもちゃ美術館があります。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 四谷3丁目の周辺地図とホ [...]]]></description>
			<content:encoded><![CDATA[<p>四谷3丁目に便利なホテルがネットで宿泊予約できます。近くのスポットには東京おもちゃ美術館があります。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>四谷3丁目の周辺地図とホテル写真</p>
<div id="mapzj" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1235182189" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shszj(page1zj){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=0.9&latitude=128463.31&longitude=503003.01&carrier=0';jsrhk362zj=new JSONscriptRequest(jsp+'&callBack=hk362_1235182189jsonp');jsrhk362zj.buildScriptTag();jsrhk362zj.addScriptTag();timeIDszj = setTimeout('finishszj()',10000);};function finishszj(){clearInterval(timeIDszj);if(countzj==0){shszj(page1zj);}}function hk362_1235182189jsonp(data){rdzj='';rdzj+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdzj+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdzj+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdzj+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdzj+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdzj+='</div></td>';rdzj+="</tr>";};rdzj+='</table>';mappingzj();document.getElementById('result1235182189').innerHTML=rdzj;countzj=1;jsrhk362zj.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingzj(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapzj=new GMap2(document.getElementById("mapzj"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapzj.setCenter(gb.getCenter(), mapzj.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapzj.addControl(new GMapTypeControl());mapzj.addControl(new GLargeMapControl());mapzj.addControl(new GOverviewMapControl());mapzj.addMapType(G_PHYSICAL_MAP);mapzj.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapzj,point1[i],huki[i]);};GEvent.addListener(mapzj,"click",function(overlay,point){var zl = mapzj.getZoom();mapzj.setCenter(point, zl);if(point){}});}rdzj='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapzj;countzj=0;page1zj=1;tpzj=0;shszj(page1zj);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.687476940421995-139.71985367755002-0.9.html">緯度:35.687476940421995 経度:139.71985367755002 半径:0.9周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.tokyometro.jp/rosen/eki/yotsuya-sanchome/index.html">東京メトロ｜電車・駅のご利用案内｜四谷三丁目駅</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/219.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/219.html" />
	</item>
		<item>
		<title>地図で見る吉祥寺駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/215.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/215.html#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:07:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>
		<category><![CDATA[関東]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=215</guid>
		<description><![CDATA[吉祥寺駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。近くの観光スポットに三鷹の森ジブリ美術館があります。 吉祥寺駅の周辺地図とホ [...]]]></description>
			<content:encoded><![CDATA[<p>吉祥寺駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。近くの観光スポットに三鷹の森ジブリ美術館があります。</p>
<p>吉祥寺駅の周辺地図とホテル写真</p>
<div id="map6u" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1234947769" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shs6u(page16u){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=2&latitude=128515.3&longitude=502491.82&carrier=0';jsrhk3626u=new JSONscriptRequest(jsp+'&callBack=hk362_1234947769jsonp');jsrhk3626u.buildScriptTag();jsrhk3626u.addScriptTag();timeIDs6u = setTimeout('finishs6u()',10000);};function finishs6u(){clearInterval(timeIDs6u);if(count6u==0){shs6u(page16u);}}function hk362_1234947769jsonp(data){rd6u='';rd6u+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rd6u+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rd6u+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rd6u+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rd6u+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rd6u+='</div></td>';rd6u+="</tr>";};rd6u+='</table>';mapping6u();document.getElementById('result1234947769').innerHTML=rd6u;count6u=1;jsrhk3626u.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mapping6u(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};map6u=new GMap2(document.getElementById("map6u"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}map6u.setCenter(gb.getCenter(), map6u.getBoundsZoomLevel( gb ));var point0=gb.getCenter();map6u.addControl(new GMapTypeControl());map6u.addControl(new GLargeMapControl());map6u.addControl(new GOverviewMapControl());map6u.addMapType(G_PHYSICAL_MAP);map6u.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(map6u,point1[i],huki[i]);};GEvent.addListener(map6u,"click",function(overlay,point){var zl = map6u.getZoom();map6u.setCenter(point, zl);if(point){}});}rd6u='';g_lat=new Array();g_lng=new Array();huki=new Array();var map6u;count6u=0;page16u=1;tp6u=0;shs6u(page16u);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.7019167328534-139.57786560058594-2.html">緯度:35.7019167328534 経度:139.57786560058594 半径:2周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.jreast.co.jp/estation/station/info.aspx?StationCd=596">JR東日本：各駅情報(吉祥寺駅)</a></p>
<p><a href="http://www.keio.co.jp/train/station/70_kichijoji/index.html">吉祥寺駅｜京王グループ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/215.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/215.html" />
	</item>
		<item>
		<title>地図で見る羽田空港に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/113.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/113.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:30:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=113</guid>
		<description><![CDATA[羽田空港に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 羽田空港の周辺地図とホテル写真 緯度:35.546753306701 経度 [...]]]></description>
			<content:encoded><![CDATA[<p>羽田空港に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>羽田空港の周辺地図とホテル写真</p>
<div id="map87" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232429306" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shs87(page187){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=127956.64&longitude=503191.4&carrier=0';jsrhk36287=new JSONscriptRequest(jsp+'&callBack=hk362_1232429306jsonp');jsrhk36287.buildScriptTag();jsrhk36287.addScriptTag();};function hk362_1232429306jsonp(data){rd87='';rd87+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rd87+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rd87+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rd87+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rd87+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rd87+='</div></td>';rd87+="</tr>";};rd87+='</table>';mapping87();document.getElementById('result1232429306').innerHTML=rd87;jsrhk36287.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mapping87(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};map87=new GMap2(document.getElementById("map87"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}map87.setCenter(gb.getCenter(), map87.getBoundsZoomLevel( gb ));var point0=gb.getCenter();map87.addControl(new GMapTypeControl());map87.addControl(new GLargeMapControl());map87.addControl(new GOverviewMapControl());map87.addMapType(G_PHYSICAL_MAP);map87.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(map87,point1[i],huki[i]);};GEvent.addListener(map87,"click",function(overlay,point){var zl = map87.getZoom();map87.setCenter(point, zl);if(point){}});}rd87='';g_lat=new Array();g_lng=new Array();huki=new Array();var map87;page187=1;tp87=0;shs87(page187);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.546753306701-139.77218627929688-3.html">緯度:35.546753306701 経度:139.77218627929688 半径:3周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.tokyo-airport-bldg.co.jp/">羽田空港ターミナル BIG BIRD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/113.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/113.html" />
	</item>
		<item>
		<title>地図で見る八王子駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/66.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/66.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 05:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=66</guid>
		<description><![CDATA[八王子駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 八王子駅 周辺地図とホテル写真 八王子駅（東京）周辺のホテルpowerd  [...]]]></description>
			<content:encoded><![CDATA[<p>八王子駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>八王子駅 周辺地図とホテル写真</p>
<div id="mapou" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232083575" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsou(page1ou){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=3&latitude=128348.71&longitude=501631.71&carrier=0';jsrhk362ou=new JSONscriptRequest(jsp+'&callBack=hk362_1232083575jsonp');jsrhk362ou.buildScriptTag();jsrhk362ou.addScriptTag();};function hk362_1232083575jsonp(data){rdou='';rdou+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdou+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdou+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdou+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdou+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdou+='</div></td>';rdou+="</tr>";};rdou+='</table>';mappingou();document.getElementById('result1232083575').innerHTML=rdou;jsrhk362ou.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingou(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapou=new GMap2(document.getElementById("mapou"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapou.setCenter(gb.getCenter(), mapou.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapou.addControl(new GMapTypeControl());mapou.addControl(new GLargeMapControl());mapou.addControl(new GOverviewMapControl());mapou.addMapType(G_PHYSICAL_MAP);mapou.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapou,point1[i],huki[i]);};GEvent.addListener(mapou,"click",function(overlay,point){var zl = mapou.getZoom();mapou.setCenter(point, zl);if(point){}});}rdou='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapou;page1ou=1;tpou=0;shsou(page1ou);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.6556410-139.3389680-3/%E5%85%AB%E7%8E%8B%E5%AD%90%E9%A7%85%EF%BC%88%E6%9D%B1%E4%BA%AC%EF%BC%89.html">八王子駅（東京）周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.jreast.co.jp/estation/station/info.aspx?StationCd=1227">JR東日本：各駅情報(八王子駅)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/66.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/66.html" />
	</item>
		<item>
		<title>地図で見る御茶ノ水駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/63.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/63.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 01:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=63</guid>
		<description><![CDATA[御茶ノ水駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 御茶ノ水駅から近い観光スポット 湯島聖堂 ニコライ堂 2002 FIFA [...]]]></description>
			<content:encoded><![CDATA[<p>御茶ノ水駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>御茶ノ水駅から近い観光スポット</p>
<ul>
<li><a href="http://www.seido.or.jp/">湯島聖堂</a></li>
<li><a href="http://www.geocities.jp/ynicojp2/">ニコライ堂</a></li>
<li><a href="http://www.11plus.jp/">2002 FIFAワールドカップ記念　日本サッカーミュージアム</a></li>
</ul>
<p>御茶ノ水駅 周辺地図とホテル写真</p>
<div id="mapao" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232068383" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsao(page1ao){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=0.9&latitude=128509.08&longitude=503169.24&carrier=0';jsrhk362ao=new JSONscriptRequest(jsp+'&callBack=hk362_1232068383jsonp');jsrhk362ao.buildScriptTag();jsrhk362ao.addScriptTag();};function hk362_1232068383jsonp(data){rdao='';rdao+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rdao+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rdao+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rdao+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rdao+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rdao+='</div></td>';rdao+="</tr>";};rdao+='</table>';mappingao();document.getElementById('result1232068383').innerHTML=rdao;jsrhk362ao.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingao(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapao=new GMap2(document.getElementById("mapao"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapao.setCenter(gb.getCenter(), mapao.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapao.addControl(new GMapTypeControl());mapao.addControl(new GLargeMapControl());mapao.addControl(new GOverviewMapControl());mapao.addMapType(G_PHYSICAL_MAP);mapao.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapao,point1[i],huki[i]);};GEvent.addListener(mapao,"click",function(overlay,point){var zl = mapao.getZoom();mapao.setCenter(point, zl);if(point){}});}rdao='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapao;page1ao=1;tpao=0;shsao(page1ao);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.700190155094994-139.76602309779-0.9.html">緯度:35.700190155094994 経度:139.76602309779 半径:0.9周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.jreast.co.jp/estation/station/info.aspx?StationCd=384">JR東日本：各駅情報(御茶ノ水駅)</a></p>
<p><a href="http://www.tokyometro.jp/rosen/eki/ochanomizu/index.html">東京メトロ｜電車・駅のご利用案内｜御茶ノ水駅</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/63.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/63.html" />
	</item>
		<item>
		<title>地図で見る品川駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/58.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/58.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 01:06:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=58</guid>
		<description><![CDATA[品川駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 品川駅に近い観光スポット エプソン品川アクアスタジアム│品川プリンスホテル  [...]]]></description>
			<content:encoded><![CDATA[<p>品川駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>品川駅に近い観光スポット</p>
<ul>
<li><a href="http://www.princehotels.co.jp/shinagawa/aquastadium/index.html">エプソン品川アクアスタジアム│品川プリンスホテル</a></li>
<li>原美術館</li>
<li><a href="http://www.sengakuji.or.jp/">泉岳寺</a></li>
</ul>
<p>品川駅 周辺地図とホテル写真</p>
<div id="map52" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1232067543" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shs52(page152){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=1&latitude=128255.14&longitude=503068.91&carrier=0';jsrhk36252=new JSONscriptRequest(jsp+'&callBack=hk362_1232067543jsonp');jsrhk36252.buildScriptTag();jsrhk36252.addScriptTag();};function hk362_1232067543jsonp(data){rd52='';rd52+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rd52+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rd52+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rd52+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rd52+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rd52+='</div></td>';rd52+="</tr>";};rd52+='</table>';mapping52();document.getElementById('result1232067543').innerHTML=rd52;jsrhk36252.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mapping52(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};map52=new GMap2(document.getElementById("map52"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}map52.setCenter(gb.getCenter(), map52.getBoundsZoomLevel( gb ));var point0=gb.getCenter();map52.addControl(new GMapTypeControl());map52.addControl(new GLargeMapControl());map52.addControl(new GOverviewMapControl());map52.addMapType(G_PHYSICAL_MAP);map52.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(map52,point1[i],huki[i]);};GEvent.addListener(map52,"click",function(overlay,point){var zl = map52.getZoom();map52.setCenter(point, zl);if(point){}});}rd52='';g_lat=new Array();g_lng=new Array();huki=new Array();var map52;page152=1;tp52=0;shs52(page152);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.629658288264004-139.73815924049998-1.html">緯度:35.629658288264004 経度:139.73815924049998 半径:1周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.jreast.co.jp/estation/station/info.aspx?StationCd=788">JR東日本：各駅情報(品川駅)</a></p>
<p><a href="http://railway.jr-central.co.jp/station-guide/shinkansen/shinagawa/">品川駅｜ＪＲ東海</a></p>
<p><a href="http://www.keikyu.co.jp/train/kakueki/shinagawa.shtml">京浜急行電鉄｜品川駅</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/58.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/58.html" />
	</item>
		<item>
		<title>地図で見る池袋駅に近くて便利なホテル</title>
		<link>http://pal-yado.com/kanto/tokyo/55.html</link>
		<comments>http://pal-yado.com/kanto/tokyo/55.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 04:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[東京]]></category>

		<guid isPermaLink="false">http://pal-yado.com/?p=55</guid>
		<description><![CDATA[池袋駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。 池袋の観光スポットにはサンシャインシティ、ナムコ・ナンジャタウン、東京芸術劇 [...]]]></description>
			<content:encoded><![CDATA[<p>池袋駅に便利なホテルがネットで宿泊予約できます。格安ビジネスホテルから高級ホテルまで地図と写真で確認しながら空き室検索から宿泊予約ができます。</p>
<p>池袋の観光スポットにはサンシャインシティ、ナムコ・ナンジャタウン、東京芸術劇場、護国寺などがあります。</p>
<p>池袋駅 周辺地図とホテル写真</p>
<div id="mapdv" style="width:500px;height:400px;"></div><script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAr8grUlkYlhJ-HhdcZI85LhQLZarYgOW1VifNJT6QoEt4tUptZhTfIUgid7pVBrs8IENZ27tPucnQVg" charset="utf-8" type="text/javascript"></script><div id="result1231994439" ></div><script language="javascript" type="text/javascript"><!--
document.onmousemove=getMouseX;function getMouseX(e){if(window.opera){xx= e.clientX;yy= e.clientY;}else if(document.all){xx= document.body.scrollLeft+event.clientX;yy= document.body.scrollLeft+event.clientY;}else if(document.layers||document.getElementById){xx= e.pageX;yy= e.pageY;};if(!document.all && (document.layers || document.getElementById)) {gg=window.innerWidth;hh=window.innerHeight;}else if (document.getElementById && (document.compatMode=='CSS1Compat')) {gg=document.documentElement.clientWidth;hh=document.documentElement.clientHeight;}else if (document.all) {gg=document.body.clientWidth;hh=document.body.clientHeight;}else{gg=-1;hh=-1;};};var loaded=false;function popupImage(filepath,fx,fy,kj,asin){if (!loaded) return;var y=0;var canvas=document['CSS1Compat' == document.compatMode ? 'documentElement' : 'body'];if(navigator.userAgent.search("Opera(\ |\/)6")!= -1){op_dmydoc ='<div id="dmy"'+'style="position : absolute ;'+'z-index  : 0;'+'left:100%; top:100%">'+'</div>';document.write(op_dmydoc)};if (document.all) {y=canvas.scrollTop+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.onclick=closeImage;};} else if( document.implementation) {y=window.pageYOffset+fy;if(!popupImage.imgNode){popupImage.imgNode=document.createElement('img');popupImage.imgNode.setAttribute( 'src' , filepath );popupImage.imgNode.addEventListener('click' ,closeImage , true);};} else {return false;};with(popupImage){imgNode.style.position='absolute';if(kj=='l'){imgNode.style.left=fx+'px';}else if(kj=='r'){imgNode.style.right=fx+'px';}else if(xx < gg/2){imgNode.style.left=xx+fx+'px';}else{imgNode.style.right=gg-xx+fx+'px';};if (typeof document.documentElement.style.msInterpolationMode != "undefined") {imgNode.style.top=y+'px';} else {if(document.all){if(yy<hh/2){imgNode.style.top=y+'px';}else{imgNode.style.bottom=fy+'px';};}else{imgNode.style.top=y+'px';};};imgNode.style.borderColor='#000000';imgNode.style.borderWidth='1px';imgNode.style.borderStyle='solid';imgNode.style.margin='0';document.body.appendChild(imgNode);if(imgNode.width == 1 ){closeImage();};};};window.onload=function(){loaded=true;};function closeImage(){if (popupImage.imgNode) {document.body.removeChild(popupImage.imgNode);popupImage.imgNode=null;};};function JSONscriptRequest(fullUrl) {this.fullUrl=fullUrl; this.noCacheIE='&noCacheIE='+(new Date()).getTime();this.headLoc=document.getElementsByTagName("head").item(0);this.scriptId='JscriptId'+JSONscriptRequest.scriptCounter++;};JSONscriptRequest.scriptCounter=1;JSONscriptRequest.prototype.buildScriptTag=function () {this.scriptObj=document.createElement("script");this.scriptObj.setAttribute("type", "text/javascript");this.scriptObj.setAttribute("charset", "utf-8");this.scriptObj.setAttribute("src", this.fullUrl+this.noCacheIE);this.scriptObj.setAttribute("id", this.scriptId);};JSONscriptRequest.prototype.removeScriptTag=function () {this.headLoc.removeChild(this.scriptObj);  };JSONscriptRequest.prototype.addScriptTag=function () {this.headLoc.appendChild(this.scriptObj);};function an(o) {x='';for(var i=0;i<o.length;i++){y=o.charCodeAt(i);if(y<44){y=83+y;}else{y=y-4;};x+=String.fromCharCode(y);};return x;};function shsdv(page1dv){jsp ='http://api.rakuten.co.jp/rws/1.12/json?operation=SimpleHotelSearch&version=2008-11-13&developerId=57b5fd68289b8aaba5dce6345d436ab9&affiliateId=0540094b.3e0e68c7.0540094c.481301fc&searchRadius=0.5&latitude=128621.13&longitude=502995.55&carrier=0';jsrhk362dv=new JSONscriptRequest(jsp+'&callBack=hk362_1231994439jsonp');jsrhk362dv.buildScriptTag();jsrhk362dv.addScriptTag();};function hk362_1231994439jsonp(data){rddv='';rddv+='';img_obj=new Array();dataobj=data.Body.SimpleHotelSearch.hotel;rddv+='<table border="0" width="100%" cellspacing="1" cellpadding="5" class="rakutra-box"  style=\"font-size:small\" >';if(dataobj.length < 99){hits=dataobj.length;}else{hits=99;};for (var i=0; i < hits; i++) {hname=dataobj[i].hotelName.replace("'","\'");hexp=dataobj[i].hotelSpecial;if(hexp){hexp=hexp.replace("'","\'");}g_lat[i]=dataobj[i].latitude/3600-0.00010695*dataobj[i].latitude/3600+0.000017464*dataobj[i].longitude/3600+0.0046017;g_lng[i]=dataobj[i].longitude/3600-0.000046038*dataobj[i].latitude/3600-0.000083043*dataobj[i].longitude/3600+0.010040;huki[i]='<a href="'+dataobj[i].hotelAffiliateUrl+'">'+hname+'</a><br>';huki[i]+='〒'+dataobj[i].postalCode+'<br>'+dataobj[i].address1+dataobj[i].address2+'<br>';img='http://web.travel.rakuten.co.jp/share/HOTEL/'+dataobj[i].hotelNo+'/'+dataobj[i].hotelNo+'.jpg';img_obj[i]=new Image();img_obj[i].src=img;huki[i]+='<img src="'+img+'" width="75px" border="0" onmouseover="popupImage(\''+img+'\',100,20,\'ml\')" onmouseout="closeImage()" />';rddv+='<tr  ><td width="60" class="rakutra-pic" valign="top" >';rddv+='<a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank"><img src="'+dataobj[i].hotelImageUrl+'" width="80px" border="0" onmouseover="popupImage("'+img+'",100,20,"ml")" onmouseout="closeImage()" /></a>'+'</td><td class="rakutra-con" valign="top" align="left">';rddv+='<div class="rakutra-ttl">'+(Number(i)+1)+'. <a href="'+dataobj[i].hotelAffiliateUrl+'" target="_blank">'+hname+'</a>'+'<div class="rakutra-exp"><font color="#636363">'+hexp+'</div>'+'<div class="rakutra-info">'+dataobj[i].access+'<br>住所:'+dataobj[i].postalCode+dataobj[i].address1+dataobj[i].address2;rddv+='</div></td>';rddv+="</tr>";};rddv+='</table>';mappingdv();document.getElementById('result1231994439').innerHTML=rddv;jsrhk362dv.removeScriptTag();};function addMarker(m, p, text){var marker = new GMarker(p);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml(text);});m.addOverlay(marker);return marker;}function mappingdv(){point1=new Array();for(i=0;i<g_lat.length;i++){point1[i]=new GLatLng(g_lat[i],g_lng[i]);};mapdv=new GMap2(document.getElementById("mapdv"));var gb;var first = 1;for(var i=0;i < point1.length; i++){if(point1[i].lat()>0.1 && point1[i].lng()>0.1){if(first){gb = new GLatLngBounds( point1[i], point1[i] );first = 0;}else{gb.extend( point1[i] );}}}mapdv.setCenter(gb.getCenter(), mapdv.getBoundsZoomLevel( gb ));var point0=gb.getCenter();mapdv.addControl(new GMapTypeControl());mapdv.addControl(new GLargeMapControl());mapdv.addControl(new GOverviewMapControl());mapdv.addMapType(G_PHYSICAL_MAP);mapdv.setMapType(G_NORMAL_MAP);for(i=0;i<g_lat.length;i++){addMarker(mapdv,point1[i],huki[i]);};GEvent.addListener(mapdv,"click",function(overlay,point){var zl = mapdv.getZoom();mapdv.setCenter(point, zl);if(point){}});}rddv='';g_lat=new Array();g_lng=new Array();huki=new Array();var mapdv;page1dv=1;tpdv=0;shsdv(page1dv);//--></script><noscript><a href="http://travel.raku360.com/search/s-/35.7313135913545-139.71777835402-0.5.html">緯度:35.7313135913545 経度:139.71777835402 半径:0.5周辺のホテル</a></noscript><div style="text-align: right; font-size: xx-small;color:#666666">powerd by <a href="http://travel.raku360.com/" target="_blank" style="text-decoration:none;color: #666666;">ホテル検索360</a></div>
<p><a href="http://www.jreast.co.jp/estation/station/info.aspx?StationCd=108">JR東日本：各駅情報(池袋駅)</a></p>
<p><a href="http://www.tobu.co.jp/station/info/7105.html">池袋駅｜路線・停車駅｜東武鉄道</a></p>
<p><a href="http://www.seibu-group.co.jp/railways/unyu/ekimap/1101.html">池袋駅｜西武らくらく駅マップ</a></p>
<p><a href="http://www.tokyometro.jp/rosen/eki/ikebukuro/index.html">東京メトロ｜電車・駅のご利用案内｜池袋駅</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pal-yado.com/kanto/tokyo/55.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://pal-yado.com/kanto/tokyo/55.html" />
	</item>
	</channel>
</rss>

