<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Monterey County Landmark, LUXURY Wine Country Inn</title>
<meta name="Description" content="Monterey County real estate and homes for sale in Monterey County" />
<meta name="keywords" content="property web site,Johanna Welty,Boutique Hospitality Consultant, Marketing and Sales Specialist,listingdomains.com,www.CaliforniaWineTrailLuxuryInn.com,maps,listing web site,Rancho Las Palmas Luxury BB For Sale,Rancho Las Palmas Historic Property for sale,River Road Historic BB for Sale,River Road Wine Trail Retreat and Spa For Sale,River Road Wine Trail Queen Anne For Sale,BB for sale,Luxury Wine Country Retreat for sale near Pebble Beach,Wine Country Queen Anne for sale near Carmel,REO Queen Anne for Sale on Monterey Peninsula,Monterey Sunbelt Luxury Inn for sale,Bank-owned Monterey BB for sale,National Register of Historic Places Hiram Corey Victorian for sale ,Chateau Coralini for sale,River Road Chateau Coralini for sale,European-style Retreat for sale in California,Pebble Beach,Carmel,San Francisco,Silicon Valley" />
<link rel="stylesheet" type="text/css" href="ld_styles.css" />
<link rel="shortcut icon" href="http://www.propertiesonline.com/_media/graphics/favicons/classic.ico" />


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="/_media/scripts/jquery/jquery.colorbox/colorbox.css" media="screen" />
<script type="text/javascript" src="/_media/scripts/jquery/jquery.colorbox/jquery.colorbox.js"></script>
<script type="text/javascript" src="ldnet.js"></script>

<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>

