www.richeywoodsliving.com Open in urlscan Pro
2606:4700::6812:622b  Public Scan

Submitted URL: http://richeywoodsliving.com/
Effective URL: https://www.richeywoodsliving.com/
Submission Tags: phishingrod
Submission: On May 03 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form id="myContactForm" class="contact-form needs-validation" novalidate="" method="post">
  <p class="mb-3">* indicates required fields.</p>
  <fieldset>
    <legend class="h3 ">Personal Information</legend>
    <input type="hidden" id="contact-request-verification-token" name="request-verification-token"
      value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ23PjNpTioioJVf1lxR4rAG-YeZaVduR-YsXQrEzGw8s4CVr1YCkcooH1A4hXxRT0rb7Y0Cdn92WVTQfP6bL0PreFkKsZSrJsh8mp6UPkCSjv8bNy_25t5wYJ1ezAs90OM">
    <div class="d-flex flex-wrap flex-sm-nowrap">
      <div class="form-group w-100 pr-sm-4 floating-label">
        <label for="firstname">
          <span>First Name*</span>
        </label>
        <input type="text" id="firstname" aria-invalid="false" class="form-control required" data-aria-describedby="invalidFirstname" aria-required="true" data-selenium-id="txtName" autocomplete="given-name" data-val="true"
          data-val-required="Please enter your First name" name="FirstName" value="">
        <div class="invalid-feedback" id="invalidFirstname" aria-hidden="true"> Error: Please provide a valid First Name. </div>
      </div>
      <div class="form-group w-100 floating-label">
        <label for="lastname">
          <span>Last Name*</span>
        </label>
        <input type="text" id="lastname" class="form-control required" aria-invalid="false" data-aria-describedby="invalidLastname" aria-required="true" data-selenium-id="txtName2" autocomplete="family-name" data-val="true"
          data-val-required="Please enter your Last name" name="LastName" value="">
        <div class="invalid-feedback" id="invalidLastname" aria-hidden="true"> Error: Please provide a valid Last Name. </div>
      </div>
    </div>
    <div class="form-group floating-label">
      <label for="email"> Email Address* </label>
      <input id="email" type="email" class="form-control required" aria-invalid="false" data-aria-describedby="invalidEmail" aria-required="true" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$" data-selenium-id="txtEmail"
        autocomplete="email" data-val="true" data-val-required="Please enter Email" name="Email" value="">
      <div class="invalid-feedback" id="invalidEmail" aria-hidden="true"> Error: Please enter a valid Email Address. </div>
    </div>
    <div class="form-group floating-label ">
      <label for="phonenumber"> Phone Number* </label>
      <input type="tel" id="phonenumber" class=" form-control Phone required" aria-invalid="false" data-aria-describedby="invalidPhonenumber" aria-required="true" pattern="^(1)?(-|.)?(\()?([0-9]{3})(\))?(-|.)?([0-9]{3})(-|.)?([0-9]{4})($|\D+.+$)"
        data-selenium-id="txtPhone" autocomplete="tel" data-country="US" data-val="true" data-val-required="You must provide a phone number" name="Phone" value="">
      <div class="invalid-feedback" id="invalidPhonenumber" aria-hidden="true"> Error: Please enter a valid Phone Number. </div>
      <div class="checkbox" name="smsopt-block">
        <input id="smsopt" type="checkbox" data-selenium-id="smsopt" class="form-check-input" data-val="true" data-val-required="The smsopt field is required." name="smsopt" value="true">
        <label for="smsopt"> Yes, I'd be happy to receive text messages! </label>
        <div class="text-right">
          <a class="color-inherit" aria-expanded="false" role="button" href="javascript:void(0)" onclick="ysi.contact.toggletextsmsopt(this, '')">Show More <span class="sr-only">about receiving text messages</span></a>
        </div>
        <div class="mb-4 d-none" aria-hidden="true" id="smsopttext">
          <p>By checking this box, you agree to receive marketing text messages from Concord Management. You may unsubscribe at any time. You understand that your consent is not a condition to make any purchase of property, goods or services. Msg and
            Data rates may apply. Concord Management's website and communications are subject to our
            <a class="color-inherit" href="/privacypolicy" target="_blank" data-selenium-id="SID_contactus_privacypolicy">Privacy Policy<span class="sr-only">Opens in a new tab</span> </a> and
            <a class="color-inherit" href="/termsandconditions" target="_blank" data-selenium-id="SID_contactus_termsandconditions">Terms of Service<span class="sr-only">Opens in a new tab</span> </a>.</p>
        </div>
      </div>
    </div>
  </fieldset>
  <div name="additionalfields">
    <fieldset>
      <legend class="h3">Additional Information</legend>
      <input type="hidden" id="ShowExtraFields" name="ShowExtraFields" value="True">
      <div class="d-flex flex-wrap flex-sm-nowrap">
        <div class="form-group w-100 floating-label" id="noofbed">
          <label for="BedroomsControlSelect" style="font-size: 0px;"> Bedroom </label>
          <select class="form-control contactusstep2 " aria-required="false" aria-invalid="false" data-aria-describedby="invalidbed" id="BedroomsControlSelect" onchange="ysi.contact.getOption();">
            <option value="" selected="" disabled="" hidden="">Bedroom</option>
            <option value="">Any</option>
            <option value="2">2 Bedroom</option>
            <option value="1">1 Bedroom</option>
          </select>
          <div class="invalid-feedback" asp-validation-for="bed" id="invalidbed" aria-hidden="true"> Error : Please select a Bedroom field. </div>
        </div>
        <input type="hidden" name="txtBedroom" id="txtBedroom" value="">
        <div class="form-group w-100 floating-label ml-sm-4">
          <label class="text-dark" for="rent"> Preferred Rent </label>
          <input type="text" inputmode="numeric" pattern="[0-9]*" oninput="this.value = this.value.replace(/^0[0-9]*/g, '').replace(/[^0-9]*/g, '').replace(/(\..*)\./g, '$1');" class="form-control rent " id="rent" name="rent" value=""
            aria-invalid="false" data-aria-describedby="invalidrent" placeholder="$" aria-required="false">
          <div class="invalid-feedback" asp-validation-for="rent" id="invalidrent" aria-hidden="true"> Error : Please enter a valid Preferred Rent field. </div>
        </div>
      </div>
      <div class="form-group input-group floating-label d-flex flex-wrap">
        <label class="text-dark" for="txtDesiredMoveinDate"> Move-In Date </label>
        <input type="text" name="txtDesiredMoveinDate" autocomplete="off" aria-invalid="false" data-aria-describedby="invalidDate" id="txtDesiredMoveinDate" data-additionalfieldreq="true" class="form-control contactusstep2 " value=""
          aria-required="false" placeholder="M/d/yyyy" data-dateformat="M/d/yyyy" aria-label="Desired move in date, please enter the date in format of M/d/yyyy">
        <div class="input-group-append">
          <button class="btn btn-light btn-sm border" id="txtDesiredMoveinDate-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
        </div>
        <div class="invalid-feedback" id="invalidDate" aria-hidden="true"> Error: Please enter a valid Move-In Date field. </div>
      </div>
    </fieldset>
  </div>
  <div class="form-group floating-label " id="messagetextArea">
    <label for="message"> Message <span>*</span>
    </label>
    <textarea id="message" data-aria-describedby="invalidMessage" class="form-control required" aria-required="true" rows="3" data-selenium-id="txtComments" name="Message"></textarea>
    <div class="invalid-feedback" id="invalidMessage" aria-hidden="true"> Error: Please enter a message. </div>
  </div>
  <input type="hidden" name="AdwordsNetwork" id="AdwordsNetwork" value="">
  <input type="hidden" name="contactUsUrlPattern" id="contactUsUrlPattern" value="">
  <input type="hidden" name="AdwordsDevice" id="AdwordsDevice" value="">
  <input type="hidden" name="AdwordsKeyword" id="AdwordsKeyword" value="">
  <input type="hidden" name="AdwordsAdgroup" id="AdwordsAdgroup" value="">
  <input type="hidden" name="AdwordsCampaign" id="AdwordsCampaign" value="">
  <input type="hidden" name="AdwordsGclid" id="AdwordsGclid" value="">
  <input type="hidden" name="useragent" id="useragent" value="">
  <input type="hidden" name="prefix" id="prefix" value="">
  <input type="hidden" name="formtype" id="formtype" value="contactus">
  <input type="hidden" name="notifyby" id="notifyby" value="0">
  <input type="hidden" name="rcprid" id="rcprid">
  <input data-selenium-id="Prefer" name="Prefer" type="hidden" id="Prefer" value="byEmail">
  <input type="hidden" name="txtPreferredMoC" id="txtPreferredMoC" value="3">
  <input type="hidden" name="txtisresidentoption" id="txtisresidentoption" value="0">
  <input type="hidden" name="ContactPersonType" id="ContactPersonType" value="">
  <input type="hidden" name="SendEmailTo" id="SendEmailTo" value="">
  <input type="hidden" name="IsforCorpProperty" id="IsforCorpProperty" value="0">
  <input type="hidden" name="RCPropertyId" id="RCPropertyId">
  <input type="hidden" name="IsCanadaProperty" id="IsCanadaProperty" value="False">
  <input type="hidden" name="IsFlexProperty" id="IsFlexProperty" value="False">
  <input type="hidden" name="IsPureConventionalProp" id="IsPureConventionalProp" value="False">
  <input type="hidden" name="IsPureStudentProp" id="IsPureStudentProp" value="False">
  <input type="hidden" name="UseFlexibleAcademicTerm" id="UseFlexibleAcademicTerm" value="False">
  <input type="hidden" name="HideSchool" id="HideSchool" value="False">
  <input type="hidden" name="FlexAcademicTerm" id="FlexAcademicTerm" value="">
  <input type="hidden" name="FlexSchool" id="FlexSchool" value="0">
  <input type="hidden" name="FlexibleAcademicTermsJson" id="FlexibleAcademicTermsJson" value="">
  <div class="form-group mt-4 mb-4">
    <div id="recaptcha-block" class="form-control p-0 border-0 bg-transparent  d-none">
      <div id="recaptcha" class="recaptcha" style="min-height: 78px"></div>
      <input type="hidden" name="g-recaptcha-response-ent" id="recaptchag-recaptcha-response-ent" value="">
      <input type="hidden" name="failed-captcha-ent" id="recaptchafailed-captcha-ent" value="false">
    </div>
    <div class="invalid-feedback" id="invalidCaptch"> Error: Please verify you are not a robot. </div>
    <div class="grecaptcha-terms"> This site is protected by reCAPTCHA. Google <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/privacy">Privacy Policy <span class="sr-only">Opens in a new tab</span></a> and
      <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/terms">Terms of Service  <span class="sr-only">Opens in a new tab</span></a> apply. </div>
  </div>
  <input type="hidden" id="UseNewCaptcha" name="UseNewCaptcha" value="True">
  <button class="submit-button btn btn-primary py-3 px-5 btn-block" type="button" data-selenium-id="fakebutton" data-translation="Processing Request…" aria-live="assertive">Send My Message</button>
  <button hidden="" id="btnsave" type="button">Send My Message</button>
  <input type="hidden" id="btninnertext" name="btninnertext" value="">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ23PjNpTioioJVf1lxR4rAG-YeZaVduR-YsXQrEzGw8s4CVr1YCkcooH1A4hXxRT0rb7Y0Cdn92WVTQfP6bL0PreFkKsZSrJsh8mp6UPkCSjv8bNy_25t5wYJ1ezAs90OM"><input name="smsopt"
    type="hidden" value="false">
