itscindynotjake.com Open in urlscan Pro
34.69.219.172  Public Scan

Submitted URL: http://itscindynotjake.com/
Effective URL: https://itscindynotjake.com/
Submission Tags: discord.fish
Submission: On July 16 via api from FI — Scanned from FI

Form analysis 2 forms found in the DOM

#

<form id="quote-start-s0gzamq" action="#">
  <!-- start partial: form-label.hbs -->
  <label for="gaq-product-s0gzamq" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white mt-3" :class="{}">
    <span class="block pt-2 text-sm text-gray-700">Insurance Product:</span>
    <div class="relative inline-block w-full">
      <select id="gaq-product-s0gzamq" name="field-auto" class="block w-full pr-8 text-xl leading-tight bg-white appearance-none" @change="selectProduct()" x-model="productKey" aria-label="Product Quote Select" aria-controls="specific-location-info">
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
      </select>
      <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: form-label.hbs -->
  <div id="specific-location-info-s0gzamq" class="flex mt-2 flex-nowrap">
    <div class="w-full">
      <template x-if="type()=='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-zip-s0gzamq" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
          <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
          <input id="gaq-zip-s0gzamq" type="text" class="w-full text-xl" x-model="zip" name="field-zip" aria-label="Zipcode Input" aria-required="true" :aria-invalid="zipInvalid" :aria-describedby="describeErrorsID(true)">
        </label>
        <!-- end partial: form-label.hbs -->
      </template><label for="gaq-zip-s0gzamq" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
        <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
        <input id="gaq-zip-s0gzamq" type="text" class="w-full text-xl" x-model="zip" name="field-zip" aria-label="Zipcode Input" aria-required="true" :aria-invalid="zipInvalid" :aria-describedby="describeErrorsID(true)"
          aria-describedby="error-description-s0gzamq">
      </label>
      <template x-if="type()!='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-loc-s0gzamq" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
          <span class="block pt-2 text-sm text-gray-700">State:</span>
          <div class="relative inline-block w-full">
            <select id="gaq-loc-s0gzamq" x-model="state" name="field-state" aria-label="State Selection" aria-required="true" :aria-invalid="stateInvalid" :aria-describedby="describeErrorsID(true)"
              class="block w-full pr-8 text-xl leading-tight bg-white appearance-none focus:outline-none">
              <option value="">Your State</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="DC">Washington, D.C.</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select>
            <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
              <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                  <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
                </svg></div>
            </div>
          </div>
        </label>
        <!-- end partial: form-label.hbs -->
      </template>
    </div>
    <div class="w-full pl-2 md:w-2/5">
      <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="block w-full h-full py-4 text-2xl rounded-md btn-blue font-sfnewsgothic-demi" aria-label="Submit quote form"> GO </button>
    </div>
  </div>
  <div role="alert" aria-atomic="true" :id="describeErrorsID(true)" id="error-description-s0gzamq">
    <template x-for="error in errors">
      <div class="p-1 my-2 border rounded-sm text-sf-red-700 bg-sf-red-100 border-sf-red-700" x-html="error">
      </div>
    </template>
  </div>
</form>

#

