www.southerncolonelhomes.net Open in urlscan Pro
52.10.0.211  Public Scan

URL: https://www.southerncolonelhomes.net/
Submission: On July 28 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

GET /floor-plans

<form method="get" class="dealer-fp-searchbar" id="floorplan-searchbar" action="/floor-plans">
  <section class="elementor-section elementor-top-section elementor-element elementor-element-581d252f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="581d252f" data-element_type="section"
    data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
    <div class="elementor-container elementor-column-gap-default">
      <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6372c795" data-id="6372c795" data-element_type="column">
        <div class="elementor-widget-wrap elementor-element-populated">
          <div class="elementor-element elementor-element-4e0bba19 elementor-widget elementor-widget-floorplan_searchbar" data-id="4e0bba19" data-element_type="widget" data-widget_type="floorplan_searchbar.default">
            <div class="elementor-widget-container">
              <div class="row">
                <div class="col-lg-2 col-md-12">
                  <select name="brand[]" class="form-control">
                    <option class="option" selected="selected" value="">Manufacturer</option>
                    <option class="option" value="91">Sunshine Homes</option>
                    <option class="option" value="13">Buccaneer Homes</option>
                    <option class="option" value="26">Deer Valley Homebuilders</option>
                    <option class="option" value="95">TRU</option>
                    <option class="option" value="108">Jessup Housing</option>
                    <option class="option" value="70">Oak Creek Homes</option>
                  </select>
                </div>
                <div class="col-lg-2 col-md-12 series">
                  <select name="series[]" class="form-control">
                    <option class="option" selected="selected" value="">Series</option>
                    <optgroup label="Sunshine Homes">
                      <option class="option" value="902">The Arc 8000 9000</option>
                      <option class="option" value="1018">Choice</option>
                      <option class="option" value="241">Prime</option>
                      <option class="option" value="961">The Arc 7000</option>
                    </optgroup>
                    <optgroup label="Buccaneer Homes">
                      <option class="option" value="332">Admiral</option>
                      <option class="option" value="320">American Farm House</option>
                      <option class="option" value="333">Anniversary</option>
                    </optgroup>
                    <optgroup label="Deer Valley Homebuilders">
                      <option class="option" value="1043">Signature Series</option>
                      <option class="option" value="536">Mossy Oak Nativ Living Series</option>
                    </optgroup>
                    <optgroup label="TRU">
                      <option class="option" value="400">TRU Single Section</option>
                      <option class="option" value="245">TRU Multi Section</option>
                    </optgroup>
                    <optgroup label="Jessup Housing">
                      <option class="option" value="582">The Promotional Series</option>
                      <option class="option" value="895">The Elite Series</option>
                      <option class="option" value="980">The Titanium Single</option>
                      <option class="option" value="486">The American Series</option>
                      <option class="option" value="514">The National Series</option>
                      <option class="option" value="985">The Titanium Double</option>
                    </optgroup>
                    <optgroup label="Oak Creek Homes">
                      <option class="option" value="678">Multi Section</option>
                      <option class="option" value="679">Single Section</option>
                    </optgroup>
                  </select>
                </div>
                <div class="col-lg-2 col-md-12">
                  <select name="sqft" class="form-control">
                    <option class="option" selected="selected" value="">Sq Ft </option>
                    <option class="option" value="100-500">100-500 </option>
                    <option class="option" value="500-1000">500-1000 </option>
                    <option class="option" value="1000-1500">1000-1500 </option>
                    <option class="option" value="1500-2000">1500-2000 </option>
                    <option class="option" value="2000"> 2000+ </option>
                  </select>
                </div>
                <div class="col-lg-2 col-md-12">
                  <select name="beds" class="form-control">
                    <option selected="selected" value="">Beds</option>
                    <option value="1-1">1</option>
                    <option value="2-2">2</option>
                    <option value="3-3">3</option>
                    <option value="4-4">4</option>
                    <option value="5">5+</option>
                  </select>
                </div>
                <div class="col-lg-2 col-md-12">
                  <select name="baths" class="form-control">
                    <option selected="selected" value="">Baths </option>
                    <option value="2">2+</option>
                    <option value="3">3+</option>
                    <option value="4">4+</option>
                  </select>
                </div>
                <div class="col-lg-2 col-md-12">
                  <button type="submit" class="dealer-fp-searchbar-button form-control">Search</button>
                </div>
                <div class="col-12 mt-3" style="text-align: right;">
                  <a href="#" id="advanced-search-button"><i class="fa fa-cog"></i> Advanced Search</a>
                </div>
              </div>
              <script type="text/javascript">
                jQuery(document).ready(function() {
                  var parentRow = jQuery('#floorplan-searchbar ').closest('section');
                  var formAttr = [];
                  jQuery.each(jQuery('#floorplan-searchbar')[0].attributes, function() {
                    // this.attributes is not a plain object, but an array of attribute nodes, which contain both the name and value
                    if (this.specified) {
                      formAttr[this.name] = this.value;
                    }
                  });
                  var formTag = '<form';
                  for (var x in formAttr) {
                    formTag += ' ' + x + '="' + formAttr[x] + '"';
                  }
                  formTag += '></form>';
                  jQuery('#floorplan-searchbar').contents().unwrap();
                  parentRow.wrap(formTag);
                  parentRow.after(jQuery('#advanced-search-container'));
                  // jQuery('.dealer-fp-searchbar ').closest('.wpb_row').after(jQuery('#advanced-search-container'));
                  jQuery("#advanced-search-button").click(function() {
                    jQuery("#advanced-search-container").slideToggle();
                    return false;
                  });
                  jQuery("#floorplan-searchbar").on('submit', function(e) {
                    jQuery(this).find('.dropdown-menu').each(function() {
                      var value = jQuery(this).find(".active").data('value');
                      if (value === '') {
                        return;
                      }
                      jQuery("<input>").attr({
                        'type': 'hidden',
                        'name': jQuery(this).data('name')
                      }).val(value).appendTo(jQuery("#floorplan-location-searchbar"));
                    });
                    jQuery(this).find('input,select').each(function() {
                      if (jQuery(this).val() === '') {
                        // jQuery(this).remove();
                        jQuery(this).removeAttr('name');
                      }
                    });
                    jQuery(this).unbind('submit').submit();
                  });
                });
              </script>
            </div>
          </div>
          <div class="elementor-element elementor-element-1ed77bee elementor-widget elementor-widget-html" data-id="1ed77bee" data-element_type="widget" data-widget_type="html.default">
            <div class="elementor-widget-container">
              <script type="text/javascript">
                jQuery(document).ready(function($) {
                  $('.elementor-widget-floorplan_searchbar .col-md-2').toggleClass('col-md-2 col-md-12');
                  $('.elementor-widget-floorplan_searchbar .col-md-12').addClass('col-lg-2');
                  $('#advanced-search-container .container .row .col-md-2.mt-2').toggleClass('col-md-2 col-md-5');
                });
              </script>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <div class="container-fluid" id="advanced-search-container" style="display: none; border-bottom: 1px solid #ccc; padding: 20px; background-color: #fff; margin-bottom: 20px;">
    <div class="container">
      <div class="row">
        <div class="col-md-4">
          <input type="text" name="keyword" value="" placeholder="Keyword" class="form-control">
        </div>
        <div class="col-md-3">
          <select name="sections" class="form-control">
            <option selected="selected" value="">Sections</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
            <option value="4">4</option>
          </select>
        </div>
        <div class="col-md-5 mt-2">
          <div class="form-check form-check-inline">
            <input type="checkbox" value="1" name="tour" id="tour">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label for="tour" class="tour-checkbox-label">Has 3D Tour</label>
          </div>
        </div>
        <div class="col-md-12 mt-2" style="">
          <div class="form-check form-check-label pl-0">
            <label class="property-type-label">Property Type</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_1" value="1" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_1">Manufactured</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_2" value="2" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_2">Modular</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_4" value="4" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_4">Park Model</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_5" value="5" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_5">Multi-Family</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_6" value="6" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_6">Commercial</label>
          </div>
          <div class="form-check form-check-inline">
            <input type="checkbox" id="type_3" value="3" name="type[]">
          </div>
          <div class="form-check form-check-inline form-check-label">
            <label class="property-type-item-label" for="type_3">MH Advantage</label>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * Floor Plans
   * Buccaneer Homes
   * Deer Valley Homebuilders
   * Jessup Housing
   * Oak Creek Homes
   * Sunshine Homes
   * TRU
 * Homes On Display
 * About Us
   * About Us
   * Bradford Furniture
   * A to Z Home Parts
 * Contact Us
 * MH Advantage
 * Happy Customers

