632 lines
52 KiB
HTML
632 lines
52 KiB
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>酒店列表</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<style>
|
||
body{margin:0;background:#f4f4f4;font-family:Arial,"Microsoft YaHei",sans-serif;color:#111}
|
||
.wrap{max-width:1460px;margin:0 auto;padding:20px}
|
||
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
|
||
.top a{margin-left:10px;color:#0b5c7a;text-decoration:none}
|
||
.card{display:grid;grid-template-columns:438px 1fr 230px;background:#fff;border-radius:18px;margin-bottom:24px;overflow:hidden}
|
||
.img{width:438px;height:100%;object-fit:cover;background:#ddd}
|
||
.info{padding:28px}
|
||
.brand{display:inline-block;background:#0b684d;color:#fff;border-radius:4px;padding:6px 9px;margin-right:10px;font-weight:bold}
|
||
.code{display:inline-block;background:#eee;color:#333;border-radius:4px;padding:5px 8px;margin-left:8px;font-size:14px;font-weight:bold}
|
||
h2{display:inline;font-size:24px}
|
||
.addr{color:#444;margin:8px 0 6px;font-size:17px}
|
||
.dist{color:#555;margin-bottom:22px}
|
||
.features{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:13px 40px;font-size:18px;color:#333}
|
||
.features span:before{content:"◆";font-size:12px;color:#666;margin-right:9px}
|
||
.side{padding:36px 24px;text-align:right;display:flex;flex-direction:column;justify-content:center}
|
||
.price{font-size:32px;font-weight:bold}
|
||
.btn{background:#c9310c;color:#fff;border-radius:7px;padding:18px 24px;text-decoration:none;font-weight:bold;display:inline-block;margin-top:28px}
|
||
.tax{color:#555;margin-top:12px}
|
||
table{width:100%;border-collapse:collapse;background:#fff}
|
||
th,td{border:1px solid #ddd;padding:10px;vertical-align:top}
|
||
th{background:#eee}
|
||
.hotel-code{font-weight:bold;color:#0b5c7a}
|
||
.thumb{width:110px;height:78px;object-fit:cover}
|
||
.pager{margin:22px 0;text-align:center}
|
||
.pager a{margin:0 8px;color:#0b5c7a}
|
||
@media(max-width:900px){
|
||
.card{grid-template-columns:1fr}
|
||
.img{width:100%;height:240px}
|
||
.side{text-align:left}
|
||
}
|
||
.rating{margin:10px 0;color:#333;font-weight:bold}
|
||
.welcome{margin:14px 0 18px;color:#444;line-height:1.55;font-size:15px}
|
||
.welcome-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
|
||
.welcome.open .welcome-text{display:block}
|
||
.welcome-toggle{margin-top:6px;border:0;background:none;color:#0b5c7a;cursor:pointer;padding:0;font-size:14px}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap"><div class="top"><div>找到 5983 家酒店</div><div><a href="table-5.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-ALBWO" data-hotel-code="ALBWO">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-albany-5137046768-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Albany Airport - Wolf Road</h2>
|
||
<span class="code">ALBWO</span>
|
||
</div>
|
||
<div class="addr">16 Wolf Road Albany New York 12205 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.35</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express and Suites Albany Airport - Wolf Road
|
||
Nestled in the center of Albany County and located on Wolf Road we are near the crossroads of I 87 and I 90, minutes from Albany International Airport, and located directly across from Colonie Center Mall.
|
||
Our proximity to many corporate locations, including Downtown Albany, General Electric and the New York State Campus, is ideal for business travelers. We are just a short drive from all the major colleges in the area including SUNY Albany, College for Nanoscale Science and Engineering, Siena and Union Colleges.
|
||
We are close to top attractions including the New York State Capitol, Empire State Plaza featuring the New York State Museum, The Palace Theater, MVP Arena, Saratoga Casino & Race Track, Proctors Theater and Rivers Casino. Shopping and entertainment are minutes away at Colonie Center Mall, Crossgates Mall and Stuyvesant Plaza.
|
||
Hotel guests can enjoy our 100% smoke free hotel with spacious rooms, all with a small fridge and microwave. Some of our many amenities include an indoor pool, fitness and business centers, complimentary breakfast buffet. Don’t forget that parking and Wi-Fi are always free, as well as our airport shuttle, upon request only.
|
||
The Sapphire Conference Center and Topaz Room feature 3,600 sq. ft. of flexible event space with a private entrance, free attendee parking and outside catering options available.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>不允许携带宠物</span><span>机场班车</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALBWO</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALCPA" data-hotel-code="ALCPA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/independent-balearic-islands-8185576951-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">TNTN</span>
|
||
<h2>Iberostar Waves Alcudia Park</h2>
|
||
<span class="code">ALCPA</span>
|
||
</div>
|
||
<div class="addr">Avda. Albufera n° 30, Playa de Muro Bahia de Alcudia-Mallorca 7458 | 900 983 142</div>
|
||
<div class="rating">评分:3.00</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Nestled along the pristine shores of Playa de Muro beach, the Iberostar Waves Alcudia Park stands as a haven for families seeking sun-soaked adventures and unforgettable moments. The resort's inviting atmosphere is a magnet for families, where a private water park entices the children while the sands of Playa de Muro stretch out before them, showcasing the coveted Blue Flag status.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>Beach Access</span><span>Children's Activities</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALCPA</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALDKY" data-hotel-code="ALDKY">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-ashland-4427357696-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites ASHLAND</h2>
|
||
<span class="code">ALDKY</span>
|
||
</div>
|
||
<div class="addr">13131 Slone Court Ashland Kentucky 41102 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.38</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn Express® Hotel and Suites Ashland, Kentucky is conveniently located off Interstate-64, Exit 185, adjacent to US Routes 60 and 180.
|
||
|
||
Our highly rated hotel is located just minutes from Boyd County Convention & Arts Center, the Ashland, Kentucky Art District, Camp Landing Entertainment District featuring Malibu Jacks Indoor Theme Park along with local dining favorites. Enjoy the lush scenery Ashland Central Park has to offer while catching a pickle ball game or enjoying the all- inclusive playgrounds. The Highlands Museum and Discovery Center is close by as well as the historic Paramount Arts Center offers a diverse selection of entertainment from comedy to some of the biggest names in music. Adventure awaits at the 7000 acre Rush Off Road for motorsport enthusiasts.
|
||
|
||
Hosting an event? Our 24-hour Business Center can be used to prepare for the event, meeting, or reunion you're planning in our 625-square-foot meeting room.
|
||
|
||
Whether business or leisure brings you to Ashland, Kentucky, our hotel's thoughtful amenities can satisfy your needs. Stay connected to your family or your office with high-speed WiFi access. Burn calories in a state-of-the-art Fitness Center and then relax and unwind in our heated indoor pool. The Express Start Breakfast Bar is a delicious start to your day. Enjoy an unforgettable experience filled with southern hospitality when you stay at Holiday Inn Express & Suites, Ashland, Kentucky.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>简易厨房</span><span>儿童餐饮欢乐尽享</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALDKY</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALGCT" data-hotel-code="ALGCT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-cheraga-alger-5300512582-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn 阿尔及尔 - Cheraga</h2>
|
||
<span class="code">ALGCT</span>
|
||
</div>
|
||
<div class="addr">02, Route d’Ouled Fayet Cheraga - Alger 16800 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.26</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn Algiers – Cheraga Tower combines contemporary prestige and comfort, making it the perfect destination for business trips, corporate meetings, or family events.
|
||
|
||
Easily accessible via the highway and located outside Algiers’ congestion zone, the hotel is just 30 minutes from Houari Boumediene Airport, 10 minutes from the Mediterranean beaches, and close to iconic landmarks such as the Casbah of Algiers and Notre-Dame d’Afrique, as well as vibrant districts like Dely Ibrahim, El Biar, Hydra, and Zeralda.
|
||
|
||
Standing 105 meters tall, the Holiday Inn Algiers – Cheraga Tower is the highest building in the capital. Its 242 modern rooms and suites offer breathtaking views of Dounia Park or the sea, with all the necessary comforts, including free Wi-Fi access.
|
||
|
||
Two refined restaurants serve a variety of international cuisine, blending local flavors with global inspirations. Our meeting rooms, filled with natural daylight and equipped with the latest technology, are ideal for your professional events.
|
||
|
||
Relax at SPA Jasm’Inn, enjoy our sunlit bars and terraces, or unwind in our indoor and outdoor pools. A modern fitness center is also available. Plan your events with a tailor-made service that guarantees excellence and refinement.
|
||
|
||
The Holiday Inn Algiers – Cheraga Tower is a must-visit destination for a unique stay designed for your well-being.
|
||
|
||
We look forward to welcoming you.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALGCT</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALGSL" data-hotel-code="ALGSL">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/independent-lagos-8198093425-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">VEVE</span>
|
||
<h2>Iberostar Selection Lagos Algarve</h2>
|
||
<span class="code">ALGSL</span>
|
||
</div>
|
||
<div class="addr">Estrada Da Meia Praia Lagos 8600-315 | 800 450 076</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Iberostar Selection Lagos Algarve, where beachfront bounty meets expansive elegance. Situated along one of the world's 100 most beautiful beaches, this haven invites you to indulge in oversized spaces with vast windows, bathing in the golden sunlight and the breathtaking beauty of the outdoors. Beyond the resort, discover local markets, culinary delights, and stunning architecture, making it the perfect spot to unwind and explore. Embrace the essence of coastal bliss and cultural richness in this idyllic retreat, centrally located to everywhere you’d want to go.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>健身中心</span><span>可持续发展实践</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALGSL</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALMHR" data-hotel-code="ALMHR">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-alamogordo-4900349342-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 阿拉莫戈多HWY 54/70</h2>
|
||
<span class="code">ALMHR</span>
|
||
</div>
|
||
<div class="addr">100 Kerry Avenue Alamogordo New Mexico 88310 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.56</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the newly renovated Holiday Inn Express Hotel and Suites
|
||
Treat yourself to a relaxing stay at the Holiday Inn Express® hotel near the White Sands National Monument. Hotel patrons can enjoy fast access to a variety of nearby attractions and natural wonders.During your next vacation, explore the various points of interest that surround Alamogordo. Our hotel's prime location lets you visit Alameda Park Zoo, New Mexico Museum of Space History and White Sands National Monument. Our hotel borders the Lincoln National Forest and is a great choice for outdoor enthusiasts.If you're headed to our hotel in Alamogordo on business, you'll enjoy our convenient location and quality perks. We're just minutes from Holloman Air Force Base, New Mexico State University at Alamogordo, Gerald Champion Regional Medical Center, Border Patrol Offices and Lincoln National Forestry Office. Whether business or pleasure brings you to Alamogordo, our hotel's amenities are sure to satisfy. You can stay connected with free high-speed Internet access and Wi-Fi. Our Express Start hot breakfast features one type of egg and meat, cereals, yogurts, selection of pastries and our signature cinnamon rolls. Make the smart choice and reserve a guest room at our contemporary Holiday Inn Express® hotel.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>不允许携带宠物</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALMHR</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALMMN" data-hotel-code="ALMMN">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-truth-or-consequences-4031764457-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 真相或后果</h2>
|
||
<span class="code">ALMMN</span>
|
||
</div>
|
||
<div class="addr">2201 F.G. Amin Street Truth or Consequences New Mexico 87901 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.37</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Holiday Inn Express & Suites Truth or Consequences offers the perfect blend of comfort, convenience, and hospitality in the heart of New Mexico. Located just off I-25, we are your home base for exploring Southern New Mexico's unique attractions. Tour the world's first commercial spaceport, Spaceport America, take a boat tour at Elephant Butte Lake, or unwind in the area's many famed hot springs, including Riverbend, La Paloma, and Blackstone, for relaxation. Plus, experience local festivals and events such as Fiesta de la Montaña, the Great River Raft Race, and the Truth or Consequences Balloon Fiesta.
|
||
|
||
After a full day of adventure and exploration, you'll appreciate coming back to our hotel, where comfort and convenience await. Start your day with our complimentary Express Start® Breakfast buffet, stay active in the 24-hour Fitness Center, and relax in our heated indoor pool and hot tub. Enjoy convenient perks like free Wi-Fi, on-site parking, EV charging stations, and pet-friendly accommodations.
|
||
|
||
Whether you're visiting for outdoor recreation, a local event, or to unwind, our hotel offers everything you need for a memorable stay in Truth or Consequences, New Mexico.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>EV Charging</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALMMN</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALNAT" data-hotel-code="ALNAT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-alton-10142494917-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Alton - St Louis Area</h2>
|
||
<span class="code">ALNAT</span>
|
||
</div>
|
||
<div class="addr">2008 Homer Adams Parkway Alton Illinois 62002 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.47</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">New Hotel in Alton Illinois near The Mississippi RiverWelcome to the
|
||
brand new Holiday Inn Express & Suites Alton. We are less than 5 miles away from the beautiful Mississippi River and 35 minutes from Downtown St. Louis Missouri. Nature
|
||
enthusiasts will appreciate our short distance from The Olin Nature Preserve’s many loop
|
||
trails. Other attractions include The Liberty Bank Amphitheatre, the Alton Splash pad, The National Great Rivers Museum, and The Beall Mansion.Rock Spring Golf
|
||
Course is the closest Golf course to the hotel and features a beautiful 9-hole course with the majority being a Par 4. We are also less than 10 minutes away from three other gorgeous
|
||
courses, The Woodlands, Cloverleaf, and Spencer T. Olin Golf courses. The Woodlands Golf course is Also a Banquet Center. McPike Mansion is a local landmark thought to be haunted and offers tours.Our accommodations offer Wi-Fi,
|
||
parking, hot breakfast and coffee/tea available in the lobby 24-hours. Maintain your workout routine at our 24-hour Fitness Center. Each room is equipped with a microwave, mini-fridge, Keurig, 43 inch flat screen television and in-room safe.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>不允许携带宠物</span><span>套房</span><span>含车位</span><span>健身中心</span><span>商务中心</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALNAT</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.ihg.com/holidayinnexpress/hotels/us/en/alton/alnat/hoteldetail">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALNKB" data-hotel-code="ALNKB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-albany-4219697142-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 奥尔巴尼</h2>
|
||
<span class="code">ALNKB</span>
|
||
</div>
|
||
<div class="addr">105 Opal Court Ne Albany Oregon 97321 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.66</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Nestled in the heart of Oregon’s Willamette Valley between Salem and Eugene, Holiday Inn Express & Suites Albany offers easy access to major highways and regional attractions. Known for warm hospitality, we ensure a comfortable and enjoyable stay in Albany, Oregon.
|
||
Attend exciting events at the nearby Linn County Expo Center, stroll downtown Albany, ride the vintage carousel at the Albany Historic Carousel & Museum, or enjoy wine tasting at Willamette Valley Vineyards. With Oregon State University just 23 minutes away, our prime location is ideal for visiting families, faculty, and prospective students. Take a 45-minute day trip to the Oregon coastline for picturesque views and fresh ocean breezes.
|
||
Start each day with our complimentary Express Start® Breakfast buffet, stay active in our 24-hour Fitness Center, and unwind in our heated indoor pool, sauna, or hot tub. Host your events in our venue and enjoy free Wi-Fi, parking, and pet-friendly accommodations. At the end of a fun day, retreat to spacious guest rooms, featuring plush bedding and thoughtful amenities. Whether you're here for business, a college visit, or a scenic getaway, we provide everything you need for a memorable stay in Albany, Oregon.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>健身中心</span><span>商务中心</span><span>In hotel restaurants</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALNKB</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALOCF" data-hotel-code="ALOCF">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-hotel-and-suites-cedar-falls-6202258882-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIIS</span>
|
||
<h2>Holiday Inn & Suites Cedar Falls-Waterloo Event Ctr</h2>
|
||
<span class="code">ALOCF</span>
|
||
</div>
|
||
<div class="addr">7400 Hudson Road Cedar Falls Iowa 50613 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.43</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Just off Hwy 20 on Hudson Road, the award-winning Holiday Inn & Suites Cedar Falls-Waterloo Event Center provides the perfect blend of comfort, convenience, and exceptional service. Located near the University of Northern Iowa, Gallagher Bluedorn, UNI-Dome, Cedar Falls Technology Parkway, and Waterloo Regional Airport, we offer easy access to top attractions, downtown Cedar Falls, and major corporations like John Deere, Tyson Foods, and Trinity Health. Attend university events, explore the Lost Island Themepark and water park, and visit the historic Waterloo Center for the Arts – all minutes from our hotel.At the heart of our property is the stunning Bien VenU Event Center, offering 44,425 square feet of flexible space, perfect for everything from intimate weddings to large-scale conferences.Enjoy breakfast and dinner at our onsite restaurant, Toast to Toast, where kids under 12 eat free. After a long day, unwind at our bar with a selection of beer, wine, and cocktails. Stay active in our Fitness Center, take a dip in our large, heated, indoor pool, and take advantage of free parking and EV charging stations. From thoughtfully designed guest rooms and free Wi-Fi to our prime location and exceptional service, we are your gateway to an unforgettable stay in Cedar Falls!</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>商务中心</span><span>健身中心</span><span>简易厨房</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALOCF</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.bienvenuevents.com/">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALOES" data-hotel-code="ALOES">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-waterloo-2532304215-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIEX</span>
|
||
<h2>Holiday Inn Express 滑铁卢的雪松瀑布</h2>
|
||
<span class="code">ALOES</span>
|
||
</div>
|
||
<div class="addr">2127 La Porte Road Waterloo Iowa 50702 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.37</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Brand new pillowtop mattresses have been added for your comfort! The Holiday Inn Express hotel in Waterloo-Cedar Falls, Iowa provides comfortable, completely non-smoking accommodations near Waterloo Regional Airport (ALO). Located in the heart of Iowa, Waterloo offers attractions for both the business and leisure traveler. Our hotel is close to several corporate offices. John Deere Facilities, Tyson Foods, and Berch Cabinets are within easy driving distance. You will be able to get to your meeting or convention on time as we are near the Five Sullivan Brothers Convention Center or the University of Northern Iowa. Waterloo offers a variety of attractions for the entire family. Lost Island Water Park and Theme Park are only minutes away. We are just 1.5 miles from the Isle of Capri Casino. Other nearby attractions include the John Deere Tractor Museum and George Wyth State Park. A complimentary hot breakfast is provided each morning while free high-speed Internet access is available throughout the hotel. We also have a Fitness Center, laundry facility, meeting space and an indoor pool. “Stay Smart” stay at the Holiday Inn Express Waterloo-Cedar Falls.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALOES</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALOTP" data-hotel-code="ALOTP">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-cedar-falls-6044304639-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Cedar Falls - Waterloo</h2>
|
||
<span class="code">ALOTP</span>
|
||
</div>
|
||
<div class="addr">1614 Technology Parkway Cedar Falls Iowa 50613 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.31</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the New Holiday Inn Express & Suites Cedar Falls!Cedar Falls' newest and most modern Holiday Inn Express hotel that is nestled within the growing development of Industrial Park in Cedar Falls, Iowa. The hotel is located 10 minutes from Waterloo Regional Airport (ALO) just off I-20 at Exit 224.
|
||
The hotel features 21 spacious suites and all rooms include microwave, refrigerator, large flat panel television, Keurig® Brewer, along with fast and complimentary high-speed internet throughout the hotel.The hotel also offers FREE Express Start™ Breakfast Bar that includes pancakes, assorted eggs, Cinnabon Rolls, fresh fruits and other healthy options. Guests can also experience the comforts of our indoor pool, stay connected in our 24/7 business center, and maintain their workout routine in our fitness center.Travelers can benefit from the proximity of our Holiday Inn Express & Suites Cedar Falls where guests will be close to many nearby companies including John Deere, Unity Point Hospitals, Mercy Hospitals, Viking Pump, VGM, Central Rivers, and many more.
|
||
University of Northern Iowa, Gallagher Bluedorn, and the UNI Dome are all located within 5 minutes of the hotel.Hawkeye Community College is 10 minutes away driving on I-20.Don’t hesitate to book your stay for your next vacation or business trip at the Holiday Inn Express & Suites Cedar Falls.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>不允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALOTP</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALQIL" data-hotel-code="ALQIL">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-algonquin-9658106697-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 芝加哥阿冈昆</h2>
|
||
<span class="code">ALQIL</span>
|
||
</div>
|
||
<div class="addr">2595 Bunker Hill Drive Algonquin Illinois 60102 | 1 800 972 2494</div>
|
||
<div class="rating">评分:4.15</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Guests Love Algonquin Hotel's Tranquil Locale The Holiday Inn Express® Chicago - Algonquin with newly renovated guest rooms hotel's location in Algonquin, IL is removed from the urban atmosphere of the Chicago area, while still conveniently close to everything you need. Additional cleaning protocols are in place for all common areas as well your guest room.
|
||
Leisure travelers find plenty of entertainment in the area, while corporate travelers enjoy the abundance of local business opportunities in Algonquin.
|
||
The hotel is six miles from I-90, which takes you into downtown Chicago in about an hour. If leisure is the theme for your stay, you'll find plenty to do at this hotel's location in Algonquin, IL. Guests can take a trip into downtown Chicago to take in the sights and experience the nightlife. The Algonquin Commons Mall is located nearby and offer numerous shops and restaurants. The Holiday Inn Express® Chicago - Algonquin hotel has an indoor pool to help guests relax during their stay. Our large desks in our guest rooms provide the perfect place to work away from home, and utilize our 24-hour complimentary Business Center to print documents or send a quick email.
|
||
Next time you're in the Chicago area, visit Algonquin, your home away from home. We are located near CHG, Walmart, Camfil, Accenture, Catalent Pharmaceuticals and Cardinal Health.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALQIL</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="www.hixalgonquin.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALSES" data-hotel-code="ALSES">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-alamosa-9815169289-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 阿拉莫萨</h2>
|
||
<span class="code">ALSES</span>
|
||
</div>
|
||
<div class="addr">3418 Mariposa Street Alamosa Colorado 81101 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.54</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Holiday Inn Express and Suites is Alamosa's award-winning hotel as voted on by our guests!
|
||
Welcome to the radiant charm of Alamosa, Colorado, nestled in the heart of the San Luis Valley. With an annual average of 300 sunny days, our Alamosa, CO hotel is an ideal retreat for a delightful vacation.
|
||
|
||
Strategically positioned as the gateway to the Great Sand Dunes National Park, our hotel offers a plethora of activities, from hiking and picnicking to swimming. Whether you're exploring historic scenic rides with the Rio Grande Scenic Railroad or the Cumbres & Toltec Scenic Railroad or encountering live alligators at the Colorado Gator Farm, Alamosa promises a perfect blend of outdoor adventure and breathtaking landscapes.
|
||
|
||
For business-minded travelers, our well-equipped Business Center provides fax and copy services. Stay seamlessly connected with free high-speed Internet available in all rooms and throughout the hotel. Unwind and make the most of our amenities, including a heated indoor pool, or kickstart your fitness routine in our Fitness Center equipped with a treadmill, exercise bike, and universal gym.
|
||
|
||
Indulge in the ultimate morning treat with our Free Express Start™ Breakfast Bar, offering a variety of choices to suit every taste. At our Alamosa, CO hotel, we invite you to relax, rejuvenate, and savor every moment of your stay amidst the sun-soaked allure of this charming destination.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALSES</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax">Excludes 9.95 USD Amenity Fee per night. </div>
|
||
<a class="btn" href="NA">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALXDT" data-hotel-code="ALXDT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-alexandria-6190301025-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Alexandria - Downtown</h2>
|
||
<span class="code">ALXDT</span>
|
||
</div>
|
||
<div class="addr">701 4th St Alexandria Louisiana 71301 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.18</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Alexandria - Downtown in the heart of Alexandria, Louisiana. The hotel is five city blocks off of Interstate 49 resting on the banks of the Red River. The Holiday Inn Alexandria - Downtown is Alexandria's premier full service hotel. We have Crossroads Tavern, Southern Heritage Bank branch and Aesthetician and Gold Dust Studio. The hotel has 11,800 sq. feet of meeting space and is attached to Alexandria Riverfront Center; which can accommodate larger groups. Enjoy the revitalized downtown entertainment district of Alexandria within a few steps of the front door. Centrally located between Shreveport and Baton Rouge off of I 49, a little over three hours NW of New Orleans, and less than an hour South from historic Natchitoches along the Cane River.
|
||
Dine at Crossroads Tavern and enjoy a specialty southern cocktail. Or sit in the mall area of the hotel and enjoy a cup of coffee or one of our signature coffee specialty drinks from the Coffee Corner. The hotel also has a gym, pool, and laundry room and we are a pet friendly hotel, so bring your best friend and spend some quality time in the dog park adjacent to the hotel. For the business traveler we are centrally located and no more than five minutes from all major industry in Alexandria Pineville.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>机场班车</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>EV Charging</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALXDT</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALXMM" data-hotel-code="ALXMM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-alexandria-2532330007-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 亚历山德里亚</h2>
|
||
<span class="code">ALXMM</span>
|
||
</div>
|
||
<div class="addr">2340 North Macarthur Drive Alexandria Louisiana 71301 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Alexandria LA Hotel Near Popular Attractions and Businesses
|
||
|
||
You will enjoy a relaxing stay at the Holiday Inn Express Hotel and Suites of Alexandria/Pineville/, Louisiana. Hotel is located three miles from Alexandria International Airport (AEX). Lodging at our Alexandria Airport hotel puts you in close proximity to local Louisiana attractions and businesses.
|
||
|
||
The whole family will love staying at our Alexandria/Pineville Holiday Inn Express just three miles from the Alexandria Zoo. Immerse yourself in the beautiful, local works exhibited at the Alexandria Museum of Art. For those who enjoy the outdoors, the hotel is three miles from the Kisatchie National Forest.
|
||
|
||
Are you in town on business? Don't settle for just any hotel in Alexandria when you can lodge at our hotel, conveniently located near Rapides Regional Medical Center, Union Tank, St Francis Cabrini Hospital and Proctor & Gamble we are also the closest hotel to the new Rapides Parish Coliseum. Also, our Alexandria Airport hotel offers 650 square feet of meeting space, so you can host on-site meetings. We also provide copying, faxing, and printing services.
|
||
|
||
Our Alexandria Airport hotel cares for you by offering free high-speed Internet access and a complimentary hot breakfast bar. You can unwind in the Fitness Center or swim in the outdoor pool, and enjoy a good night's rest in our triple-sheeted beds.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>泳池 </span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>Children's Activities</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALXMM</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-ALYSM" data-hotel-code="ALYSM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/crowne-plaza-alexandria-10487229364-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HICP</span>
|
||
<h2>Crowne Plaza Alexandria Mirage</h2>
|
||
<span class="code">ALYSM</span>
|
||
</div>
|
||
<div class="addr">Victor Emanuel Square, Smouha, Alexandria Governorate Alexandria 5432080 | 0800 00 096 91</div>
|
||
<div class="rating">评分:4.29</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Crowne Plaza Alexandria Mirage Hotel. Perfectly situated in the heart of Smouha, one of Alexandria’s prestigious downtown districts, where leisure and work blend seamlessly.
|
||
Stay in one of our beautifully appointed rooms and suites, thoughtfully designed with calming interiors, plush bedding, and private balconies. Restore balance at our wellness centre, featuring a serene outdoor pool, a well-equipped gym, steam and sauna rooms, and dedicated massage rooms. Savour international cuisine at The Curve Restaurant, open 24/7 for breakfast, lunch, and dinner. Complement your experience and unwind at The Harp Bar and Lounge, where light bites and live piano entertainment await.
|
||
Crowne Plaza Alexandria Mirage is also the city’s premier destination for meetings, weddings, and events, offering expansive and flexible venues, including a grand ballroom and modular meeting rooms. The hotel is ideal for hosting intimate boardroom sessions, large-scale conferences, and elegant receptions. Each space features cutting-edge connectivity and is supported by a committed banquet team.
|
||
Explore Alexandria’s cultural treasures, from the Bibliotheca Alexandrina and the Greco-Roman Museum to the Citadel of Qaitbay . Step into the bustling downtown district, where cinemas, shopping malls, and diverse dining experiences come to life.
|
||
With family-friendly features, modern amenities, and a prime location, our hotel is your escape, your base, your rhythm.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>泳池 </span><span>无线互联网</span><span>健康活动</span><span>不允许携带宠物</span><span>套房</span><span>健身中心</span><span>In hotel restaurants</span><span>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">ALYSM</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AMAAB" data-hotel-code="AMAAB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-amarillo-4019179845-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 阿马里洛东</h2>
|
||
<span class="code">AMAAB</span>
|
||
</div>
|
||
<div class="addr">9401 I-40 East Amarillo Texas 79118 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.85</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">East Amarillo Hotel Offers Convenient Location
|
||
|
||
Enjoy a comfortable stay at the Holiday Inn Express Hotel and Suites of East Amarillo, located within a mile of Amarillo Rick Husband International Airport (AMA). Our East Amarillo hotel's location off I-40 offers close proximity to businesses and medical centers as well as area attractions.
|
||
|
||
You can take the family for a day of fun at Wonderland Amusement Park, just 10 miles from our Amarillo hotel!. If you're more in the mood for shopping, the Westgate Mall is only 10 miles away. Amarillo offers attractions for nature lovers as well, and you can check out Palo Duro Canyon or Historic Route 66.
|
||
|
||
Lodging in our Amarillo Airport hotel while in town for business means you have an ideal location close to the airport, and also easy access to area businesses and medical centers such as Medical Center Coulter Street, Wells Fargo and Northwest Texas Hospital. Our hotel in Amarillo has a meeting room with 1,000 sq. ft. of space, offers free high-speed, wireless Internet access for your convenience and provides a 24-hour Business Center.
|
||
|
||
Stay Smart at our Amarillo Airport hotel and wake up to the complimentary, hot breakfast bar. You can relax in a triple-sheeted bed while you surf the web with free high-speed Internet access. Check out our East Amarillo airport hotel's deals and rates today.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>室内游泳池</span><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>儿童餐饮欢乐尽享</span><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AMAAB</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AMAAM" data-hotel-code="AMAAM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-amarillo-5662428184-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 阿马里洛(中)</h2>
|
||
<span class="code">AMAAM</span>
|
||
</div>
|
||
<div class="addr">18 Western Plaza Drive Amarillo Texas 79102 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.20</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Our Candlewood Suites Amarillo-Western Crossing Hotel is a great location that's just five minutes from the intersection of Interstate 40 & I27/US 87. We are the perfect place for any length of stay, whether you're coming for a quick trip or an extended stay. Our hotel offers a selection of studios and one and two-bedroom suites. Our rooms include fully equipped kitchens and a spacious workspace with complimentary Wi-Fi access throughout the hotel. We have a 24-hour Candlewood gym, complementary on-site guest laundry, along with providing our guests with a daily complimentary newspaper, and weekly housekeeping service.
|
||
Visit our 24-hour cupboard and grab a quick snack for the road, or just relax in our outdoor gazebo & grill area. Located nearby are a variety of restaurants for Dine in or Drive thru, some within walking distance. We are a short drive to areahospitals, Amarillo Civic Center, Downtown area,and the home to our baseball team,Hodgetown. When you are looking for a hotel in the area, make our Candlewood your first choice for affordable accommodations. Our goal is to make your stay feel more like at home.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>无线互联网</span><span>允许携带宠物</span><span>商务中心</span><span>健身中心</span><span>标准厨房</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AMAAM</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="https://www.candlewoodsuites.com/hotels/us/en/reservation">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-AMADH" data-hotel-code="AMADH">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-dalhart-9468405979-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Dalhart</h2>
|
||
<span class="code">AMADH</span>
|
||
</div>
|
||
<div class="addr">12012 Highway 87 South Dalhart Texas 79022 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.76</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Dalhart Hotel Offers Convenient Location
|
||
|
||
Enjoy a comfortable stay at the The Holiday Inn Express Dalhart TX located in the northwest corner of the Texas panhandle; approximately 30 miles south of the Oklahoma border. Our ideal location just south of the intersection of Highways 87, 54 and 385 makes it easy to get to any destination planned during your stay. The Dalhart Municipal Airport is a short 15 minute drive from our hotel in Dalhart, TX.
|
||
|
||
We strive to meet the needs of business travelers with supporting amenities such as a 24-hour business center, free high-speed Internet, copy and printing resources. In addition, we are close to corporate areas, such as Hilmar Cheese Co., Gustin Equipment, Cargill and many agricultural enterprises.
|
||
|
||
Stay Smart at our Dalhart Texas hotel and wake up to the complimentary, hot breakfast bar. You can relax in a triple-sheeted bed while you surf the web with free high-speed internet access. Check out our Dalhart Texas hotel's deals and rates today.</div>
|
||
<button class="welcome-toggle" type="button">展开</button>
|
||
</div>
|
||
<div class="features"><span>免费早餐</span><span>无线互联网</span><span>允许携带宠物</span><span>儿童餐饮欢乐尽享</span><span>商务中心</span><span>健身中心</span><span>套房</span><span>含车位</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">AMADH</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="#">选择酒店</a>
|
||
</div>
|
||
</div><div class="pager"><a href="page-4.html">上一页</a> 第 5 / 300 页 <a href="page-6.html">下一页</a></div></div>
|
||
<script>
|
||
document.addEventListener("click", function(e) {
|
||
if (!e.target.classList.contains("welcome-toggle")) return;
|
||
const box = e.target.closest(".welcome");
|
||
box.classList.toggle("open");
|
||
e.target.textContent = box.classList.contains("open") ? "收起" : "展开";
|
||
});
|
||
</script>
|
||
</body>
|
||
</html> |