<form id="quote-start-ffi6en0" action="#">
  <!-- start partial: form-label.hbs -->
  <label for="gaq-product-ffi6en0" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white mt-3" :class="{}">
    <span class="block pt-2 text-sm text-gray-700">Insurance Product:</span>
    <div class="relative inline-block w-full">
      <select id="gaq-product-ffi6en0" name="field-auto" class="block w-full pr-8 text-xl leading-tight bg-white appearance-none" @change="selectProduct()" x-model="productKey" aria-label="Product Quote Select" aria-controls="specific-location-info">
        <template x-for="line in lineOptions">
          <option :value="line.key" x-text="line.label"></option>
        </template>
        <option :value="line.key" x-text="line.label" value="auto">Auto</option>
        <option :value="line.key" x-text="line.label" value="homeowners">Homeowners</option>
        <option :value="line.key" x-text="line.label" value="condo">Condo Owners</option>
        <option :value="line.key" x-text="line.label" value="renters">Renters</option>
        <option :value="line.key" x-text="line.label" value="life">Life</option>
        <option :value="line.key" x-text="line.label" value="hospital">Hospital Income</option>
        <option :value="line.key" x-text="line.label" value="medicare">Medicare Supplement</option>
        <option :value="line.key" x-text="line.label" value="pet">Pet Insurance</option>
      </select>
      <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
        <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
            <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
          </svg></div>
      </div>
    </div>
  </label>
  <!-- end partial: form-label.hbs -->
  <div id="specific-location-info-ffi6en0" class="flex mt-2 flex-nowrap">
    <div class="w-full">
      <template x-if="type()=='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-zip-ffi6en0" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
          <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
          <input id="gaq-zip-ffi6en0" type="text" class="w-full text-xl" x-model="zip" name="field-zip" aria-label="Zipcode Input" aria-required="true" :aria-invalid="zipInvalid" :aria-describedby="describeErrorsID(true)">
        </label>
        <!-- end partial: form-label.hbs -->
      </template><label for="gaq-zip-ffi6en0" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
        <span class="block pt-2 text-sm text-gray-700">Zipcode:</span>
        <input id="gaq-zip-ffi6en0" type="text" class="w-full text-xl" x-model="zip" name="field-zip" aria-label="Zipcode Input" aria-required="true" :aria-invalid="zipInvalid" :aria-describedby="describeErrorsID(true)"
          aria-describedby="error-description-ffi6en0">
      </label>
      <template x-if="type()!='zip'">
        <!-- start partial: form-label.hbs -->
        <label for="gaq-loc-ffi6en0" class="block w-full px-2 pb-1 border border-gray-600 rounded-md bg-white " :class="{}">
          <span class="block pt-2 text-sm text-gray-700">State:</span>
          <div class="relative inline-block w-full">
            <select id="gaq-loc-ffi6en0" x-model="state" name="field-state" aria-label="State Selection" aria-required="true" :aria-invalid="stateInvalid" :aria-describedby="describeErrorsID(true)"
              class="block w-full pr-8 text-xl leading-tight bg-white appearance-none focus:outline-none">
              <option value="">Your State</option>
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="DC">Washington, D.C.</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </select>
            <div class="absolute inset-y-0 right-0 flex items-center px-2 text-gray-700 pointer-events-none">
              <div class="svg-outer"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" class="svg-inner" aria-hidden="true" style="fill: currentColor; " preserveAspectRatio="xMinYMid meet">
                  <path d="M8 5.5a.5.5 0 0 1-.148.352l-3.5 3.5c-.094.094-.219.148-.352.148s-.258-.055-.352-.148l-3.5-3.5A.497.497 0 0 1 .5 5h7c.273 0 .5.227.5.5z"></path>
                </svg></div>
            </div>
          </div>
        </label>
        <!-- end partial: form-label.hbs -->
      </template>
    </div>
    <div class="w-full pl-2 md:w-2/5">
      <button @click.stop.prevent="validate()" type="button" :disabled="submitting" class="block w-full h-full py-4 text-2xl rounded-md btn-blue font-sfnewsgothic-demi" aria-label="Submit quote form"> GO </button>
    </div>
  </div>
  <div role="alert" aria-atomic="true" :id="describeErrorsID(true)" id="error-description-ffi6en0">
    <template x-for="error in errors">
      <div class="p-1 my-2 border rounded-sm text-sf-red-700 bg-sf-red-100 border-sf-red-700" x-html="error">
      </div>
    </template>
  </div>
</form>

Text Content

Log In

Log In Cindy Shumaker

(804) 794-4304 Call

Text
Office Hours

Closed Today

Mon-Fri
9am - 5pm
Sat-Sun
Closed
After Hours by Appointment
Call us 24 hours a day!
 * 


INSURANCE PRODUCTS OFFERED

Auto, Home, Property, Business, Life, Health


OTHER PRODUCTS OFFERED

Banking, Home Loans, Mutual Funds

FINRA’s BrokerCheck
View Licenses
State Farm® Insurance Agent View Licenses


CINDY SHUMAKER

Cindy Shumaker Ins Agency Inc
LUTCF ®
13801 Village Mill Drive
Midlothian, VA 23114-4382

right off Midlothian Trnpk near Capital Ale


Map & Directions

Contact Us

Get ID Card



ABOUT ME

The Cindy Shumaker State Farm Insurance office is proud to serve Midlothian, VA
with Insurance and Financial Services, with a focus on resident relocations to
the Chesterfield County area.

I am your State Farm Insurance Agent for the Midlothian, VA area. I am a
lifetime resident and a State Farm Agent here in Midlothian since 1985. I am a
graduate of James Madison University. My agency has over 75 years of combined
State Farm Team Experience and has qualified for awards over the years including
State Farm Chairman’s Circle, State Farm Ambassador Travel and State Farm Legion
of Honor.