</form>

Text Content

Skip to main content
Toggle Navigation
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Phone Number (844) 395-0539
 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Map
 * Eligibility
 * Let's Get Started
 * Contact Us
 * About Us
   * About Us
   * Newsletter opens in a new tab

Phone Number (844) 395-0539
 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Map
 * Eligibility
 * Let's Get Started
 * Contact Us
 * About Us
   * About Us
   * Newsletter opens in a new tab

Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab

Apply Now
Floor Plans


WELCOME TO RICHEY WOODS
SENIOR LIVING IN NEW PORT RICHEY, FL


APARTMENT HOMES FOR THOSE AGED 55 AND UP*



A coastal retreat where contemporary, affordable senior living has arrived!
Richey Woods Apartments in New Port Richey, Florida is located off Congress
Street and is just minutes from US-19, Ridge Road, and Little Road.

Richey Woods Senior Living is a mixed-income community that offers apartment
homes for unrestricted and restricted-income residents.

*See the Eligibility tab for specifics.



YOUR HOME AWAITS

CLUBHOUSE
1965 MUSTANG POOL TABLE
PET FRIENDLY
View All Our Amenities

We’re focused on our residents’ wants and needs and it shows in our welcoming
community and apartment amenities. We strive to provide a welcoming atmosphere
with all the perks and amenities that will make you feel at home.

