620 lines
51 KiB
HTML
620 lines
51 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-197.html">表格模式</a></div></div>
|
||
<div class="card" id="hotel-OKCFC" data-hotel-code="OKCFC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-4723429642-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 俄克拉荷马市北</h2>
|
||
<span class="code">OKCFC</span>
|
||
</div>
|
||
<div class="addr">12013 Holland Street Oklahoma City Oklahoma 73131 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.50</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express North in Oklahoma City!
|
||
|
||
We are conveniently located off I 35 only minutes away from its intersection with I 40 as well as I44. Whether here on business, for a family vacation, or merely passing through we have something for you!
|
||
|
||
Our location is next door to Frontier City and just minutes from several attractions such as Oklahoma City Zoo, Remington Park Horse Track and Casino, Chesapeake Energy Arena, Bricktown Ballpark and Oklahoma City National Memorial & Museum.
|
||
|
||
Shoppers rejoice! There are three shopping malls within a twenty-minute drive: Quail Springs, Penn Square, as well as the outlets of OKC.
|
||
|
||
You can grab a bite to eat in Bricktown, explore the canals, or attend a Thunder game before coming home to relax in our indoor saltwater heated pool.
|
||
|
||
Spacious work desks in every room, a Business Center, and Fitness Center will help you perform at your best. Don’t forget to stop by the lobby and take advantage of our complimentary breakfast in the morning!
|
||
|
||
Book a reservation today and enjoy great hotel deals and rates at the Holiday Inn Express in North Oklahoma City.</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">OKCFC</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-OKCGO" data-hotel-code="OKCGO">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-guthrie-2531680710-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Guthrie North Edmond</h2>
|
||
<span class="code">OKCGO</span>
|
||
</div>
|
||
<div class="addr">2227 E. Oklahoma Avenue Guthrie Oklahoma 73044 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.18</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to Holiday Inn Express & Suites Guthrie North Edmond, in Guthrie, OK. With easy access to I-35 and nearby cities Edmond, Stillwater, and Oklahoma City, our hotel is ideal for exploring.
|
||
Enjoy the top things to do in Guthrie, OK, by visiting attractions near our hotel. See a rodeo or sporting event at Lazy E Arena, tour Langston University, or have a fun-filled day at Frontier City in Oklahoma City, OK. Bluegrass music fans should check out the Oklahoma International Bluegrass Festival in the Guthrie Historic District.
|
||
Relax in our thoughtfully designed, comfortable rooms with modern amenities, including a Keurig coffee maker, microwave, and mini fridge. Start your day with our complimentary breakfast and unwind after a long day of exploring in our indoor pool. Discover comfort and convenience in our Guthrie, OK, 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">OKCGO</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-OKCKS" data-hotel-code="OKCKS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-2669516076-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Oklahoma City Southeast - I-35</h2>
|
||
<span class="code">OKCKS</span>
|
||
</div>
|
||
<div class="addr">1629 S. Prospect Ave. Oklahoma City Oklahoma 73072 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.64</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Embark on your Oklahoma City adventure at Holiday Inn Express & Suites Oklahoma City Southeast – I-35, where comfort meets convenience. Our hotel is perfectly situated just off I-35 and mere minutes from downtown, placing you near the heart of Oklahoma City.
|
||
|
||
Enjoy a stroll through the vibrant Bricktown Entertainment District, where shopping, dining, and lively nightlife await. Connect with nature at the Oklahoma City Zoo and Botanical Garden or soak in the scenic beauty of Scissortail Park. Spend the day seeking thrills at Riversport Adventures or immerse yourself in history at the Oklahoma City National Memorial and Museum. With these unforgettable experiences just moments away, discover the very best of Oklahoma City right at your doorstep.
|
||
|
||
Every stay includes plush bedding, blackout curtains, and complimentary Wi-Fi. Start your day with our hearty Express Start™ breakfast bar featuring hot eggs, pancakes, fresh pastries, and premium coffee, served daily to energize your mornings. Unwind in our heated indoor pool and hot tub or maintain your fitness routine in our 24-hour fitness center. Discover your perfect home base in Oklahoma City.</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">OKCKS</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-OKCMD" data-hotel-code="OKCMD">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-5431088669-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Oklahoma City Airport</h2>
|
||
<span class="code">OKCMD</span>
|
||
</div>
|
||
<div class="addr">4501 SW 15TH ST Oklahoma City Oklahoma 73108 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.53</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Located just three miles from Will Rogers World Airport, the Holiday Inn Express Oklahoma City Airport is a newly built property that offers the best in both convenience and hospitality. We even offer a complimentary shuttle to and from Will Rogers World Airport. Whether traveling for business or leisure, the hotel's close proximity to I-40 proves to be the ideal location for guests to experience the best that Oklahoma has to offer.
|
||
|
||
Oklahoma City has a unique culture all its own. Whether it's getting dinner in the Historic Stockyards, catching a game at the Paycom Center arena, enjoying the latest attraction at the State Fair Park or celebrating with friends with a night out on the town; all of this and more located less than ten miles from the Holiday Inn Express Oklahoma City Airport.
|
||
|
||
Travelers can stay connected by taking advantage of the free high-speed wireless internet and will have access to a wide variety of amenities from check-in to check-out. The Holiday Inn Express Oklahoma City Airport provides complimentary breakfast for guests to start each day and coffee is available for both early risers and night owls. Guests can stay active in the hotel's fitness center, catch up on a project at the business center or relax by the indoor pool.
|
||
|
||
We look forward to sharing our city, hotel and hospitality with 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>简易厨房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCMD</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-OKCMW" data-hotel-code="OKCMW">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-midwest-city-10246959566-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 中西部市</h2>
|
||
<span class="code">OKCMW</span>
|
||
</div>
|
||
<div class="addr">1700 S. Sooner Road Midwest City Oklahoma 73110 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.55</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Midwest City Hotel's the Smart ChoiceThe Holiday Inn Express® Hotel & Suites Midwest City is a smart choice with a great location in Oklahoma City. The hotel's address in Midwest City, OK is five miles from downtown and one mile from Tinker Air Force Base. You'll find our hospitality matches the warm, friendly atmosphere of Midwest City.The hotel's guests love being located at I-40 and Sooner Road, with its easy access to the businesses in the area. For instance, Boeing, Lockheed Martin, Baker Hughes, Northrop Grumman and Rose State College are all within four miles of the hotel. Here in Midwest City, we are ready for business! The Business Center and meeting room can help you be your best for clients, and The Reed Center is within walking distance of the hotel, as well.Your visit shouldn't be all work and no play, though. There are 18 holes of championship golf awaiting you at the John Conrad Golf Course, just four miles away. Oklahoma City's Bricktown Entertainment District is six miles away, so sample the many restaurants and clubs, attend an event at the PayCom Center or a baseball game at AT&T Bricktown Ballpark.You'll find the comfort and convenience you seek in more than just our hotel's Midwest City, OK location. You'll stay connected with free high-speed, wireless Internet access. You can relax in the indoor pool or stay on track in the Fitness Center. Even your morning breakfast is free. Make your plans 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">OKCMW</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="na">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-OKCNB" data-hotel-code="OKCNB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-hotel-and-suites-oklahoma-city-4797663983-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HIIS</span>
|
||
<h2>Holiday Inn & Suites 俄克拉荷马城</h2>
|
||
<span class="code">OKCNB</span>
|
||
</div>
|
||
<div class="addr">6200 North Robinson Avenue Oklahoma City Oklahoma 73118 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.03</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Hotel & Suites Oklahoma City North
|
||
|
||
When looking for a great hotel in Oklahoma City, you’ll appreciate our central location to all major businesses as well as a variety of attractions. Our location, just off of Highway I-235 (Broadway Extension) and near I-44, I-40 and I-35, puts you within minutes of everything the city has to offer. Business travelers who need to stay close to their clients will be glad to know that our Oklahoma City hotel is centrally located and a 5 minute drive Downtown. Within a 5 mile radius, you will discover the State Capitol, Amateur Softball Association Hall of Fame, Cowboy Hall of Fame Museum, Paycom Center, Top Golf, Ifly, DBat, Bricktown, Remington Park and Casino, OKC Zoo, Penn Square Mall.
|
||
|
||
Our full service hotel will provide you with all of the amenities you need including an on-site restaurant and lounge and meeting space for any type of event including weddings and corporate meetings. Guests can choose from various room types including deluxe rooms and suites. All rooms come with a refrigerator, microwave, and Keurig Coffee maker. Wi-Fi is complimentary in all guestrooms and public areas. Business and leisure travelers will enjoy perks like our 24-hour Fitness Center, snack shop, Business Center, on-site laundry, wireless Internet access, indoor pool and hot tub.</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>Children's Activities</span><span>In hotel restaurants</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCNB</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="n/a">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-OKCNH" data-hotel-code="OKCNH">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-9999300836-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Oklahoma City Northwest</h2>
|
||
<span class="code">OKCNH</span>
|
||
</div>
|
||
<div class="addr">2811 Northwest Expressway Oklahoma City Oklahoma 73112 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.96</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express & Suites Oklahoma City Northwest!We are on Northwest Expressway, within a mile of Penn Square Mall and the new OAK OKC shopping center. Oklahoma City National Memorial & Museum is 15 minutes away. We are located approximately 11 miles from the Will Rogers World Airport (OKC) and 7 miles from downtown Oklahoma City.We also boast close proximity to other popular attractions such as the Oklahoma State Fairgrounds, Oklahoma University Medical Center, the Boathouse District and Bricktown Entertainment District, OKC Tennis Center, Chesapeake and Cox Convention Centers, Stephenson Cancer Center, Classen Curve shopping center, Chickasaw Bricktown Ballpark, White Water Bay, Frontier City, University of Oklahoma, Gaylord Family Memorial Stadium, Lloyd Noble Center, National Cowboy & Western Heritage Museum and the Oklahoma City Zoo & Science Museum.Amenities at the Holiday Inn Express & Suites Oklahoma City Northwest include free Wi-Fi, our complimentary Express Start hot breakfast buffet, a fitness center, and an indoor pool. Our guest rooms feature a microwave and refrigerator, sofa beds in select rooms, premium bedding, flat-screen TVs and a Keurig coffee maker.</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">OKCNH</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-OKCNM" data-hotel-code="OKCNM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-moore-2531701943-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 俄克拉荷马城 - 穆尔</h2>
|
||
<span class="code">OKCNM</span>
|
||
</div>
|
||
<div class="addr">1701 North Moore Avenue Moore Oklahoma 73160 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.24</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">The Newly Renovated Candlewood Suites of Oklahoma City has an ideal location.Positioned just outside of the city in Moore, Oklahoma, our property is located in an ideal area for extended stay travelers, situated just off of I-35 between Norman and OKC and offers quick access to both downtown OKC and the University of Oklahoma. We are just 10 miles from businesses like Devon Energy Corporation and Boeing.Staying near Oklahoma City means you'll be close to some of the area's top attractions, as well. The entertainment district known as Bricktown is less than 10 miles away, and the luxury multiplex Regal Warren Theater is just 3 miles away. We're also an ideal place to stay when visiting the University of Oklahoma in Norman, which is only 12 miles south.Our newly renovated suites are sure to provide comfort and convenience where you need it most. Every guest room has a kitchen, including all new full size fridge, stovetop, dishwasher, microwave, cookware, dishware, and flatware. Also included are free WiFi and complimentary laundry facilities. Don't leave your furry companion at home, as we are pet-friendly, too. If you're looking for a hotel near Oklahoma City, OK, look no further than this Candlewood Suites® Oklahoma City - Moore 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></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCNM</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-OKCNN" data-hotel-code="OKCNN">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-norman-3888326051-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 诺曼</h2>
|
||
<span class="code">OKCNN</span>
|
||
</div>
|
||
<div class="addr">2500 Conference Drive Norman Oklahoma 73069 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.41</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Holiday Inn Express Inn and Suites Norman, Oklahoma, a 116 all suites hotel located in the newly developed University Town Center in North Norman. We are the best choice in Norman, whether you're here for business or pleasure.The Holiday Inn Express and Suites Norman is the ideal destination. Imagine having all the space and tools you need for business: high speed Internet, a specialized work area in your room and plenty of electrical outlets.The Business Center is available for copies, faxing and support. If you're here for pleasure then you are just minutes away from outstanding shopping, dining, entertainment and all the adventures that Norman has in store.No matter what brings you to Holiday Inn Express and Suites your room is your personal retreat. The key word is comfort with luxurious bedding, modern decor and all the cable, sports and movie channels you need.The Holiday Inn Express and Suites Norman is perfect for business and leisure guests visiting Norman, Oklahoma!</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">OKCNN</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-OKCOT" data-hotel-code="OKCOT">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-oklahoma-city-4369277055-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HOLI</span>
|
||
<h2>Holiday Inn Oklahoma City North-Quail Spgs</h2>
|
||
<span class="code">OKCOT</span>
|
||
</div>
|
||
<div class="addr">13800 Quail Springs Parkway Oklahoma City Oklahoma 73134 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:3.86</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">You’ll feel welcome at Holiday Inn Oklahoma City North Quail Springs, located just off the Kilpatrick Turnpike. From here you can easily visit the Paycom Center sports and concert arena, Oklahoma City Zoo, Oklahoma City National Memorial & Museum, as well as INTEGRIS Cancer Institute and Oklahoma Heart Hospital.
|
||
Start your day with breakfast at our full-service restaurant where kids eat free. Fuel up for your visit to the town of Quail Springs, which boasts a Top Golf, Quail Springs shopping mall, and Chisholm Creek shopping center. In addition to our on-site full-service restaurant offering dinner and drinks, you’ll be within walking distance from Pub W, Twin Peaks sports bar, and Mahogany Prime Steakhouse.
|
||
Whether you're in town for business, pleasure, or just passing through, you’ll enjoy a seamless stay by taking advantage of our modern amenities like Keurig coffee makers, complimentary Wi-Fi, mini-fridges, indoor swimming pool, 24-hour gym, and a variety of meeting and event spaces.</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">OKCOT</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.hiquailsprings.com">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-OKCPA" data-hotel-code="OKCPA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-9579960438-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 俄克拉荷马城的NW -鹌鹑泉</h2>
|
||
<span class="code">OKCPA</span>
|
||
</div>
|
||
<div class="addr">3520 NW 135th Street Oklahoma City Oklahoma 73120 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.48</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Explore Oklahoma City from Our Hotel's Great LocationHome to the perfect mix of Western heritage and big-city charm, Oklahoma City promises visitors an exciting stay, and the Holiday Inn Express® Hotel Oklahoma City Northwest is perfectly positioned so guests can explore this vibrant and historically rich area with ease.We're proud to provide corporate travelers with a 540-square-foot meeting room and an on-site Business Center, which has print and copy services. Our hotel's great location in Oklahoma City places us just a short drive from the FBI offices, as well as six major health centers, including Oklahoma Heart Hospital, Mercy Health System of Oklahoma and Integris Cancer Center.For leisure travelers, Oklahoma City offers a wide variety of activities. You can step back in time at the National Cowboy & Western Heritage Museum, conduct an experiment at Science Museum Oklahoma or pause for a quiet moment of remembrance at the Oklahoma City National Memorial & Museum. Families always enjoy the Oklahoma City Zoo or an action-packed day at White Water Bay and Frontier Bay.We are proud to provide free high-speed, wired and wireless Internet access with Power Boost technology throughout the hotel's accommodations. While in Oklahoma City, our guests can utilize our 24-hour Internet support, as well. We also serve a complimentary, hot Express Start Breakfast Bar each morning. A Fitness Center is provided. We hope to welcome you soon!</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">OKCPA</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-OKCPC" data-hotel-code="OKCPC">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-purcell-6622777687-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites Purcell</h2>
|
||
<span class="code">OKCPC</span>
|
||
</div>
|
||
<div class="addr">2300 S. 9TH Purcell Oklahoma 73080 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.86</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to our hotel in the countryside town of Purcell, OK, just three minutes from the McClain County Expo Center!
|
||
Our hotel is located right off I-35, making it a perfect getaway south of Oklahoma City. You can enjoy everything the city has to offer while relaxing in our quiet, rural town. OKC favorites like the Tiger Safari Zoological Park and National Weather Museum and Science Center are an easy drive from our Purcell hotel. Closer to home, you can explore the charming streets of downtown Purcell and look for treasures in the Grapevine Antique Mall.
|
||
When you want to relax, settle down in our IHG award-winning hotel, designed for both business and leisure travelers. Start your day with our complimentary Express Start™ Breakfast, featuring a variety of hot and fresh options. Need to stay productive? Our versatile meeting space is perfect for business gatherings, equipped with modern amenities to ensure a seamless event.
|
||
Unwind with a dip in our refreshing outdoor pool, stay active in our 24-hour fitness center, or grab a quick bite from our 24-hour market.
|
||
Your room will be waiting to welcome you in, too! With plush bedding, ergonomic workspaces, and comfortable lounge chairs, you’ll have everything you need for a restful stay. Plus, our friendly staff is always on hand to assist with anything you need.
|
||
We look forward to welcoming you to our Purcell, OK 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">OKCPC</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-OKCQS" data-hotel-code="OKCQS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/garner-oklahoma-city-9237787270-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">RNHR</span>
|
||
<h2>Garner Hotel Oklahoma City - Quail Springs</h2>
|
||
<span class="code">OKCQS</span>
|
||
</div>
|
||
<div class="addr">13501 Highland Park Blvd Oklahoma City Oklahoma 73120 | 1 877 942 7637</div>
|
||
<div class="rating">评分:4.05</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Offering a quality stay at an affordable price, Garner Hotel Oklahoma City - Quail Springs delivers the essentials travelers value most - a convenient location, a sound night’s sleep, and a great complimentary hot breakfast to start your day right.
|
||
|
||
Situated 20 minutes from Will Rogers Memorial Airport, our hotel provides easy access to top attractions and medical centers. Shop Quail Springs Mall, explore Lake Hefner, and try your luck at Remington Park Racetrack and Casino. Stay close to top healthcare facilities like Mercy Hospital, Oklahoma Proton Center, and Oklahoma Heart Center.
|
||
|
||
At Garner, we focus on what truly matters: a location that connects you to everything you love, a clean, comfortable guest room, and a cozy bed that promises restful nights. Plus, our complimentary hot breakfast is crafted to fuel your day with build-your own sandwiches and egg bowls. Make the most of your stay with our indoor pool, fitness center, and 24-hour market. From the moment you arrive, you’ll experience a warm welcome and enjoy thoughtful touches designed to make your stay memorable.</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>1 Pool(s)</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCQS</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-OKCRA" data-hotel-code="OKCRA">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-oklahoma-city-4978137200-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites Oklahoma City - Bricktown</h2>
|
||
<span class="code">OKCRA</span>
|
||
</div>
|
||
<div class="addr">933 East Reno Avenue Oklahoma City Oklahoma 73104 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.49</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Candlewood Suites Bricktown/OU Medical Center.
|
||
Located near the Bricktown Entertainment District, the Candlewood Suites is your perfect location for a long term leisure or business stay. Enjoy the comforts of home with full size kitchens, a fitness gym, free 24hour laundry, and free movie and CD rentals. Book online for Best Price Guarantee.
|
||
The Candlewood Suites Bricktown/OU Medical Center is located just south of the State Capital and OU Medical Center on Lincoln Boulevard. Chesapeake Boathouse is just south of the hotel on Lincoln Boulevard. Chesapeake Ballpark, Paycom Center, Scissortail Park, and Oklahoma City Convention Center are conveniently located on Reno Avenue to the west of the hotel.
|
||
Bricktown Entertainment District is your premier shopping and entertainment area in Oklahoma. Featuring a vast array of restaurants, Bricktown will be a home away from home experience.</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">OKCRA</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-OKCRE" data-hotel-code="OKCRE">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-el-reno-4185059538-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 厄尔尼诺里诺</h2>
|
||
<span class="code">OKCRE</span>
|
||
</div>
|
||
<div class="addr">1817 SW 27th Street El Reno Oklahoma 73108 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.37</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">We invite you to experience the Holiday Inn Express El Reno!
|
||
|
||
Located 25 minutes from downtown Oklahoma City the hotel is right off of Interstate 40 offering convenient access to the Oklahoma oil fields and the major attractions of the big city. Major oil development is underway within El Reno by corporations including Schlumberger and Halliburton.
|
||
|
||
Your family will love staying at our El Reno hotel on the west side of Oklahoma City. Easy access to major attractions including the Oklahoma City Memorial, White Water Bay, Frontier City, the Outlet Shoppes at Oklahoma City and the Oklahoma Thunder NBA team. Additionally the excitement of Lucky Star Casino is only a short 10-minute drive away from our El Reno hotel.
|
||
|
||
While lodging at our El Reno hotel be sure to enjoy the heated indoor swimming pool and state of the art fitness center. Enjoy a Simply Smart breakfast with our famous cinnamon rolls and hot food items.
|
||
|
||
Our Holiday Inn Express – El Reno, Oklahoma’s professional & friendly staff will welcome you to your home away from home. Once you stay, you will return time & time again; we are a Great Hotel that Guests Love!</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">OKCRE</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-OKCRM" data-hotel-code="OKCRM">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/garner-norman-10945803153-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">RNHR</span>
|
||
<h2>Garner Hotel Norman - University Area</h2>
|
||
<span class="code">OKCRM</span>
|
||
</div>
|
||
<div class="addr">2601 Bankers Ave Norman Oklahoma 73072 | 1 877 942 7637</div>
|
||
<div class="rating">评分:null</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Experience a quality stay at an affordable price at Garner Norman - University Area. Our hotel in Norman is conveniently located near University of Oklahoma, Lake Thunderbird State Park, and Riverwind Casino.
|
||
|
||
At Garner, we focus on what truly matters: a location that connects you to everything you love, a clean, comfortable guest room, and a cozy bed that promises restful nights. Plus, our complimentary hot breakfast is crafted to fuel your day with build-your own sandwiches and egg bowls. Make the most of your stay with our all-day Costa® bean-to-cup coffee, outdoor pool, fitness center, and 24-hour market. From the moment you arrive, you’ll experience a warm welcome and enjoy thoughtful touches designed to make your stay memorable.</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">OKCRM</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-OKCRS" data-hotel-code="OKCRS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/candlewood-suites-del-city-4066087600-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">CDLW</span>
|
||
<h2>Candlewood Suites 中西部城市</h2>
|
||
<span class="code">OKCRS</span>
|
||
</div>
|
||
<div class="addr">5300 Main Street Del City Oklahoma 73110 | 1 877 CANDLEWOOD (1 877 226 3539)</div>
|
||
<div class="rating">评分:4.57</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Welcome to the Candlewood Suites Midwest City, conveniently located near Tinker Air Force Base and SSM Health.
|
||
With a full kitchen in our spacious suites, you can enjoy a home cooked meal or browse our Candlewood Cupboard for breakfast, lunch and dinner items to help maintain your diet on the road. Our Lending Locker is stocked and available for you to enjoy the amenities of home such as a crock pot, waffle maker, George Foreman Grill, blender, juicer, toaster oven and much more! Guests can also use our Gazebo grill to cook out with colleagues or family members.
|
||
We have a variety of restaurants and shops within walking distance such as Buffalo Wild Wings, Ted’s Café Escondido, The Garage Burgers and much more.
|
||
Guests can enjoy our 24 hour complimentary guest laundry facilities and Fitness Center. Our outdoor pool is open Memorial Day weekend to Labor Day weekend.
|
||
Our Midwest City extended stay hotel is located south of I-40 and Sooner Road, minutes away from Downtown Oklahoma City - Bricktown and companies such as Boeing, Northrop Grumman and Lockheed Martin.
|
||
We are a pet friendly extended stay hotel near Oklahoma City. Bring your furry member of the family along with you. Pets are allowed with a non-refundable fee. 75 dollar charge for 1 to 6 nights and up to 150 dollar charge for 7 plus nights. Pets must weigh less than 80 lbs. Whether traveling on business or leisure travel, Consider us 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><span>套房</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCRS</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-OKCSB" data-hotel-code="OKCSB">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-oklahoma-city-5744929832-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites Oklahoma City Dwtn - Bricktown</h2>
|
||
<span class="code">OKCSB</span>
|
||
</div>
|
||
<div class="addr">120 South Lincoln Boulevard Oklahoma City Oklahoma 73104 | 1 877 238 8889</div>
|
||
<div class="rating">评分:4.66</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Our 100% smoke-free hotel offers easy access to major highways and is conveniently located near a variety of entertainment and educational activities, many within walking distance. Our convenient location at the corner of Reno Avenue and Lincoln Boulevard offers easy access without the congestion often experienced at other downtown hotels. On site parking is available for just $12 per night per vehicle.The Staybridge Suites OKC Bricktown is ideally situated in Bricktown, the city’s vibrant historic district known for its attractions, dining, shopping, and nightlife, making it perfect for both business and leisure travelers alike. Popular attractions include: Paycom Center for OKC Thunder basketball games, the Boathouse District for watersports and adventure courses, and the OKC Underground, a series of tunnels and skywalk bridges with art installations throughout. We are also only a few blocks from The Criterion and the Bricktown Comedy Club, both of which are venues that host local talents and artists, and represent OKC's investment in local entertainment.The Staybridge Suites OKC Bricktown features a host of amenities and a friendly staff to make your experience exceptional. When staying in one of our spacious suites, you can enjoy a Full Breakfast, including a waffle maker and a full yogurt bar, complimentary WiFi and Guest Laundry, and 24 hour Fitness Center.</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">OKCSB</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-OKCSS" data-hotel-code="OKCSS">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/holiday-inn-express-and-suites-oklahoma-city-3897659480-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">HEXS</span>
|
||
<h2>Holiday Inn Express & Suites 俄克拉荷马城</h2>
|
||
<span class="code">OKCSS</span>
|
||
</div>
|
||
<div class="addr">7817 South Walker Ave Oklahoma City Oklahoma 73139 | 1 888 HOLIDAY (1 888 465 4329)</div>
|
||
<div class="rating">评分:4.75</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Experience warm hospitality and ultimate comfort at Holiday Inn Express & Suites Oklahoma City Mid – Arpt Area, just 10 minutes from OKC Will Rogers International Airport. Conveniently close to Oklahoma City, our location offers peaceful countryside charm near the excitement of the city.
|
||
Attend events at the nearby University of Oklahoma, shop and dine in the Bricktown District, or step into an oasis at Myriad Botanical Gardens. Soak in the culture at Oklahoma City Museum of Art, shop the OKC Outlets, and catch an NBA game at Paycom Center. Business travelers appreciate proximity to companies like Integris SW, Schlumberger, and Halliburton while sports teams enjoy being near Buck Thomas Park, MACU, and Southlake Soccer Club.
|
||
Start each day with our complimentary Express Start® Breakfast buffet, stay active in our 24-hour Fitness Center, and take a dip in our indoor pool. Take advantage of our partnership with S&B Burger for discounted meals. At the end of the day, unwind in spacious guest rooms with premium bedding and thoughtful amenities. We look forward to welcoming you to our Moore, OK hotel for an exceptional stay!</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">OKCSS</div>
|
||
<div style="margin-top:14px">⚡ Only a few left from</div>
|
||
<div class="price">暂无价格</div>
|
||
<div class="tax"></div>
|
||
<a class="btn" href="http://www.hiexpress.com/okcmidarpt">选择酒店</a>
|
||
</div>
|
||
</div>
|
||
<div class="card" id="hotel-OKCST" data-hotel-code="OKCST">
|
||
<img class="img" src="https://digital.ihg.com/is/image/ihg/staybridge-suites-oklahoma-city-10255875096-original" loading="lazy">
|
||
<div class="info">
|
||
<div>
|
||
<span class="brand">STAY</span>
|
||
<h2>Staybridge Suites 俄克拉荷马城</h2>
|
||
<span class="code">OKCST</span>
|
||
</div>
|
||
<div class="addr">4411 SW 15th Oklahoma City Oklahoma 73108 | 1 877 238 8889</div>
|
||
<div class="rating">评分:3.96</div>
|
||
<div class="welcome">
|
||
<div class="welcome-text">Rest Easy with Our Oklahoma City Hotel's Superb Amenities.
|
||
Let the unmatched staff at the Staybridge Suites® Oklahoma City hotel be the stewards of your business trip or vacation in Oklahoma City. We offer a Complimentary Shuttle to and from the Will Rogers Airport. Our convenient location in Oklahoma City and premium amenities create a combination that's sure to please the most discerning business travelers, vacationers and extended stay guests.
|
||
|
||
Our all suite hotel offers easy access to some of Oklahoma City's major area businesses including Caterpillar, Dell, UPS, and Amazon. Will Rogers International Airport OKC is also just under three miles away. Those in on vacation will enjoy our proximity to area attractions including the Hurricane Harbor First Americans Museum, OKC Zoo, and the bustling Bricktown neighborhood. From museums to fun outdoor recreation to concerts there is something for all ages and tastes in the city that are a stone's throw from our hotel.
|
||
|
||
Craving a late night snack Grab a treat in our on-site market open 24 hours a day. Join us for free breakfast and pop into our complimentary evening reception which takes place Tuesday through Thursday evenings. Whatever brings you to Oklahoma City, we look forward to the opportunity to make the Staybridge Suites Oklahoma City Airport your home away from 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>Children's Activities</span><span>机场班车</span></div>
|
||
</div>
|
||
<div class="side">
|
||
<div>酒店 ID</div>
|
||
<div class="hotel-code">OKCST</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-196.html">上一页</a> 第 197 / 300 页 <a href="page-198.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> |