Timeshare Management & Resales

We make a distinction in our services offered in the Resort Management field from our traditional property management practices due to the inherent difference in management challenges in a resort setting. The Noble Company of South Carolina, LLC, has over years of resort property management experience in a homeowner association controlled environment. We understand the importance of the transition between developer controlled to homeowner management particularly in the vacation ownership resort.

Our management team concentrates on responsible, fiscal management, proper budgeting, forecasting, and the incorporation of an accurate reserve analysis. We understand surpassing industry standards in critical areas plays a vital role in maintaining resort property. Our philosophy is to educate and involve our owners in the management process through communication in newsletters, weekly and annual meeting settings.

With our experience and in-house support services in rentals and resales, we have found resort vacation ownership associations benefit from a centralized network of services.

Call today for management services offered or see our Request for Service Proposal.

Important Links

'; ?>
Select an Association
'; echo '
'; /********************************** ** HOMEOWNERS LISTINGS ** **********************************/ echo '
Homeowner Listings
(Select Resort & Size)
'; // query property sales $queryps = mysql_query("SELECT * FROM Props_Sales", $conn); while($rowps = mysql_fetch_assoc($queryps)) { // make sure each has some properties listed $queryps2 = mysql_query("SELECT * FROM Time_Sales where ts_id='".$rowps['PropID']."'", $conn); $totRowsps2 = mysql_num_rows($queryps2); if($totRowsps2 != '0') { echo ''.$rowps['Prop_Name'].' : '.$rowps['Prop_Type'].''; } // end if } // end while echo '
'; /********************************** ** FORECLOSURES ** **********************************/ echo '
Foreclosures Available
(Select Resort & Size)
'; // query foreclosures $queryfc = mysql_query("SELECT * FROM Props_Sales", $conn); while($rowfc = mysql_fetch_assoc($queryfc)) { // make sure each has some properties listed $queryfc2 = mysql_query("SELECT * FROM Foreclose where ts_id='".$rowfc['PropID']."'", $conn); $totRowsfc2 = mysql_num_rows($queryfc2); if($totRowsfc2 != '0') { echo ''.$rowfc['Prop_Name'].' : '.$rowfc['Prop_Type'].''; } // end if } // end while echo '
'; /********************************** ** GENERAL NEWS ** **********************************/ // TimeShare news $query = mysql_query("SELECT * FROM news where type='timeshare'", $conn); $row = mysql_fetch_assoc($query); if($row['active'] == '1') { $content = str_replace("\n", "
", $row['content']); echo '
General News
(Updated on '.$row['date'].')

'.$row['title'].'

'.$content.'

'; } // end if ?>