At Richey Woods, take advantage of the resident activities offered and community
amenities with planned resident activities, a heart-healthy cardio & fitness
studio, and a shuffleboard court.

Paired with our community amenities, our apartment amenities will simplify your
life. Our apartment homes include amenities such as fabulous Chef-Style kitchens
with Granite Countertops and Stainless Steel energy-efficient appliances along
with an open floor plan perfect for entertaining.

 * 
 * 


PHOTO GALLERY

PHOTO GALLERY

We invite you to browse our community's photo gallery and see why we're the best
fit for you and your lifestyle.

To get the whole experience, please schedule a visit to our property!

View Gallery


FLOOR PLANS

FLOOR PLANS
APARTMENTS THAT ARE TAILORED TO YOU

Looking for an apartment that aligns with your unique style? Look no further!
Our apartments were designed with you in mind. We know how important it is to
come home to a relaxing and welcoming atmosphere!

These uniquely designed apartments feature one and two-bedroom homes and an open
floor plan perfect for entertaining.

Check out our available apartments with detailed information about the floor
plans, amenities, and more.

View Floor Plans


NEIGHBORHOOD

YOU BELONG HERE

Location, location, location. We understand that the neighborhood you live in is
important. Richey Woods Senior Living is in convenient proximity to everything
you would need; including retail, grocery, medical, and post office options.