Menu
 * Home
 * Floor Plans
   * Buccaneer Homes
   * Deer Valley Homebuilders
   * Jessup Housing
   * Oak Creek Homes
   * Sunshine Homes
   * TRU
 * Homes On Display
 * About Us
   * About Us
   * Bradford Furniture
   * A to Z Home Parts
 * Contact Us
 * MH Advantage
 * Happy Customers

 * Home
 * Floor Plans
   * Buccaneer Homes
   * Deer Valley Homebuilders
   * Jessup Housing
   * Oak Creek Homes
   * Sunshine Homes
   * TRU
 * Homes On Display
 * About Us
   * About Us
   * Bradford Furniture
   * A to Z Home Parts
 * Contact Us
 * MH Advantage
 * Happy Customers

Menu
 * Home
 * Floor Plans
   * Buccaneer Homes
   * Deer Valley Homebuilders
   * Jessup Housing
   * Oak Creek Homes
   * Sunshine Homes
   * TRU
 * Homes On Display
 * About Us
   * About Us
   * Bradford Furniture
   * A to Z Home Parts
 * Contact Us
 * MH Advantage
 * Happy Customers


WELCOME TO



We are Hattiesburg’s oldest dealer and one of the oldest dealers of Manufactured
homes in the South. Southern Colonel Homes has been a family owned and operated
business for almost 50 years. We serve Mississippi and the surrounding area by
providing the highest quality Mississippi manufactured, modular, and mobile
homes. We stand by the quality of our manufactured homes and pride ourselves on
exceptional customer service before, during, and after the sale.

