Best Western Santa Rosa Inn
2491 Historic Route 66
Santa Rosa, NM 88435

|
from $68.00* Special Internet Rate
Book online or call 1-800-761-3936
|

|
Brief Summary
Corporate/transient Hotelyear Built 1994 Year Remodeled 2004additional Property Description The Best Western Santa Rosa Inn, Rated Among The Top 10 To 15 Percent Of Over 2400 Best Westerns In North America Including Canada During Regular Quality Assurance Inspections. Located On Interstate 40 Right Off Exit 277, We Provide Easy Access On And Off Interstate 40. We Feature All 44 Ground Level Single Storey Front Door Parking Rooms Set Up In A Quiet Location Within Sight Of The 9 Hole Santa Rosa Golf Course. Our Rooms Feature Two Queen Beds, Free High Speed Internet Access Both Wireless And Hard Wired Always Working ,all Natural Granite His And Her Vanity, Coffee Maker, Iron And Ironing Board, Remote Controlled 27 Inch Cable Television With 42 Channels And Hbo. The Swimming Pool Is Seasonally Heated. Enjoy Our Complimentary Continental Breakfast Available In The Front Lobby From 6 00 A.m. To 9 00 A.m. Enjoy Meeting And Visiting With Other Travelers At This Time. Located On Route 66, Santa Rosa Is Known For Its Natural Spring And Beautiful Lakes, The Most Famous Being The Blue Hole Or Nature S Jewel. The Pool Is Bell Shaped And 81 Feet Deep Releasing 3,000 Gallons Of Water A Minute. With A Constant Temperature Of 64 Degrees, The Crystal Clear Lake Is A Favorite Among Scuba Divers Year Round. There Are Many Authentic Mexican American Restaurants. Denny S Is Also Located Next Door. While In Santa Rosa, You May Also Enjoy The Scenic Route To Puerto De Luna And Historic Churches.
Cheap hotels and hotel reservations in Santa Rosa. Book your hotel now and save!
Worldwide deals on travel, vacations, hotel rooms and more.
|
';
cal += '';
cal += '' + TR_start;
cal += '| ';
cal += month_of_year[month] + ' ' + year + '' + TD_end + TR_end;
cal += TR_start;
///////////////////////////////////
// DO NOT EDIT BELOW THIS POINT //
///////////////////////////////////
// LOOPS FOR EACH DAY OF WEEK
for(index=0; index < DAYS_OF_WEEK; index++) {
// PRINTS DAY
cal += TD_start + day_of_week[index] + TD_end;
}
cal += TD_end + TR_end;
cal += TR_start;
// FILL IN BLANK GAPS UNTIL TODAY'S DAY
for(index=0; index < dateObj.getDay(); index++) {
cal += TD_start + ' ' + TD_end;
}
// LOOPS FOR EACH DAY IN CALENDAR
for(index=0; index < DAYS_OF_MONTH; index++) {
if( dateObj.getDate() > index ) {
// RETURNS THE NEXT DAY TO PRINT
week_day =dateObj.getDay();
// START NEW ROW FOR FIRST DAY OF WEEK
if(week_day == 0) {
cal += TR_start;
}
if(week_day != DAYS_OF_WEEK) {
// SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
var day = dateObj.getDate();
// PRINTS DAY
cal += TD_start + "" + day + "" + TD_end;
}
// END ROW FOR LAST DAY OF WEEK
if(week_day == DAYS_OF_WEEK) {
cal += TR_end;
}
}
// INCREMENTS UNTIL END OF THE MONTH
dateObj.setDate(dateObj.getDate()+1);
}// end for loop
cal += ' | |
';
cal += '';
cal += '';
cal += ' |