My team of licensed Insurance Professionals and I are here to help get you
correct Insurance coverage for your specific needs. Not only can we help with
Auto Insurance, Homeowners Insurance, Life Insurance and Financial Services to
the Midlothian, VA area including the surrounding Chesterfield area but we are
also able to assist small business owners with their Commercial lines of
Insurance. Give us a call today for a personalized Insurance Quote!

… Read More
Get a Quote
Insurance Product:
AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare SupplementPet
Insurance

Zipcode: Zipcode: State:
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

GO

Continue a saved quote Items needed for a quote

File a Claim

Send Payment
Get a Quote
Insurance Product:
AutoHomeownersCondo OwnersRentersLifeHospital IncomeMedicare SupplementPet
Insurance

Zipcode: Zipcode: State:
Your State Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington
Washington, D.C. West Virginia Wisconsin Wyoming

GO

Continue a saved quote Items needed for a quote
 
About Me


The Cindy Shumaker State Farm Insurance office is proud to serve Midlothian, VA
with Insurance and Financial Services, with a focus on resident relocations to
the Chesterfield County area.

I am your State Farm Insurance Agent for the Midlothian, VA area. I am a
lifetime resident and a State Farm Agent here in Midlothian since 1985. I am a
graduate of James Madison University. My agency has over 75 years of combined
State Farm Team Experience and has qualified for awards over the years including
State Farm Chairman’s Circle, State Farm Ambassador Travel and State Farm Legion
of Honor.

My team of licensed Insurance Professionals and I are here to help get you
correct Insurance coverage for your specific needs. Not only can we help with
Auto Insurance, Homeowners Insurance, Life Insurance and Financial Services to
the Midlothian, VA area including the surrounding Chesterfield area but we are
also able to assist small business owners with their Commercial lines of
Insurance. Give us a call today for a personalized Insurance Quote!

 
Products



INSURANCE PRODUCTS OFFERED

Auto, Home, Property, Business, Life, Health


OTHER PRODUCTS OFFERED

Banking, Home Loans, Mutual Funds

FINRA’s BrokerCheck
 
Office Hours

Office Hours

Closed Today

Mon-Fri
9am - 5pm
Sat-Sun
Closed
After Hours by Appointment
Call us 24 hours a day!
 
Location & Phone



OFFICE INFO


13801 Village Mill Drive
Midlothian, VA 23114-4382

Map & Directions
   


 * PHONE:
   
   (804) 794-4304
   
   
   
   
   
   


 * FAX:
   
   (804) 739-7549
   
   
   

 

File A Claim
 

 

Send A Payment
 

 
Simple Insights® Articles



SIMPLE INSIGHTS®


HOW TO GET RID OF CIGARETTE SMELL

Cigarette smoke removal can be a stubborn task. Learn tips to help remove smoke
smell from car or home surfaces. Read More



HOW MUCH CAR INSURANCE DO I NEED?

Learn about coverage limits, collision and comprehensive, deductibles, and other
important terms to help decide on how much is right for you and how you can
save. Read More



WHEN SHOULD YOU BUY AN ANNUITY?

Many people consider an annuity when they’re approaching retirement. But is that
the best age to buy an annuity? We review how annuities fit into every life
stage. Read More

View More Articles
 
Videos



VIDEOS

State Farm Neighborhood Assist®: Sharp Dressed Man Play

Audio Transcript
The Dunk Play

Audio Transcript
Contact Us Our Mission Our Team We're Hiring

We focus on Auto Insurance, Home Insurance and Life Insurance throughout the
Midlothian, VA area including Richmond, Moseley and Chesterfield, VA. In a world
that is ever-changing and busy, it is our aim to ease the stress that can come
with Insurance by putting an emphasis on personalized service. We believe people
prefer to have someone they know to help guide them through both good and bad
times. It is this belief that stands behind everything we do.

… Read More
KG

KARYSSA GLENN

Account Representative


KG

KYRA GALLOWAY

Account Representative


MN

MARGARET HAYES NEWCOMB NEWCOMB





AVAILABLE POSITIONS

ACCOUNT ASSOCIATE - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE PREFERRED)

Midlothian, VA Full Time

ACCOUNT MANAGER - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE PREFERRED)

Midlothian, VA Full Time

ACCOUNT REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

CUSTOMER RELATIONS REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (CUSTOMER
RELATIONS FOCUS)

Midlothian, VA Full Time

CUSTOMER SERVICE REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (PROPERTY AND
CASUALTY INSURANCE FOCUS)

Midlothian, VA Full Time

FINANCIAL SERVICES POSITION – STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

HEALTH INSURANCE POSITION - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

INSURANCE ACCOUNT POSITION - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

INSURANCE ACCOUNT REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (SALES
EXPERIENCE PREFERRED)

Midlothian, VA Full Time

INSURANCE AND FINANCIAL SERVICES POSITION - STATE FARM AGENT TEAM MEMBER (SALES
EXPERIENCE PREFERRED)

Midlothian, VA Full Time

INSURANCE STAFF POSITION - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

LIFE/HEALTH INSURANCE POSITION - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

LIFE INSURANCE POSITION - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

MARKETING ASSOCIATE - STATE FARM AGENT TEAM MEMBER (MARKETING FOCUS)

Midlothian, VA Full Time

MARKETING REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

OFFICE REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (BASE SALARY + COMMISSION)

Midlothian, VA Full Time

PRODUCTS REPRESENTATIVE - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE
PREFERRED)

Midlothian, VA Full Time

TELEMARKETER - STATE FARM AGENT TEAM MEMBER (SALES EXPERIENCE PREFERRED)

Midlothian, VA Full Time

Please Note: This opportunity is about potential employment with an independent
contractor agent who solicits applications for State Farm products and services,
and does NOT result in employment with any of the State Farm Insurance
Companies. The employment selection decision , terms and conditions of
employment (such as compensation and benefits) are all determined solely by the
independent contractor agent.
Agent Licenses for Cindy Shumaker
VA-594375
NMLS #: 1481786

If you are using a screen reader and having difficulty with this website please
call (804) 794-4304 .



DISCLOSURES

Investors should carefully consider investment objectives, risks, charges and
expenses. This and other important information is contained in the fund
prospectuses and summary prospectuses which can be obtained by visiting the
prospectus page on statefarm.com. Read it carefully. AP2022/03/0343

Securities distributed by State Farm VP Management Corp. State Farm VP
Management Corp. Customer Relationship Summary

Life Insurance and annuities are issued by State Farm Life Insurance Company.
(Not Licensed in MA, NY, and WI) State Farm Life and Accident Assurance Company
(Licensed in New York and Wisconsin) Home Office, Bloomington, Illinois.

Deposit products offered by U.S. Bank National Association. Member FDIC.

Rocket Mortgage, LLC; NMLS #3030; www.NMLSConsumerAccess.org . Equal Housing
Lender. Licensed in 50 states. AL License No. MC 20979, Control No. 100152352.
AR, TX: 1050 Woodward Ave., Detroit, MI 48226-1906, (888) 474-0404; AZ: 1 N.
Central Ave., Ste. 2000, Phoenix, AZ 85004, Mortgage Banker License #BK-0902939;
CA: Licensed by the Department of Financial Protection and Innovation under the
California Residential Mortgage Lending Act; CO: Regulated by the Division of
Real Estate; GA: Residential Mortgage Licensee #11704; IL: Residential Mortgage
Licensee #4127 – Dept. of Financial and Professional Regulation; KS: Licensed
Mortgage Company MC.0025309; MA: Mortgage Lender License #ML 3030; ME:
Supervised Lender License; MN: Not an offer for a rate lock agreement; MS:
Licensed by the MS Dept. of Banking and Consumer Finance; NH: Licensed by the NH
Banking Dept., #6743MB; NV: License #626; NJ: New Jersey – Rocket Mortgage, LLC,
1050 Woodward Ave., Detroit, MI 48226, (888) 474-0404, Licensed by the N.J.
Department of Banking and Insurance.; NY: Rocket Mortgage, LLC, 1050 Woodward
Ave., Detroit, MI 48226 Licensed Mortgage Banker-NYS Department of Financial
Services; OH: MB 850076; OR: License #ML-1387; PA: Licensed by the Dept. of
Banking – License #21430; RI: Licensed Lender; WA: Consumer Loan Company License
CL-3030. Conditions may apply.

State Farm VP Management Corp. is a separate entity from those State Farm
entities which provide banking and insurance products. Investing involves risk,
including potential for loss.

Neither State Farm nor its agents provide tax or legal advice. Please consult a
tax or legal advisor for advice regarding your personal circumstances.

Like a good neighbor,
State Farm is there. ®
Ads & Tracking Terms of Use Notice of Privacy Policy State Privacy Rights
Security & Fraud Accessibility
Download the State Farm mobile app today


  (804) 794-4304
© Copyright State Farm Mutual Automobile Insurance Company 2022.