Shop Floor PLans
Shop Inventory
Follow Southern Colonel Homes Hattiesburg

Follow Southern Colonel Homes Hattiesburg

Manufacturer Sunshine Homes Buccaneer Homes Deer Valley Homebuilders TRU Jessup
Housing Oak Creek Homes
Series The Arc 8000 9000 Choice Prime The Arc 7000 Admiral American Farm House
Anniversary Signature Series Mossy Oak Nativ Living Series TRU Single Section
TRU Multi Section The Promotional Series The Elite Series The Titanium Single
The American Series The National Series The Titanium Double Multi Section Single
Section
Sq Ft 100-500 500-1000 1000-1500 1500-2000 2000+
Beds 1 2 3 4 5+
Baths 2+ 3+ 4+
Search
Advanced Search

Sections 1 2 3 4
Has 3D Tour
Property Type

Manufactured

Modular

Park Model

Multi-Family

Commercial

MH Advantage
Featured Home
ManufacturedMH AdvantageFeatured

AMERICAN FARM HOUSE / THE LULABELLE 73AFH32764AH

Built by: Buccaneer Homes
4
2.5
2132 ft²
32'0" x 76'0"
The Lulabelle

Info
Price Quote
ManufacturedFeatured



AMERICAN FARM HOUSE / THE BOBBY JO

Built by: Buccaneer Homes
3
2
1260 ft²
16'0" x 84'0"
73AFH16843AH
Info
Price Quote
ManufacturedModularFeatured



MOSSY OAK NATIV LIVING SERIES / THE SOZO WL-MONL-8038

Built by: Deer Valley Homebuilders
3
2
2280 ft²
32'0" x 80'0"
Meticulously crafted and appointed home exudes elegance that will appeal today’s
homeowner’s expectations, features an ext...
Info
Price Quote
ManufacturedModularFeatured



MOSSY OAK NATIV LIVING SERIES / WL-MONL-6809

Built by: Deer Valley Homebuilders
3
2
1920 ft²
32'0" x 68'0"
Deer Valley Homebuilders has partnered up with Mossy Oak and the Mossy Oak Nativ
Living Series to bring you this beautiful...
Info
Price Quote
ManufacturedModularFeatured



