crogers.sellingthelakecountry.com Open in urlscan Pro
204.232.141.225  Public Scan

Submitted URL: http://crogers.sellingthelakecountry.com/
Effective URL: https://crogers.sellingthelakecountry.com/
Submission: On March 22 via api from CA — Scanned from CA

Form analysis 7 forms found in the DOM

<form><label class="form__label form__label--hidden" for="bt-ballerbox__autocomplete-input--id">Search Properties</label>
  <div class="grid ballerbox-wrapper--large">
    <div class="cell">
      <div class="form__input-group">
        <div class="bt-ccomp bt-ccomp__dropdown height-1-1"><button class="btn bt-ccomp__trigger at-searchby-trigger form__input-prefix ballerbox__searchby-button btn--width-auto" type="button" name="ballerbox__searchby-button">Search By
            <i class="fa-angle-down far fa-fw bt-fa-icon"></i></button><span></span></div><input class="ballerbox__autocomplete-input form__input--grouped" type="text" name="bt-ballerbox__autocomplete-input--id"
          id="bt-ballerbox__autocomplete-input--id" role="combobox" aria-autocomplete="list" aria-expanded="false" autocomplete="off" placeholder="Type any Area, Address, ZIP, School, etc." value="">
      </div>
    </div>
    <div class="cell cell--autoSize"><button class="btn ml-8 btn--width-auto btn--primary-override" data-cy="homepage__ballerbox__search-button"
        type="submit"><i class="fa-search fas fa-fw bt-fa-icon ballerbox__search-button__icon" title="Find Your Home"></i><span class="ballerbox__search-button__text">Find Your Home</span></button></div>
  </div><button class="btn ballerbox__nearby-button--homepage btn--text" type="button"><i class="fa-location-arrow fas fa-fw bt-fa-icon"></i> Search Properties Near Me</button>
</form>

<form class="js-contact-form" data-formname="contactagent" data-agentid="256223" data-parsley-validate="">
  <h3 class="bt-heading__h3">Contact Me</h3>
  <div class="btgf-field">
    <div class="form__group">
      <div class="form__label-group">
        <label class="form__label" for="homeWidgetFirstName">First Name</label>
        <span class="form__required-text" aria-label="required" title="required">*</span>
      </div>
      <input id="homeWidgetFirstName" name="js-txtFirstName" autocomplete="given-name" class="form__input js-txtFirstName at-firstName-txt" value="" data-parsley-isvalid="" required="">
    </div>
  </div>
  <div class="btgf-field">
    <div class="form__group">
      <div class="form__label-group">
        <label class="form__label" for="homeWidgetLastName">Last Name</label>
        <span class="form__required-text" aria-label="required" title="required">*</span>
      </div>
      <input id="homeWidgetLastName" name="js-txtLastName" autocomplete="family-name" class="form__input js-txtLastName at-lastName-txt" value="" data-parsley-isvalid="" required="">
    </div>
  </div>
  <div class="btgf-field">
    <div class="form__group">
      <div class="form__label-group">
        <label class="form__label" for="homeWidgetEmail">Email Address</label>
        <span class="form__required-text" aria-label="required" title="required">*</span>
      </div>
      <input type="email" id="homeWidgetEmail" name="js-txtEmail" autocomplete="email" class="form__input js-txtEmail at-email-txt" value="" data-parsley-emailsanitizer="" required="">
    </div>
  </div>
  <div class="btgf-field">
    <div class="form__group">
      <div class="form__label-group">
        <label class="form__label" for="homeWidgetPhone">Phone Number</label>
        <span class="form__required-text" aria-label="required" title="required">*</span>
      </div>
      <input id="homeWidgetPhone" name="js-txtPhone" autocomplete="tel" class="form__input js-txtPhone at-phone-txt" value="" data-parsley-phone="" required="">
    </div>
  </div>
  <div class="btgf-field">
    <div class="form__group">
      <div class="form__label-group">
        <label class="form__label" for="homeWidgetMsg">Message</label>
      </div>
      <textarea id="homeWidgetMsg" name="js-txtFeatures" class="form__textarea js-txtFeatures at-comment-txt" cols="30" rows="5"></textarea>
    </div>
  </div>
  <div class="btgf-submit btgf-submit--justify-start">
    <input type="hidden" name="LastName" class="LastName" aria-label="hidden field">
    <button class="btn btn--primary js-btnSubmitForm at-submit-btn">Submit</button>
  </div>
  <p>
    <label class="bt-disclaimer-contact-form" style=""><input type="hidden" id="leadid_tcpa_disclosure"><strong>Disclaimer:</strong> <span>By entering your information and clicking "Continue" you agree to our Terms of Use and Privacy Policy and that
        you may be contacted by phone, text message and email about your inquiry.</span>
    </label>
  </p>
