KAREN BAILEY AND MONICA BRACKIN welcome you to the undiscovered Southern
California Frazier Mountain communities of Pine Mountain Club, Cuddy
Valley, Pinon Pines, Lake of the Woods, Lockwood Valley, and Frazier
Park. Our communities are located an easy one hour drive from many
Los Angeles suburbs or a two hour drive from many coastal areas.
Our goal is to be your source for all current information,
including Information on listings for homes (full-time or
vacation), lots, acreage, and ranches in
these beautiful communities all of which are almost exclusively surrounded by
Los Padres
National Forest. Just give us a call or send an
email!
As full-time Realtors with the oldest
and the largest, and the only nationally connected company on the mountain
- we
are here to assist you with all of your real estate needs in a professional but mountain friendly manner.
If you have any questions or would like more information please contact
us at 661-242-7715 or toll free at 800-505-5170,
email us,
or use
our Online Request Form.<%
Set Connection = Server.CreateObject("ADODB.Connection")
Connection.Open "DSN=pcm"
' SQLStmt = "SELECT * FROM Residential order by RAND() limit 1"
SQLStmt = "SELECT * FROM residential WHERE featured = 1"
set r1 = connection.execute(SQLStmt)
if r1.eof = FALSE then
%>
<%
else
' Show Random
SQLStmt = "SELECT * FROM Residential order by RAND() limit 1"
set r1 = connection.execute(SQLStmt)
if r1.eof = FALSE then
if r1("featured") <> 0 then
%>
<%
end if
end if
end if
Connection.Close %>