호텔 갤러리
치타 AI 호텔 분석

추천 포인트
- 편리한 대중교통 접근성
- 기본적인 주방시설 완비
- 친절한 호스트의 서비스
- 주변 다양한 음식점과 쇼핑시설
고려사항
- 구형 주택이라 신축 아파트와는 분위기가 다름
- 주차 공간이 제공되지 않음
투숙객 리뷰
아파트가 아니고 단독주택의 게스트하우스 입니다. 오래된 집이라서 깨끗한 새집같은 분위기는 기대할수 없습니다. 주차지원 안됩니다. 호스트분은 매우 친절하고 도움이 많이 되었습니다. 알뜰 젊은여행객을 위한 게스트하우스로 적합합니다
The room was clean and compact with everything u need ,like microwave, refrigerator,
Washing machine, even a Tefal bread toaster , even though we did not used them., it’s like a mini studio room, with all that u need for . The toilet, bathroom which is my major concern, IS clean.
The room has plenty of sockets for both of us to charge our phones and other gadgets. WiFi was excellent.
Suitable for medium or long stay. Location wise, It’s about 5-10 minutes walk ( u gotta cross a main road with traffic light crossings) to the Hongik univ station , exits, 5,6,7 Shopping is very convenient and many food outlets surrounding.
Thank you very much for hosting us, Mr Sohn, we enjoyed our stay.
더 많은 호텔 사진












호텔 위치 및 주변 정보
주변 필수 시설
가까운 공항
-
김포 국제공항 (GMP)
11.8km -
인천 국제공항 (ICN)
44.4km
버스 및 기차역
-
Sinchon Subway Station
420m
병·의원
-
체중빌딩
550m
쇼핑
-
명동 거리
4.3km
편의점
-
7 Eleven
10m
현금 인출기
-
ATM
1.1km
인기 명소
-
남대문 시장
3.8km -
명동 거리
4.3km -
경복궁
4.4km -
한국 전쟁 기념관
4.6km -
인사동
4.8km -
N서울타워
4.8km -
북촌 한옥마을
5.1km -
창덕궁
5.6km -
국립 중앙 박물관
5.6km -
롯데 월드
15.4km
근처 명소
-
이웃
30m -
비틀스
100m -
월플라워
120m -
플라워
140m -
블루 버드
140m -
연세로
210m -
연세로(연세대학교 거리)
220m -
현대백화점 유플렉스
260m -
신촌
260m -
롤링스톤즈
300m
호텔 정보
신촌의 아파트먼트 (30m², 침실 1개, 프라이빗 욕실 1개)은/는 최고의 서비스와 편의 시설을 제공하여 투숙객이 최고의 편안함을 경험하실 수 있도록 보장합니다. 흡연은 지정된 흡연 구역에서만 가능합니다.
function initMap() {
// 호텔 위치 좌표
const hotelLocation = {
lat: 37.558495,
lng: 126.934563 };
// 지도 생성
const map = new google.maps.Map(document.getElementById(‘hotel-map’), {
center: hotelLocation,
zoom: 15,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR,
position: google.maps.ControlPosition.TOP_RIGHT
}
});
// 호텔 마커 추가
const hotelMarker = new google.maps.Marker({
position: hotelLocation,
map: map,
title: ‘신촌의 아파트먼트 (30m², 침실 1개, 프라이빗 욕실 1개)’,
animation: google.maps.Animation.DROP,
icon: {
url: ‘https://maps.google.com/mapfiles/ms/icons/red-dot.png’
}
});
// 정보 창 추가
const infowindow = new google.maps.InfoWindow({
content: ‘
신촌, 서울, 대한민국
‘
});
// 마커 클릭 시 정보 창 표시
hotelMarker.addListener(‘click’, function() {
infowindow.open(map, hotelMarker);
});
// 처음에 정보 창 표시
infowindow.open(map, hotelMarker);
// 주변 명소 마커 추가
const attractions = [
{
position: { lat: 37.549068202431, lng: 126.96743815 },
title: ‘남대문 시장’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘3.8km’
},{
position: { lat: 37.54913262264, lng: 126.97211344461 },
title: ‘명동 거리’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘4.3km’
},{
position: { lat: 37.545602501084, lng: 126.89712046441 },
title: ‘경복궁’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘4.4km’
},{
position: { lat: 37.558495, lng: 126.975963 },
title: ‘한국 전쟁 기념관’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘4.6km’
},{
position: { lat: 37.581387512215, lng: 126.89792732225 },
title: ‘인사동’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘4.8km’
},{
position: { lat: 37.601668683727, lng: 126.93607065826 },
title: ‘N서울타워’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘4.8km’
},{
position: { lat: 37.586118309563, lng: 126.89790563009 },
title: ‘북촌 한옥마을’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘5.1km’
},{
position: { lat: 37.585944807365, lng: 126.97683199662 },
title: ‘창덕궁’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘5.6km’
},{
position: { lat: 37.582156366764, lng: 126.89006244132 },
title: ‘국립 중앙 박물관’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘5.6km’
},{
position: { lat: 37.697073890549, lng: 126.93214409647 },
title: ‘롯데 월드’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/blue-dot.png’,
distance: ‘15.4km’
},{
position: { lat: 37.558407096598, lng: 126.93430770998 },
title: ‘이웃’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ’30m’
},{
position: { lat: 37.557611535535, lng: 126.9347347281 },
title: ‘비틀스’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘100m’
},{
position: { lat: 37.559379684208, lng: 126.93394353745 },
title: ‘월플라워’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘120m’
},{
position: { lat: 37.559646067277, lng: 126.93507548817 },
title: ‘플라워’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘140m’
},{
position: { lat: 37.55798251183, lng: 126.93341193272 },
title: ‘블루 버드’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘140m’
},{
position: { lat: 37.558495, lng: 126.932673 },
title: ‘연세로’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘210m’
},{
position: { lat: 37.56046024138, lng: 126.9348043013 },
title: ‘연세로(연세대학교 거리)’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘220m’
},{
position: { lat: 37.558495, lng: 126.936903 },
title: ‘현대백화점 유플렉스’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘260m’
},{
position: { lat: 37.560822181235, lng: 126.9343184034 },
title: ‘신촌’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘260m’
},{
position: { lat: 37.556367370965, lng: 126.93290071402 },
title: ‘롤링스톤즈’,
icon: ‘https://maps.google.com/mapfiles/ms/icons/green-dot.png’,
distance: ‘300m’
}, ];
// 주변 명소 마커 추가
attractions.forEach(function(attraction) {
const marker = new google.maps.Marker({
position: attraction.position,
map: map,
title: attraction.title,
icon: attraction.icon
});
// 명소 정보 창
const attractionInfo = new google.maps.InfoWindow({
content: ‘
거리: ‘ + attraction.distance + ‘
‘
});
// 마커 클릭 시 정보 창 표시
marker.addListener(‘click’, function() {
attractionInfo.open(map, marker);
});
});
}