<style>
<!--
	.titletext { font-size:16pt;color:#FFFFFF}
	.addresstext { font-weight:bold;font-size:10pt;color:#C0C0C0}
	.largetextcolor { font-weight:bold;font-size:12pt;color:#000000}
	.featuresbartext { font-weight:bold;font-size:12pt;color:#C0C0C0}
	.pricetext { font-weight:bold;font-size:14pt;color:#FFFFFF}
	.infotext { font-weight:bold;font-size:8pt;color:#000000}
	.table1text { color:#C0C0C0}
	.table2text { color:#000000}
	.disclaimertabletext { color:#C0C0C0}
	A.bodylink { color:#FFFFFF }
	A.bodylink:hover { color:#C0C0C0 }
	A.disclaimerlink { color:#FFFFFF }
	A.disclaimerlink:hover { color:#C0C0C0 }
	A.officelink { color:#000000 }
	A.officelink:hover { color:#909090 }
	A.detailslink { color:#FFFFFF }
	A.detailslink:hover { color:#C0C0C0 }
	A.vtlink { font-size:8pt; color:#9C0101;text-decoration:none }
	A.vtlink:hover { font-size:8pt; color:#FFFFFF;text-decoration:none }
	A.quicklink { font-size:8pt; color:#000000;text-decoration:none }
	A.quicklink:hover { font-size:8pt; color:#FFFFFF;text-decoration:none }
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin

//3-way slideshow- by Suzanne Arnold (http://jandr.com/, suzanne@mail.jandr.com)
//Script featured on JavaScript Kit (http://javascriptkit.com)
//Credit must stay intact
//Modified DRB 09.16.19  Added Formatting, and try/catch in onerotate

var Onerotate_delay = 4000; // delay in milliseconds (4000 = 4 secs)
Onecurrent = 0;

<!---SLIDE_SHOW_ARRAY--->
function Onenext() {
	if (document.Oneslideform.Oneslide[Onecurrent+1]) {
		document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent+1].value;
		document.Oneslideform.Oneslide.selectedIndex = ++Onecurrent;
	}
	else Onefirst();
}

function Oneprevious() {
	if (Onecurrent-1 >= 0) {
		document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent-1].value;
		document.Oneslideform.Oneslide.selectedIndex = --Onecurrent;
	}
	else Onelast();
}

function Onefirst() {
	Onecurrent = 0;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[0].value;
	document.Oneslideform.Oneslide.selectedIndex = 0;
}

function Onelast() {
	Onecurrent = document.Oneslideform.Oneslide.length-1;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
	document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
}

function Oneap(text) {
	document.Oneslideform.Oneslidebutton.value = (text == "Stop") ? "Start" : "Stop";
	Onerotate();
}

function Onestart() {
	window.setTimeout("Onerotate()", Onerotate_delay);
}

function Onechange() {
	Onecurrent = document.Oneslideform.Oneslide.selectedIndex;
	document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
}

function Onerotate() {
	try {
		if (document.Oneslideform.Oneslidebutton.value == "Stop") {
			Onecurrent = (Onecurrent == document.Oneslideform.Oneslide.length-1) ? 0 : Onecurrent+1;
			if (document.images.Oneshow.filters)
			document.images.Oneshow.filters[0].apply()
			document.images.Oneshow.src = document.Oneslideform.Oneslide[Onecurrent].value;
			if (document.images.Oneshow.filters)
			document.images.Oneshow.filters[0].play()
			document.Oneslideform.Oneslide.selectedIndex = Onecurrent;
			if (document.images.Oneshow.filters)
			window.setTimeout("Onerotate()", Onerotate_delay + 2000);
			else
			window.setTimeout("Onerotate()", Onerotate_delay);
		}
	}
	catch(err){}
}
//  End -->
</SCRIPT>

<script language="JavaScript" src="popup.js" type="text/javascript"></script>
<script type="text/javascript" src="swfobject.js"></script></head>

<body bgcolor="#000000" style="margin:5px 1px 5px 1px;" onload="window.focus(); Onestart()">

<center>
<table border="0" cellpadding="2" cellspacing="0" width="738" bgcolor="#000000">
    <tr>
        <td>
            <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
                
                <tr>
                    <td width="100%">
                        <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
                        <tr>
                            <td class="titletext" align="center" width="100%">
                            <b>Monterey County Landmark, LUXURY Wine Country Inn</b></td>
                        </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#000000">
                            <tr>
                                <td width="100%">
                                    <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#909090">
                                        <tr>
                                            <td width="507" valign="top">
                                                <form name="Oneslideform" >
                                                <!-- XML = /builder/xml/listingphotos.ashx?oid=95542&ot=101 --><script type="text/javascript">swfobject.embedSWF("POSlideshow.swf", "altContent1", "507", "475", "9.0.0","", {data_src:"/builder/xml/listingphotos.ashx?oid%3D95542%26ot%3D101%26rel%3D1",bgcolor:"000000",imgcolor:"000000",view_timer:"4",transition_timer:"0.5",has_captions:"y",has_fullscreen:"y"}, {play: "true", loop: "true", menu: "true", quality: "high", scale: "showall", salign: "", wmode: "transparent", bgcolor: "#ffffff", allowScriptAccess: "sameDomain", allowFullScreen: "true", devicefont: "false"}, {id: "altContent1", name: "altContent1", align: "middle"});</script><div id="altContent1" class="row" align="left"><TABLE align="center" width="507" border="0" cellspacing="0" cellpadding="0" bordercolor="#000000">
<TR align="center" height="405"><TD bgcolor="#000000" ><div align="center">
<img src="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233519472_09012012.jpg" name="Oneshow" style="filter:progid:DXImageTransform.Microsoft.Fade(duration=2)" border="0"></DIV></TD></TR>

<tr height="25">
	<td bgcolor="#000000" align="center">
		<table width="100%">
			<tr>
				<td align="center"><select name="Oneslide" onChange="Onechange();" size="1"><OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233519472_09012012.jpg"  selected>Chateau Coralini Frontal</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233635350_09012012.jpg">Chateau Coralini </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234042314_09012012.jpg">Chateau Coralini Turret</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234132218_09012012.jpg">Chateau Coralini Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234217848_09012012.jpg">Chateau Front Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233725270_09012012.jpg">Chateau Coralini </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233903753_09012012.jpg">Chateau Gated Grounds</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph233947012_09012012.jpg">Chateau Rose Gating</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234324538_09012012.jpg">Chateau View to Trail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234512334_09012012.jpg">Chateau Side Grounds</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234633610_09012012.jpg">Chateau Formal Dining</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234713078_09012012.jpg">Commercial Kitchen Island</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234809176_09012012.jpg">Commercial Kitchen Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234851405_09012012.jpg">Chateau Kitchen Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph234941200_09012012.jpg">Kitchen Decorative Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235038016_09012012.jpg">Kitchen Island Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235135080_09012012.jpg">Chateau Signage</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235309180_09012012.jpg">Chateau Flooring</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235422203_09012012.jpg">Chateau Breakfast Room</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235532544_09012012.jpg">Chateau Wine Cellar</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235742944_09012012.jpg">Wine Cellar Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235823208_09012012.jpg">Wine Cellar Entry</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph235856623_09012012.jpg">Wine Cellar Elevator Door</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph000608088_09022012.jpg">Chateau Elevator Signage</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph000655059_09022012.jpg">Chateau Guest Suite </OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph000744324_09022012.jpg">Chateau Coralini Suite</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph000925584_09022012.jpg">Chateau Guest Bay Window</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph000831405_09022012.jpg">Chateau Guest Bath</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001347570_09022012.jpg">Chateau Bath Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001013788_09022012.jpg">Chateau Jet Tub Detail</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001105408_09022012.jpg">Chateau TOTO Commode</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001155515_09022012.jpg">Chateau TOTO Commode</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001249054_09022012.jpg">Chateau Bay Window</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001511592_09022012.jpg">Chateau Bath Flat Screen</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001559780_09022012.jpg">Chateau Guest Jet Shower</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph002120032_09022012.jpg">Chateau Handicap Signage</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001829290_09022012.jpg">Chateau Rear View</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph001942454_09022012.jpg">Chateau Rear Access Ramp</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph002248625_09022012.jpg">Chateau Shaded Grounds</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph002426655_09022012.jpg">Princess Anne Playhouse</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph002525062_09022012.jpg">Chateau Coralini Lawns</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph003526847_09022012.jpg">Chateau Front Fountains</OPTION>
<OPTION value="http://www.listingdomains.com/POLibrary/system_data/LD_doc_library/LD101/WELJ7707121724P_9112104923P_ph003215435_09022012.jpg">Chateau Coralini </OPTION>
</select>
				</td>
				<td align="center" bgcolor="#000000" height="25"><DIV align="center">
<INPUT type=button onClick="Oneprevious();" value="<<" title="Previous" id=button1 name=button1>
<INPUT type=button name="Oneslidebutton" onClick="Oneap(this.value);" value="Stop" title="AutoPlay">
<INPUT type=button onClick="Onenext();" value=">>" title="Next" id=button1 name=button1>
</DIV>

				</td>
				<td align="center" bgcolor="#000000">
				</td>
			</tr>
		</table>
	</td>
</tr>
</TABLE></div>
                                                
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
<tr><td class="addresstext" align="center" bgcolor="#000000">Monterey County, CA 93908<br /><br /></td></tr></table>
                                                <table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000">
<tr><td class="featuresbartext"><b>Features:</b></td></tr></table><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000"><tr><td class="table1text"><ul>
<li>10 Bedrooms, 10 Full Baths, 2 Half Baths</li><li>Competitive BANK-FINANCING for European-style Retreat &amp; Spa in Prime Wine Region</li><li>Nine Guest Suites, Large Owners' Quarters, Commercial Elevator, Ramped Handicap Access</li><li>7,414 square feet includes state-of-the-art commercial kitchen and dramatic wine cellar</li><li>1.59 FULLY GATED acres with three entries plus marked parking for over two dozen vehicles</li><li>Situated at entry to Monterey's Famed &quot;River Road Wine Trail&quot;</li></ul></td></tr></table>
                                                <table border="0" cellpadding="4" width="100%" bgcolor="#909090" cellspacing="1"> 
<tr><td colspan=4 align=center><font face="Arial" size="2" color="#000000"><b>Additional Information</b></td></tr>
<tr><td class="infotext" bgcolor="#D0D0D0">Zoning:</td>
<td class="smalltext" bgcolor="#FFFFFF"><b>Hotel</b></td>
<td class="infotext" bgcolor="#D0D0D0">Price per Square Foot:</td>
<td class="smalltext" bgcolor="#FFFFFF"><b>$316 per sf OR $299,500 per Key/Room</b></td>
</tr><tr><td class="infotext" bgcolor="#D0D0D0">Number of Units:</td>
<td class="smalltext" bgcolor="#FFFFFF"><b>10</b></td>
<td class="infotext" bgcolor="#D0D0D0">Unit Rental Price Range:</td>
<td class="smalltext" bgcolor="#FFFFFF"><b>$250 and up</b></td>
</tr></table>
                                                
<table border="0" cellpadding="10" cellspacing="0" width="100%" bgcolor="#909090"><tr><td class="table2text"  align="left"><span class="largetextcolor">Remarks:</span><br /><p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">Commanding&nbsp;prime gateway presence to California&rsquo;s celebrated &ldquo;River Road Wine Trail&rdquo;&nbsp;and nestled within one of Monterey Peninsula&rsquo;s delightful &ldquo;sunbelts,&rdquo; the elegant <b><i>Hiram</i></b> <b><i>Corey Mansion</i></b> was built&nbsp;in 1891 as the main residence of the Corey family who owned&nbsp;the vast and richly fertile&nbsp;8,444 acres then known as <b><i>Rancho Las Palmas.&nbsp;</i></b>&nbsp;In 1978, the landmark estate was added to The National Register of Historic Places.</span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">At the beginning of this century, the famed, four storey, 7,414 square foot Queen Anne&nbsp;became professionally restored to open as <b><i>Chateau Coralini Resort and Spa</i></b>, a luxury, European-style hospitality venue boasting nine oversized guest suites, state-of-the-art commercial kitchen, various conference, dining and business meeting rooms, full wine cellar with extra dining rooms and generous, separate entry owners&rsquo; quarters -- all within the main residence.&nbsp; Commercial elevators serve all four floors of the Mansion; a rear exterior ramped entry adds&nbsp;further ease of mobility by providing important handicap access.</span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">Other detached, period-style structures also&nbsp;situated within the fully-gated, 1.59 acre parcel include an upscale day spa/salon, charming Princess Anne children&rsquo;s playhouse, hidden garden shed and special events gazebo with separate gated entry.&nbsp; Towering ancient shade trees dominate the well-manicured verdant lawns that, along their western fronts, are framed and further protected by tall forests of dense evergreens.&nbsp; Over two dozen, off-street, &ldquo;marked&rdquo; guest parking spaces are tastefully grouped and interspersed throughout this retreat-like setting.&nbsp; </span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">Interior amenities exude elegance, comfort and convenience.&nbsp; All bathrooms, including those found in the owners&rsquo; quarters, sport the latest in high-end fixtures, jet tubs, walk-in showers and <i>TOTO</i> water-conserving commodes.&nbsp; Each guest suite offers its own individual climate control panel and flat screen while many provide&nbsp;sunny, writing desks perfectly&nbsp;placed within&nbsp;sunny bay window alcoves.&nbsp; Regulation sprinklers and smoke detectors are installed throughout.&nbsp; </span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">Yet, original period architectural details, such as turrets, decorative exterior siding, bay windows, fireplaces, door frames remain preserved throughout; wonderfully wavy window glass panes &ndash; always hallmarks of historic architectural integrity -- encased by original wood sash frames and &ldquo;balances&rdquo; also attest to respectful&nbsp;preservation. &nbsp;</span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">Indeed, the Hiram Corey Mansion now offers the best of both worlds -- past historic charm and luxurious ambience of bygone eras&nbsp;blend subtlely&nbsp;with contemporary comfort and welcome luxury conveniences expected by today's most&nbsp;discerning guests.&nbsp; </span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">This important landmark property further benefits from an ideal year-round temperate climate and coveted proximity to top Monterey&nbsp;"Wine Trail" vintners, celebrated Carmel-by-the-Sea shopping and dining, internationally-famed Silicon Valley and, of course, the entire San Francisco Bay Area.&nbsp; River Road (also known as the Monterey River Road Wine Trail and/or CA-68/Monterey Salinas Highway) offers a <b><i>direct 25 minute</i></b> drive to Carmel and is readily accessed from US-101, California&rsquo;s major North/South Corridor, that, in turn, leads <b><i>directly</i></b> to both Silicon Valley (1.5 hour drive) and San Francisco&rsquo;s Golden Gate Bridge (2 hour drive). </span></p>
<p style="margin: 0in 0in 10pt;"><span style="line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;"><strong>For</strong>&nbsp;<strong>competitive</strong> <strong>bank</strong>-<strong>financing</strong> <strong>information</strong>, please call Broker Johanna Welty at 925.708.4505 or email: </span><a href="mailto:BoutiqueHospitality@Hotmail.com"><span style="color: #0000ff; line-height: 115%; font-family: arial,sans-serif; font-size: 12pt;">BoutiqueHospitality@Hotmail.com</span></a> </p>
<p style="margin: 0in 0in 10pt;">Broker of Record: Keller Williams</p>
<p style="margin: 0in 0in 10pt;"> </p>
<p style="margin: 0in 0in 10pt;"> </p>
<p style="margin: 0in 0in 10pt;"> </p></td></tr></table>
                                                </form>
                                            </td>
                                            <td align="center" width="231" valign="top" bgcolor="#909090">
                                                <table align="center" border="0" cellpadding="0" cellspacing="1" width="100%" bgcolor="#909090">
                                                    
                                                    <tr><td class="pricetext" align="center" bgcolor="#000000"><b>$2,995,000</b></td></tr>
                                                    <tr><td align="center"><table border="0" width="95%" height="50" id="table2" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" style="border: 1px solid #000000"><tr><td align="right"><span style="font-size: 12px;">Music:&nbsp;</span><td><embed src="/music/tinyplayer.swf" flashvars="filename=/music/CDGuy_Chopin4.mp3&AutoLoad=Y&AutoPlay=Y&MusicLoop=Y" quality="high" bgcolor="white" width="76" height="25" name="tinymp3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></td></tr>
</table></td></tr>
                                                    <tr><td align="center" valign="middle">
<table border="0" cellspacing="0" cellpadding="0" width="100%" bgcolor="#000000"><tr><td align="center">
<table border="0" cellspacing="1" cellpadding="1" width="100%" bgcolor="#909090">
<tr><td width="100%"><font class="generaltextwhite"><b>&nbsp;Quick Links</b></font></td></tr>
<tr><td>
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#909090" width="100%">
<!--QLSTART--><tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="http://www.ChateauCoralini.com" target="_blank">Chateau Coralini Website</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="vtlink" href="http://www.riverroadwinetrail.com" target="_blank">Monterey River Road Wine Trail </a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('reports.asp?prop=WELJ7707121724P_9112104923P','reports','YES',800,600)"><b>Disclosures</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('LD_window.asp?type=info&id=WELJ7707121724P_9112104923P&lang=','LD_window','YES',550,550)"><b>Request More Info</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('LD_window.asp?type=view&id=WELJ7707121724P_9112104923P&lang=','LD_window','YES',550,650)"><b>Schedule a Viewing</b></a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://maps.google.com/maps?f=q&hl=en&q=Rancho%2BLas%2BPalmas%2Bat%2BCA%2D68%2Band%2BReservation%2BRoad%2Bwith%2Beasy%2Baccess%2Bto%2BUS%2D101,+Monterey%2BCounty,+CA+93908','Map','YES',800,600)">View Map</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://maps.google.com/maps?f=q&hl=en&q=Rancho%2BLas%2BPalmas%2Bat%2BCA%2D68%2Band%2BReservation%2BRoad%2Bwith%2Beasy%2Baccess%2Bto%2BUS%2D101,+Monterey%2BCounty,+CA+93908&ie=UTF8&z=15&t=k&om=1','Map','YES',800,600)">Satellite Photo</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('http://montereycountyca.areatour.com','Tour','YES',800,600)">Take an Area Tour</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="javascript:popup('LD_window.asp?type=emaillisting&id=WELJ7707121724P_9112104923P','LD_window','YES',600,450)">Email This Listing</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="http://www.listingserver.com/builder/flyer/pdfflyer.ashx?oid=95542&ot=101" target="_blank">Print Flyer</a></td></tr></table>
</td></tr>
<tr><td bgcolor="#D0D0D0">
<table><tr><td width="5%" class="QuickLinkcell">&nbsp;&raquo;</td>
<td width="95%" class="QuickLinkcell"><a class="quicklink" href="https://www.propertiesonline.com/Clients/login/agents.aspx?pl=2" onMouseOver="window.status='Edit';return true;" onMouseOut="window.status='';return true;" target="_blank">Agent Login</a></td></tr></table>
</td></tr>
<!--QLEND--></table>
</td></tr>
</table></td></tr></table></td></tr>

                                                    
                                                    <tr><td align="center"><img src="http://www.listingdomains.com/system_data/Agent_doc_library/Agent1/WELJ7707121724P.jpg" width="125" border="0" /></td></tr>
<tr><td align="center" class="table2text"><span class="largetextcolor">Johanna Welty<br />Boutique Hospitality Consultant, Marketing and Sales Specialist</span>
<br /><b>925.708.4505 (Cell)</b>
<br /><span class="textnote">BoutiqueHospitality@Hotmail.com</span>

<br /><br /><a class="bodylink cb_iframe" href="/ls/forms/ContactAgent.aspx?aid=954&oid=95542&ot=101" rel="nofollow">Contact Me</a>
<br /><a class="bodylink" href="http://www.CaliforniaInnSpecialist.com" target="_blank">Visit My Website</a>
<br /><a class="bodylink" href="http://www.CaliforniaInnSpecialist.com/HotSheet.aspx?pid=21648">View My Other Listings</a>
<br /><a class="bodylink" href="javascript:popup('http://www.listingdomains.net/LD_window.asp?type=bio&id=WELJ7707121724P_9112104923P','LD_window','YES',550,460)">About Johanna Welty</a><br />
                                                    <tr><td align="center"><br /><table align="center" border="0" cellpadding="1" cellspacing="0" width="90%" bgcolor="#000000"><tr><td><table align="center" border="0" cellpadding="3" cellspacing="2" width="100%" bgcolor="#FFFFFF"><tr><td align="center"><img src="transparent.gif" width="1" height="20" border="0" /></td></tr><tr><td align="center"><a class="officelink" href="http://www.CaliforniaInnSpecialist.com" target="_blank"><b>California Boutique Hospitality Sales</b></a><br /><span class="smalltext">PO Box 902<br />Alamo, CA 94507</span><br /><b>925.708.4505</b></td></tr></table></td></tr></table></td></tr>
                                                </table>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr><td><table align="center" style="border-top: 2px solid #000000" cellpadding="4" cellspacing="0" width="100%" bgcolor="#FFFFFF">
<tr><td align="center" valign="middle" width="20%"><img src="http://www.listingdomains.com/images/Designation_logos/REALTOR.jpg" /></td>
<td align="center" valign="middle" width="20%"><img src="http://www.listingdomains.com/images/Designation_logos/MLS-REALTOR.jpg" /></td>
<td align="center" valign="middle" width="20%"><img src="http://www.listingdomains.com/images/Designation_logos/E-PRO.jpg" /></td>
<td align="center" valign="middle" width="20%"><img src="http://www.listingdomains.com/images/Designation_logos/SRES.jpg" /></td>
<td align="center" valign="middle" width="20%"><img src="http://www.listingdomains.com/images/Designation_logos/EQUAL_HOUSING.jpg" /></td>
</table></td></tr>
                
<tr><td><table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#000000"><tr><td class="disclaimertabletext"><br /><img border="0" align="left" width="25" src="http://www.listingdomains.net/images/equalhouse.gif">
<span class="textnote">DRE Lic. # 01307696<br />&copy;&nbsp;2013 Properties Online Inc., Patent No. US 6,760,707. The above information including square footage is based on data received from the seller and/or from public sources. This information is deemed reliable but has not been independently verified and cannot be guaranteed. Prospective buyers are advised to verify information to their own satisfaction prior to purchase. By providing links to other sites Properties Online Inc. does not guarantee, approve or endorse the information or products available at these sites, nor does a link indicate any association with or endorsement by the linked site to the agent, brokerage, brand or  Properties Online Inc.. Powered by <a class="disclaimerlink" href="http://www.listingdomains.com/">ListingDomains.com</a>.</span></td></tr></table></td></tr>
            </table>
        </td>
    </tr>
</table>
</center>
<script>var options={ "publisher": "ur-63da834d-ef3e-c6a9-2297-7b1cccc86313", "position": "left", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "linkedin", "googleplus", "pinterest", "email", "sharethis"]}};var st_hover_widget = new sharethis.widgets.hoverbuttons(options);</script>
<!--START GOOGLE ANALYTIC--><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-752021-2";urchinTracker("CaliforniaWineTrailLuxuryInn.com");</script><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-17056658-1");pageTracker._trackPageview("CaliforniaWineTrailLuxuryInn.com");} catch(err) {}</script><!--END GOOGLE ANALYTIC--></body>
</html>