SIGNATURE SERIES / ORCHARD HOUSE DVHBSS-9006C (PORCH)

Built by: Deer Valley Homebuilders
4
3
2580 ft²
32'0" x 90'0"
Orchard House DVHBSS-9006C (Porch) - Expansive four bedroom/three bath family
home boasts large living room, bright modern...
Info
Price Quote
See All Homes for Order


OUR BUILDERS




WE LOVE OUR CUSTOMERS

At Southern Colonel Homes, it’s our goal to provide you with an unbeatable
experience. We strive to set the industry standard for attentive, personal
customer service—we value the relationships we form with our clients, and we
treat you with dignity and respect. Our friendly, professional staff is honest,
straightforward, and won’t pressure you. We’ll dive deep to understand your
unique wants and needs to help you find your dream home! Helping people is what
we do, and we’re committed to making your final stop, the best one.

WANT TO GET IN TOUCH? CALL US AT (601) 264-1961!


3D VIRTUAL TOURS

Southern Colonel Homes’s commitment to its customers’ shopping experience and
satisfaction is exemplified by our adoption of revolutionary, innovative 3D
Virtual Home Tour technology. We invite every customer to step inside and
experience it for themselves.

As you browse our inventory of expertly built park models, keep an eye out for
the “3D Tour” icon designation!

Browse 3D Tours


OUR CORE VALUES


SOUTHERN COLONEL HOMES



Southern Colonel Homes realizes that Today’s Manufactured And Modular Home buyer
is a different buyer than of the years past. They tend to shop more, looking for
Quality, Style, and Value for their money. With these factors in mind, our
current line of homes are designed and built to offer the consumer a well
constructed home with stylish good looks and exceptional value for the dollar.
Southern Colonel Homes is a family of people who care about the customer.


ABOUT OUR PRODUCT



Southern Colonel Homes is a proud retailer in Hattiesburg, Mississippi. Our
mission is to build Manufactured and Modular Homes with Quality, Style, and
Value to meet the evolving needs of today’s hardworking families and friends.
Southern Colonel is a family owned, debt free, and financially sound company. We
have a variety of options to fit your taste and budget in order to completely
satisfy someone looking for quality and dependability without sacrificing style.
Southern Colonel always stands behind their product and provides excellent
customer service to the homeowner.


3D TOURS



Southern Colonel Homes aims to provide the ultimate shopping experience for all
homebuyers interested in a Sunshine home. In order to make it as fun and easy as
possible to find your new home, we offer revolutionary 3D Home Tours on select
floor plans. These unique and innovative virtual tours allow you to step inside
a home and explore the space with a 360 degree view from any vantage point. To
start your search, click on the “Floor Plans” tab, find a floor plan that meets
your family’s needs and click “more info.” There, you will find the 3d tours,
videos, HD photo’s and any specs on those homes. There is no better way to shop
for a new home.


WE ARE HATTIESBURG’S ONE STOP SHOP FOR ALL YOUR MANUFACTURED HOUSING NEEDS




WHAT THEY SAY ABOUT US

I recommend them to anyone looking for a mobile home, they truly care about
their customers and definitely go above and beyond for them. If you are looking
for your perfect home then look no further, I assure you this is the place to
get it. We’ve been in our house for almost 2 months and she still checks on us,
can’t get much better service than that.

Danita Brantly
Southern Colonel Homes

7390 US Highway 49
Hattiesburg, MS 39402
(601) 264-1961

© Southern Colonel Homes. All rights reserved.


 * Home
 * Floor Plans
 * Homes On Display
 * About Us
 * Contact Us
 * MH Advantage
 * Happy Customers
 * A to Z Home Parts
 * Bradford Furniture

 * Home
 * Floor Plans
 * Homes On Display
 * About Us
 * Contact Us
 * MH Advantage
 * Happy Customers
 * A to Z Home Parts
 * Bradford Furniture


WHY CHOOSE US

Southern Colonel Homes offers its potential homebuyers in the state of
Mississippi affordability, convenience, and a commitment to service. Whether our
customers choose Manufactured Homes or Modular Homes, we have the knowledge and
the ability to make their dreams a reality.

Powered by ManufacturedHomes.com