ranlife.com Open in urlscan Pro
216.229.53.72  Public Scan

Submitted URL: https://ranlifehome.com/
Effective URL: https://ranlife.com/
Submission: On November 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form onsubmit="return onSubmit(event)">
  <input type="hidden" name="form_id" value="160">
  <input type="hidden" name="employee_id" value="0">
  <div class="card form">
    <div class="card-header form-header"> Quick Form </div>
    <div class="card-body text-left">
      <h5 class="text-center form-text-line">Get pre-approved now!</h5>
      <div class="row justify-content-center">
        <div class="col-lg-6 col-xl-4">
          <div class="form-group">
            <input name="first_name" type="text" class="form-control" placeholder="First Name *" oninput="this.value = format_name(this.value);" value="" onchange="validate(this)" required="">
            <div class="invalid-feedback">This field must be filled in.</div>
          </div>
          <div class="form-group">
            <input name="last_name" type="text" class="form-control" placeholder="Last Name *" oninput="this.value = format_name(this.value);" value="" onchange="validate(this)" required="">
            <div class="invalid-feedback">This field must be filled in.</div>
          </div>
          <div class="form-group">
            <div class="input-group mr-sm-2">
              <div class="input-group-prepend">
                <div class="input-group-text">$</div>
              </div>
              <input name="loan_amount" type="tel" class="form-control" placeholder="Amount" pattern="[0-9.,]*" oninput="this.value = format_currency(this.value);" value="">
            </div>
          </div>
        </div>
        <div class="col-lg-6 col-xl-4">
          <div class="form-group">
            <div class="input-group mb-2 mr-sm-2">
              <div class="input-group-prepend">
                <div class="input-group-text">@</div>
              </div>
              <input name="email" type="email" class="form-control" placeholder="Email *" oninput="this.value = format_email(this.value);" value="" onchange="validate(this)" required="">
              <div class="invalid-feedback">This field must be filled in.</div>
            </div>
          </div>
          <div class="form-group">
            <input name="day_phone1" type="tel" class="form-control" placeholder="Telephone *" pattern="[0-9-]*" oninput="this.value = format_phone(this.value);" value="" onchange="validate(this)" required="">
            <div class="invalid-feedback">This field must be filled in.</div>
          </div>
          <div class="form-group">
            <select class="custom-select mr-sm-2" name="loan_type" onchange="validate(this)" required="">
              <option value="" disabled="">Select Loan Type</option>
              <option selected="" value="purchase">Purchase</option>
              <option value="refinance">Refinance</option>
            </select>
            <div class="invalid-feedback">A loan type must be selected.</div>
          </div>
        </div>
        <div class="col-lg-6 col-xl-4">
          <div class="form-group">
            <select name="state_id" class="custom-select mr-sm-2" onchange="validate(this)" required="">
              <option selected="" disabled="" value="">Select State *</option>
              <option value="6">Arizona</option>
              <option value="8">California</option>
              <option value="9">Colorado</option>
              <option value="13">Florida</option>
              <option value="14">Georgia</option>
              <option value="17">Idaho</option>
              <option value="18">Illinois</option>
              <option value="19">Indiana</option>
              <option value="70">Minnesota</option>
              <option value="32">Montana</option>
              <option value="37">New Mexico</option>
              <option value="39">North Carolina</option>
              <option value="44">Oregon</option>
              <option value="49">South Carolina</option>
              <option value="50">South Dakota</option>
              <option value="51">Tennessee </option>
              <option value="53">Texas</option>
              <option value="54">Utah</option>
              <option value="57">Virginia</option>
              <option value="58">Washington</option>
            </select>
            <div class="invalid-feedback">A state must be selected.</div>
          </div>
          <div class="form-group">
            <textarea name="comments" type="text" class="form-control" placeholder="Comments" value="" style="height: 92px;"></textarea>
          </div>
        </div>
        <div class="col-lg-6 col-xl-4 form-group">
          <div class="row justify-content-center">
            <div class="recaptcha-style" id="recaptcha_0" data-captcha-id="0">
              <div style="width: 304px; height: 78px;">
                <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-bui2njri70u4" frameborder="0" scrolling="no"
                    sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                    src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Ld6c2sUAAAAANh5oVz9WYB_e9-Yv7X1QgCcOxyx&amp;co=aHR0cHM6Ly9yYW5saWZlLmNvbTo0NDM.&amp;hl=de&amp;v=pPK749sccDmVW_9DSeTMVvh2&amp;size=normal&amp;cb=yoit3p6268c2"></iframe>
                </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                  style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
              </div><iframe style="display: none;"></iframe>
            </div>
            <div class="captcha-feedback invalid-feedback full-width text-center">Prove you're not a robot.</div>
          </div>
        </div>
        <div class="col-lg-6 col-xl-4 form-group text-center">
          <input name="trackingID" type="hidden" value="">
          <button class="btn btn-primary text-upper" type="submit" style="min-width: 230px;">Submit</button>
          <p class="form-footnote text-center mb-0 mt-1">All information is kept confidential and is not<br>shared with any 3rd party vendors.</p>
        </div>
        <div class="col-lg-6 col-xl-4 d-flex justify-content-center">
          <img class="d-block" src="img/log_2.png" width="125" style="align-self: center;">
          <img class="d-block" src="img/logo_4.png" style="align-self: center;">
        </div>
      </div>
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