</form>

<form class="js-register-form" data-parsley-validate="">
  <div class="alert alert--small uk-hidden js-alert-messages-container"></div>
  <div class="form__group">
    <div class="form__label-group">
      <label class="form__label bt-text--regular font-size--14" for="registerEmailStep1">Email Address (Must be valid)</label>
    </div>
    <input type="email" name="email" id="registerEmailStep1" autocomplete="email" data-cy="reg-form__step-one-email" class="form__input form__input--square at-email-txt at-squeeze-email-txt" data-parsley-emailsanitizer="" required="">
  </div>
  <div class="grid grid--gutters grid-xs--full">
    <div class="cell text-xs--center">
      <button class="btn btn--primary btn--primary-red btn--width-full btn--square btn--size-large bt-text--regular mt-4 js-next-step-two at-submit-btn" data-cy="reg-form__continue-with-email">Continue With Email</button>
      <div class="uk-text-bold uk-text-muted mt-12">Already signed up? <a href="#" class="js-user-signin" data-cy="reg-form__log-in-button">Log in</a></div>
    </div>
  </div>
</form>

<form class="js-sign-in-form" data-parsley-validate="">
  <div class="alert alert--small uk-hidden js-alert-messages-container"></div>
  <div class="form__group mb-12">
    <div class="form__label-group">
      <label class="form__label bt-text--regular font-size--14" for="loginEmail">Email Address</label>
    </div>
    <input type="email" name="username" id="loginEmail" data-cy="sign-in__email" class="form__input form__input--square at-email-txt" data-parsley-emailsanitizer="" required="">
  </div>
  <div class="form__group mb-12">
    <div class="form__label-group">
      <label class="form__label bt-text--regular font-size--14" for="loginPassword">Password (May also be your phone #)</label>
    </div>
    <input type="password" name="password" id="loginPassword" data-cy="sign-in__password" class="form__input form__input--square form__input--large" required="">
  </div>
  <div class="grid grid--gutters grid-xs--full">
    <div class="cell text-xs--center">
      <input type="hidden" name="LastName" class="LastName" aria-label="hidden field">
      <button class="btn btn--primary btn--primary-red btn--width-full btn--square btn--size-large bt-text--regular mt-4 js-signin-button" data-cy="sign-in__sign-in-button">Sign In</button>
      <div>
        <button type="button" class="btn btn--text js-user-password-reset">Trouble logging in?</button>
      </div>
    </div>
  </div>
</form>

<form class="js-forgot-form" data-parsley-validate="">
  <div class="grid grid--justifyCenter">
    <div class="cell cell-md-9">
      <div class="alert alert--small uk-hidden js-alert-messages-container"></div>
      <div class="grid grid--gutters grid-xs--full">
        <div class="cell">
          <div class="btgf-field">
            <div class="form__group">
              <div class="form__label-group">
                <label class="form__label bt-text--regular font-size--14" for="unableEmail">Email Address</label>
              </div>
              <input type="email" id="unableEmail" name="email" autocomplete="given-name" class="form__input form__input--square at-email-txt" data-parsley-emailsanitizer="" required="">
            </div>
          </div>
        </div>
        <div class="cell text-xs--center">
          <input type="text" name="LastName" class="LastName uk-hidden" aria-label="hidden field">
          <button type="submit" class="btn btn--primary btn--primary-red btn--width-full btn--square btn--size-large bt-text--regular js-forgot-button at-submit-btn">Send Password</button>
          <div class="mt-12"><button type="button" class="btn btn--text btn--width-full js-user-signin">Back to Log in</button></div>
        </div>
      </div>
    </div>
  </div>
</form>

<form>
  <button class="btn btn--primary btn--primary-red btn--square btn--size-large bt-text--regular js-opt-me-in at-submit-btn" data-cy="opt-in__button">It's OK to Email Me!</button>
  <div class="mt-4">
    <a class="js-no-thanks" href="#" data-cy="opt-in__no-thanks">No thanks</a>
  </div>
</form>

<form class="js-complete-register-form" data-parsley-validate="">
  <div class="btgf-field">
    <div class="form__group mb-12">
      <div class="form__label-group">
        <label class="form__label bt-text--regular font-size--14" for="registerFullNameStep2">Full Name (First &amp; Last)</label>
      </div>
      <input name="fullname" id="registerFullNameStep2" autocomplete="name" data-cy="reg-form__step-two-full-name" class="form__input form__input--square js-regform__full-name at-fullName-txt at-squeeze-fullName-txt" data-parsley-fullname=""
        required="">
    </div>
  </div>
  <div class="btgf-field">
    <div class="form__group mb-12">
      <div class="form__label-group">
        <label class="form__label bt-text--regular font-size--14" for="registerPhoneStep2">Phone Number (Used as Password)</label>
      </div>
      <input type="tel" name="phone" id="registerPhoneStep2" autocomplete="tel" data-cy="reg-form__step-two-phone" class="form__input form__input--square js-fb-phone at-phone-txt at-squeeze-phone-txt" data-parsley-phone="" required="">
    </div>
  </div>
  <div class="grid grid--gutters grid-xs--full">
    <div class="cell text-xs--center">
      <input type="hidden" id="registerEmailStep2" class="at-email-txt" name="email" data-parsley-email="" required="">
      <input type="text" name="LastName" class="LastName uk-hidden" aria-label="hidden field">
      <button data-cy="reg-form__step-two-submit" class="btn btn--primary btn--primary-red btn--width-full btn--square btn--size-large bt-text--regular mt-4 js-updatePhone-button at-complete-registration-btn at-submit-btn">I'm Finished</button>
    </div>
  </div>
</form>

Text Content

Skip To Content
 * Home
 * Search
    * Agent
    * Map Search
    * My Listings

 * Buying
 * Financing
    * Hulsey Mortgage Team – Stockton Mortgage – GA, SC, & TN
    * Element Funding – GA
    * The Home Loan Expert – TN

 * Selling
    * Sell Your Home
    * What’s My Home Worth?

 * Lake Country Life
    * Team44Strong
    * Nashville Warriors
    * Blog
    * Community Guides

 * Join Us
    * How to Make $1 million in the next 10 years

 * Contact Me
    * Learn More About EXIT Realty

 * Saved Searches 0
    * You currently have no saved searches

 * Favorites 0
 * 
 * Sign In




GET AN INSTANT OFFER ON YOUR HOME!

Sell Your Home
Buy a Home
Search Properties
Search By
Find Your Home
Search Properties Near Me
See All Listings
Gallery View
Photo gallery of properties
See All Listings
Map View
Google map, sidebar of properties
Contact Us
Talk with an Agent
Have a question?
Carson Rogers
Salesperson/Realtor
Office: 706-377-3948
Mobile: 478-595-5565

Carson's Bio is COMING SOON!


FIND YOUR LAKE COUNTRY DREAM HOME!

EXIT Realty Lake Country is your one-stop source to finding your dream home in
Georgia, South Carolina and Middle Tennessee’s Lake Country. We are THE real
estate experts whose ONLY goal is to provide outstanding service to achieve
excellent results for our clients. Whether you are buying, selling, relocating
or investing, we work tirelessly to make your Lake Country dreams a reality. We
look forward to earning your trust and your business!


TOP AREAS & NEIGHBORHOODS

 * Mt. Juliet, TN 95
 * Nashville, TN 630
 * NE Metro Atlanta 1935
 * Greensboro, GA 427
 * Milledgeville, GA 121
 * Hartwell, GA 145
 * Madison, GA 114
 * Watkinsville, GA 84
 * Eatonton, GA 273
 * Athens, GA 277
 * Lake Oconee 112
 * Lake Hartwell 143
 * Lake Lanier 571
 * Lake Sinclair 8





Carson Rogers
Salesperson/Realtor
Office: 706-377-3948
Mobile: 478-595-5565


CONTACT ME

First Name *
Last Name *
Email Address *
Phone Number *
Message
Submit

Disclaimer: By entering your information and clicking "Continue" you agree to
our Terms of Use and Privacy Policy and that you may be contacted by phone, text
message and email about your inquiry.


GUIDES

 * Mt. Juliet, TN
 * Nashville, TN
 * NE Metro Atlanta
 * Greensboro, GA
 * Milledgeville, GA
 * More Guides


COMPANY

 * Our Blog
 * Contact Us


RESOURCES

 * Buy a Home
 * Sell Your Home
 * Finance


GET SOCIAL




ABOUT US

EXIT Realty Lake Country is Lake Country's most innovative real estate team.

EXIT Realty Lake Country
1031 Village Park Ste. 101, Greensboro, GA 30642
888-657-EXIT(3948)



Properties marked with the IDX logo are provided courtesy of the RealTracs
Internet Data Exchange Program. Some or all of the listings may not belong to
the firm whose website is being visited (EXIT Realty Lake Country,
888-657-EXIT(3948)). IDX information © 2022 MTRMLS, Inc. Information is believed
to be accurate but not guaranteed by the MLS or EXIT Realty Lake Country. IDX
information is provided exclusively for consumers' personal, non-commercial use
and may not be used for any purpose other than to identify prospective
properties consumers may be interested in purchasing. Data last updated
2022-03-22T14:05:13.153.

Based on information submitted to the MLS GRID as of 2022-03-22T14:05:13.153.
All data is obtained from various sources and may not have been verified by
broker or MLS GRID. Supplied Open House Information is subject to change without
notice. All information should be independently reviewed and verified for
accuracy. Properties may or may not be listed by the office/agent presenting the
information.

© 2022 Multiple Listing Service of the Athens Area Association of REALTORS®. All
Rights Reserved. The data relating to real estate for sale or lease on this web
site comes in part from the MLS of the Athens Area Association of REALTORS®
Broker Reciprocity Database. Real estate listings held by brokerage firms other
than EXIT Realty Lake Country are marked with the Broker Reciprocity logo or an
abbreviated logo and detailed information about them includes the name of the
listing broker. IDX information is provided exclusively for consumers' personal,
non-commercial use and may not be used for any purpose other than to identify
prospective properties consumers may be interested in purchasing. Information is
deemed reliable but is not guaranteed accurate by the MLS or EXIT Realty Lake
Country. Data last updated: 2022-03-22T14:21:18.05.

© 2022 Georgia Multiple Listing Service, Inc. All rights reserved. The data
relating to real estate for sale or lease on this web site comes in part from
GAMLS. Real estate listings held by brokerage firms other than EXIT Realty Lake
Country are marked with the GAMLS logo or an abbreviated logo and detailed
information about them includes the name of the listing broker. IDX information
is provided exclusively for consumers' personal, non-commercial use and may not
be used for any purpose other than to identify prospective properties consumers
may be interested in purchasing. Information is deemed reliable but is not
guaranteed accurate by GAMLS or EXIT Realty Lake Country. Data last updated:
2022-03-22T14:05:43.083.

© 2022 Lake Country Board of Realtors Multiple Listing Service. All rights
reserved. IDX information is provided exclusively for consumers' personal,
non-commercial use and may not be used for any purpose other than to identify
prospective properties consumers may be interested in purchasing. Information is
deemed reliable but is not guaranteed accurate by the MLS or EXIT Realty Lake
Country. Data last updated: 2022-03-22T14:09:29.163.

© 2022 Western Upstate Multiple Listing Service, Inc. All rights reserved. This
information is deemed reliable, but not guaranteed. Neither the Western Upstate
Association of REALTORS®, Inc. or Western Upstate Multiple Listing Service of
South Carolina, Inc., nor the listing broker, nor their agents or subagents are
responsible for the accuracy of this information. The buyer is responsible for
verifying all information. This information is provided by the Western Upstate
Association of REALTORS®, Inc. and Western Upstate Multiple Listing Service of
South Carolina, Inc. for use by its members and is not intended for the use for
any other purpose. The data relating to real estate for sale on this Web site
comes in part from the Broker Reciprocity Program of the Western Upstate
Association of REALTORS®, Inc. and the Western Upstate Multiple Listing Service,
Inc. Data last updated: 2022-03-22T13:35:54.57.

IDX information © 2022 Greater Augusta Association of Realtors. IDX information
is provided exclusively for consumers' personal, non-commercial use and may not
be used for any purpose other than to identify prospective properties consumers
may be interested in purchasing. Information is believed to be accurate but not
guaranteed by the MLS or EXIT Realty Lake Country. Data last updated
2022-03-22T13:55:45.653.

© 2022 Greater Greenville Association of Realtors Multiple Listing Service. All
rights reserved. IDX information is provided exclusively for consumers'
personal, non-commercial use and may not be used for any purpose other than to
identify prospective properties consumers may be interested in purchasing.
Information is deemed reliable but is not guaranteed accurate by the MLS or EXIT
Realty Lake Country. Data last updated 2022-03-22T14:01:12.78.

 * © 2022
 * Terms of Use
 * Privacy Policy
 * Accessibility
 * DMCA
 * Listings Sitemap

Sign In
Register
My Account
Sign Out
 * Home
 * Search
    * Agent
    * Map Search
    * My Listings

 * Buying
 * Financing
    * Hulsey Mortgage Team – Stockton Mortgage – GA, SC, & TN
    * Element Funding – GA
    * The Home Loan Expert – TN

 * Selling
    * Sell Your Home
    * What’s My Home Worth?

 * Lake Country Life
    * Team44Strong
    * Nashville Warriors
    * Blog
    * Community Guides

 * Join Us
    * How to Make $1 million in the next 10 years

 * Contact Me
    * Learn More About EXIT Realty

 * Saved Searches 0
    * You currently have no saved searches

 * Favorites 0

"
 * Register
 * Sign In
 * Trouble Logging In?
 * OptIn
 * Register
   

 * Free Account Activation
   Free and complete access in 20 seconds...
   
   Continue with Google
   or
   Email Address (Must be valid)
   Continue With Email
   Already signed up? Log in
   
   In agreement with our Terms of Use and Privacy Policy.
   
   Disclaimer: By entering your information and clicking "Continue" you agree to
   our Terms of Use and Privacy Policy and that you may be contacted by phone,
   text message and email about your inquiry.
 * Existing Members
   Not a member? Register for free
   
   Continue with Google
   or
   Email Address
   Password (May also be your phone #)
   Sign In
   Trouble logging in?
 * Unable to login?
   Please enter the email address you registered with and we'll send your
   password to you.
   Email Address
   Send Password
   Back to Log in
 * Welcome!
   Did you know that you can set up e-Alerts for your searches and have matching
   results delivered directly to your inbox? We just need your permission to
   email you.
   It's OK to Email Me!
   No thanks

Email Registration
Just a few more details so we can help you
(All fields are required.)
Full Name (First & Last)
Phone Number (Used as Password)
I'm Finished

In agreement with our Terms of Use and Privacy Policy.