Enjoy shopping and dining at Main Street, recreation at the New Port Richey
Recreation & Aquatic Center, and Sims Park, or catch a live show at Richey
Suncoast Theatre.

Come check us out in person to see why you should consider making Richey Woods
Senior Living your next home.

Get Directions



GET IN TOUCH

Interested in visiting our property? Fill out the form or call the number below
and we will reach out to you shortly! We look forward to hearing from you!


HOW CAN WE HELP YOU?

* indicates required fields.

Personal Information
First Name*
Error: Please provide a valid First Name.
Last Name*
Error: Please provide a valid Last Name.
Email Address*
Error: Please enter a valid Email Address.
Phone Number*
Error: Please enter a valid Phone Number.
Yes, I'd be happy to receive text messages!
Show More about receiving text messages

By checking this box, you agree to receive marketing text messages from Concord
Management. You may unsubscribe at any time. You understand that your consent is
not a condition to make any purchase of property, goods or services. Msg and
Data rates may apply. Concord Management's website and communications are
subject to our Privacy PolicyOpens in a new tab and Terms of ServiceOpens in a
new tab .

Additional Information
Bedroom Bedroom Any 2 Bedroom 1 Bedroom
Error : Please select a Bedroom field.
Preferred Rent
Error : Please enter a valid Preferred Rent field.
Move-In Date

Error: Please enter a valid Move-In Date field.
Message *
Error: Please enter a message.
Error: Please verify you are not a robot.
This site is protected by reCAPTCHA. Google Privacy Policy Opens in a new tab
and Terms of Service Opens in a new tab apply.
Send My Message Send My Message


GET IN TOUCH

Interested in visiting our property? Fill out the form or call the number below
and we will reach out to you shortly! We look forward to hearing from you!


VISIT US

Richey Woods Senior Living
6400 Sentry Way
New Port Richey, FL 34653
Opens in a new tab
Phone Number (844) 395-0539
 * 
 * 
 * 




OFFICE HOURS

 * Monday: 10:00 AM to - 4:00 PM
 * Tuesday: 10:00 AM to - 4:00 PM
 * Wednesday: 10:00 AM to - 4:00 PM
 * Thursday: Closed
 * Friday: 10:00 AM to - 3:00 PM
 * Saturday: Closed
 * Sunday: Closed



Fri: By Appointment Only
(Please contact us to schedule an appointment)
Thu, Sat-Sun: Closed

 * Resident Login Opens in a new tab
 * Applicant Login Opens in a new tab
 * Terms and Conditions Opens in a new tab
 * Privacy Policy Opens in a new tab
 * Contact Us
 * Accessibility Statement Opens in a new tab

Equal housing opportunity © 2024 Concord Management. All Rights Reserved. |
Powered by RentCafe (© 2024 Yardi Systems, Inc.All Rights Reserved.)

Go to top
Front desk options
Email Us Call Us


CONTACT US




CALL US

Phone Number (844) 395-0539
 * Monday: 10:00 AM to - 4:00 PM
 * Tuesday: 10:00 AM to - 4:00 PM
 * Wednesday: 10:00 AM to - 4:00 PM
 * Thursday: Closed
 * Friday: 10:00 AM to - 3:00 PM
 * Saturday: Closed
 * Sunday: Closed



Fri: By Appointment Only
(Please contact us to schedule an appointment)
Thu, Sat-Sun: Closed

Richey Woods Senior Living
6400 Sentry Way
New Port Richey, FL 34653
Opens in a new tab