What is your Question?

WHAT IS YOUR QUESTION?



Custom Label
Apply Now
Call Us: (800) 461-4152

 * Buying a Home
   * Home Purchase
   * First Time Buyers
   * New Build Incentive
   * Compare All Mortgage Options
     
   * 100% Financing
   * Manufactured Homes
     
   
     --------------------------------------------------------------------------------
   
   * USDA Purchase
   * FHA Purchase
   * VA Purchase
   * Conforming Loans
   * Jumbo Loans
   * Construction Loans
   * HomeStyle Renovation Loans
 * Refinance
   * Refinance
   * Bundle Debt
     
   * 15 Year Refinance
     
   * Manufactured Homes
   
     --------------------------------------------------------------------------------
   
   * USDA Refinance
   * FHA Refinance
   * VA Refinance
   * Conforming Loans
   * Jumbo Loans
   * Construction Loans
   * HomeStyle Renovation Loans
 * Mortgage
   * Current Rates
     
   * Assumptions
   * Calculator
   * Fixed Rate Mortgages
   * Adjustable Rate Mortgages
     
   * Rent vs. Buy
 * Home Equity
   * Bundle Your Debt
   * HELOC
   * Reverse Mortgage
 * About Us
   * Celebrate Sweepstakes
   * About Us
   * Why Choose RanLife?
   * Mission Statement
   * Testimonials
   * RanLife Blog
 * Contact
 * Blog
 * Social Media
   * Facebook
   * Instagram
   * Linked In
   * RanLife Blog
   * Twitter
 * Translate

 * 
 * 
 * 
 * 
 * 


▼
×
×
Quick Form

GET PRE-APPROVED NOW!

This field must be filled in.
This field must be filled in.
$
@
This field must be filled in.
This field must be filled in.
Select Loan Type Purchase Refinance
A loan type must be selected.
Select State * Arizona California Colorado Florida Georgia Idaho Illinois
Indiana Minnesota Montana New Mexico North Carolina Oregon South Carolina South
Dakota Tennessee Texas Utah Virginia Washington
A state must be selected.

Prove you're not a robot.
Submit

All information is kept confidential and is not
shared with any 3rd party vendors.


Call Now


TURN YOUR DREAM
INTO AN ADDRESS

Lower Rates

Up to 2x Faster Closing Times

Attentive Loan Officers Dedicated to Getting Your Loan

Purchase Refinance Home Equity

ELEVATE YOUR LIFE, THROUGH
YOUR HOME'S VALUE

Unleash the power of your home's equity with a Home Equity line of Credit
(HELOC) from RanLife. Consolidate high interest debt, supercarge your hoilday
season, or turn your living space into a paradise with exciting home
improvements. Your home's value is the key to unlocking a world of possibilities
- from debt - free living to a holiday season that sparkles with joy. Seize the
opportunity to make your aspiration come alive!

Apply For a HELOC

ELEVATE YOUR LIFE, THROUGH
YOUR HOME'S VALUE

Unleash the power of your home's equity with a Home Equity line of Credit
(HELOC) from RanLife. Consolidate high interest debt, supercarge your hoilday
season, or turn your living space into a paradise with exciting home
improvements. Your home's value is the key to unlocking a world of possibilities
- from debt - free living to a holiday season that sparkles with joy. Seize the
opportunity to make your aspiration come alive!

Apply For a HELOC


LOANS WE ARE KNOWN FOR

FHA HOME LOAN

A government-insured loan that on average allows for a lower minimum down
payment & credit score than is usually required.

Learn more

FIRST TIME BUYERS

Purchasing a home can be scary. Our experts are here to guide you through the
process.

Learn more

100% FINANCING

Being required to have 20% down is a common misconception. At RANLife we have
options.

Learn more

SELF-EMPLOYED BANK STATEMENT LOANS

Our Bank statement loan program allows self-employed borrowers to utilize their
full gross income which maximizes your purchasing power.

Learn more

INVESTMENT LOANS

Invest in up to 50 properties with a single loan payment. RanLife Home Loans can
help you reach your investment goals.

Learn more

1% DOWN PAYMENT

With only a 1% down payment, RanLife can help you turn your dream into an
address. Available in select states. You do not need to be a first-time home
buyer to qualify.

Learn more

View more

IN-HOUSE ADVANTAGE

Because we have in-house processors and underwriters, including a certified USDA
underwriter, you have the comfort of knowing that your loan is in our hands at
all times, never with a third party.

--------------------------------------------------------------------------------



DIRECT MORTGAGE LENDER & SERVICER

We don't sell your loan to another mortgage company.

HOW MUCH CAN I AFFORD?

Use RanLife Home Loans' mortgage calculator to see how much you can save or what
house you can afford with a loan from RanLife.

Learn more

HOW MUCH MIGHT I SAVE OVER RENTING?

Is now the right time for you to buy a home, or continue renting? Use RanLife's
Rent vs. Buy Calculator to find out what is right for you.

Learn more

NOTEWORTHY ACHIEVEMENTS

Walk MS gives a voice to the MS movement and brings us closer to a cure -
RANlife has donated almost $53,000 to help the cause.

Learn More

RANLife was the first lender in Utah to roll out e-notes.

Greg Walker speaks to homeowners on x96 and Radio from Hell about how to
navigate homeownership during the pandemic.

Listen To It Now Your browser does not support the audio element.

NOTEWORTHY ACHIEVEMENTS

Walk MS gives a voice to the MS movement and brings us closer to a cure -
RANlife has donated almost $53,000 to help the cause.

Learn More

RANLife was the first lender in Utah to roll out e-notes.

Greg Walker speaks to homeowners on x96 and Radio from Hell about how to
navigate homeownership during the pandemic.

Listen to it Now Your browser does not support the audio element.



900+ reviews of Google

I usually don't care to write to reviews but in this case I had to make an
exception because they were exceptional and it was the most pleasant experience
working with them. They were on top of things and tried their best to get the
best deal. I strongly recommend them. I worked with Josh and James. Both were
amazing.

Sunita P.



NMLS# 3151

Employment

License

Privacy Policy

Terms & Conditions

USDA Loans

VA Loans

FHA Loans

Conforming Loans

9272 South 700 East Sandy, UTAH 84070

Call

800-461-4152

Mail

info@ranlife.com


Equal Housing Lender. ©2009 RANLife, Inc. ALL RIGHTS RESERVED.
http://www.nmlsconsumeraccess.org
RANLife is not acting on behalf of or at the direction of HUD/FHA/USDA or the
Federal government.

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern