www.newamericanfunding.com Open in urlscan Pro
52.223.12.227  Public Scan

URL: https://www.newamericanfunding.com/
Submission: On January 05 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form autocomplete="off" class="ng-pristine ng-valid">
  <div class="input-group input-group-lg lo-search-inpu-wrap">
    <input type="text" class="form-control" id="txtLoSearchField" placeholder="Search Loan Officer" aria-label="Search Loan Officer">
    <span class="input-group-btn">
      <button class="btn btn-lo-search" id="btnLoSearch" type="submit" aria-label="Submit Search For Loan Officer">
        <i class="fa fa-search" aria-hidden="true"></i>
      </button>
    </span>
  </div>
</form>

GET /search-results/

<form action="/search-results/" method="get" id="search_form" class="nav-form-search ng-pristine ng-valid">
  <div class="form-group mbl-search-form">
    <div class="row mbl-hdr-row">
      <div class="col-xs-12">
        <div class="input-group">
          <a id="fakeLinkTop" href="#" style="width: 0; height: 0; padding: 0; margin: 0; display: none; visibility: hidden;" aria-hidden="true"><span style="display:none; visibility:hidden;">Fake Link</span></a>
          <input class="form-control search-control" type="text" id="search_field" name="search_field" placeholder="Search for..." aria-label="Sitewide Search" value="">
          <span class="input-group-btn">
            <button class="btn btn-link" type="submit" id="btn-search" aria-label="Search Submit">
              <i class="fa fa-search" aria-hidden="true"></i>
            </button>
          </span>
        </div>
      </div>
    </div>
  </div>
</form>

Name: stickyAgentContactForm

<form name="stickyAgentContactForm" id="stickyAgentContactForm" ng-submit="vm.submitStickyAgentForm(vm.stickyagentdata)" autocomplete="off" novalidate=""
  class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength ng-valid-email ng-valid-mask">
  <input type="hidden" id="LOGuid" name="LOGuid" ng-model="vm.stickyagentdata.LOGuid" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <input type="hidden" id="LOName" name="LOName" ng-model="vm.loanofficer.Name" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <input type="hidden" id="LOEmail" name="LOEmail" ng-model="vm.loanofficer.Email" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <input type="hidden" id="LOPhone" name="LOPhone" ng-model="vm.loanofficer.Phone" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <input type="hidden" id="IsILA" name="IsILA" ng-model="vm.loanofficer.IsILA" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
  <!-- ngIf: vm.showStickyAgentForm === false && vm.showStickyAgentConfirmation === true -->
  <!-- ngIf: vm.showStickyAgentForm === true && vm.showStickyAgentConfirmation === false -->
  <fieldset class="sticky-agent-contact-form ng-scope" ng-if="vm.showStickyAgentForm === true &amp;&amp; vm.showStickyAgentConfirmation === false">
    <div class="row">
      <div class="col-sm-12">
        <h3 class="agent-modal-title">Contact Me</h3>
      </div>
    </div>
    <div class="row">
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.FirstName.$invalid &amp;&amp; stickyAgentContactForm.FirstName.$dirty }">
          <label for="FirstName">First Name:</label>
          <input id="FirstName" name="FirstName" role="textbox" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" autocomplete="off"
            ng-model="vm.stickyagentdata.FirstName" ng-pattern="/^[a-zA-Z -]+$/" ng-minlength="2" ng-maxlength="30" required="">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.LastName.$invalid &amp;&amp; stickyAgentContactForm.LastName.$dirty }">
          <label for="LastName">Last Name:</label>
          <input id="LastName" name="LastName" role="textbox" type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" autocomplete="off"
            ng-model="vm.stickyagentdata.LastName" ng-pattern="/^[a-zA-Z -]+$/" ng-minlength="2" ng-maxlength="30" required="">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.Email.$invalid &amp;&amp; stickyAgentContactForm.Email.$dirty }">
          <label for="Email">Email Address:</label>
          <input id="Email" name="Email" type="email" role="textbox" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength ng-valid-email" autocomplete="off"
            ng-model="vm.stickyagentdata.Email" ng-pattern="/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,7}$/" ng-maxlength="50" required="">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.Phone.$invalid &amp;&amp; stickyAgentContactForm.Phone.$dirty }">
          <label class="control-label" for="Phone">Phone:</label>
          <input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-mask" id="Phone" name="Phone" type="tel" role="textbox" autocomplete="off" ui-mask="(999) 999-9999"
            ng-model="vm.stickyagentdata.PhoneNumber" ng-pattern="/[(][^01].*/" required="" placeholder="(___) ___-____">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.Zipcode.$invalid &amp;&amp; stickyAgentContactForm.Zipcode.$dirty }">
          <label for="Zipcode">Zipcode:</label>
          <input class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-mask" id="Zipcode" name="Zipcode" type="tel" role="textbox" autocomplete="off" ui-mask="99999"
            ng-model="vm.stickyagentdata.Zipcode" ng-change="vm.getStateByZipcode(vm.stickyagentdata.Zipcode)" maxlength="10" required="" placeholder="_____">
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-group-lg" ng-class="{ 'has-error' : stickyAgentContactForm.State.$invalid &amp;&amp; stickyAgentContactForm.State.$dirty }">
          <label class="control-label" for="state">State:</label>
          <input id="State" name="State" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" type="text" role="textbox" autocomplete="off" ng-model="vm.stickyagentdata.State" required="">
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-md-4 col-md-offset-4">
        <button class="btn btn-primary btn-lg btn-block" type="submit" ng-disabled="stickyAgentContactForm.$invalid" disabled="disabled">Submit</button>
      </div>
    </div>
    <div class="row">
      <div class="col-md-12">
        <div class="legal-wrapper">
          <div class="form-legal">
            <div class="form-disclosures">
              <p>By clicking "Submit", I agree by electronic signature to:</p>
              <ol>
                <li>Receive disclosures and communications about my loan inquiry in electronic form (I confirm that I have a working computer system and internet website browser to view this webpage); AND</li>
                <li>I authorize New American Funding and its network of
                  <a href="/links/partners/" onclick="window.open('/links/partners/','popup','width=360,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">partners</a> to
                  contact me regarding a mortgage loan, real estate and/or home-related products or services that may be of interest to me at the telephone number(s) listed above using an automated dialing system, pre-recorded or artificial voice,
                  and/or SMS messaging even if the telephone number I provided is a cellular phone or other service for which I may be charged. I understand that I am not required to provide this consent in order to obtain goods and services from
                  NAF. I agree that NAF and its
                  <a href="/links/partners/" onclick="window.open('/links/partners/','popup','width=360,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">partners</a> may
                  contact me by mail, telephone or email in connection with my request even if my telephone number or email address appears on a NAF internal Do Not Call/Do Not Email List, a State or National Do Not Call Registry, or any other Do Not
                  Contact List/Do Not Email List; AND</li>
                <li>Our
                  <a href="/links/privacy/" onclick="window.open('/links/privacy/','popup','width=360,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Privacy Policy</a>,
                  <a href="/links/terms-of-use/" onclick="window.open('/links/terms-of-use/','popup','width=360,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Terms of Use</a>,
                  and
                  <a href="/links/electronic-consent-agreement/" onclick="window.open('/links/electronic-consent-agreement/','popup','width=360,height=600,scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Electronic Consent Agreement</a>.
                </li>
              </ol>
            </div>
          </div>
        </div>
      </div>
    </div>
  </fieldset><!-- end ngIf: vm.showStickyAgentForm === true && vm.showStickyAgentConfirmation === false -->
</form>

Text Content

.
(800) 890-1057
My Loan Officer
My Portal

 * My Loan
 * My Application

REQUEST QUOTE
Menu

Menu


:

GET PREQUALIFIED


Contact Me |


Menu
 * Loading...
   




YOU KNOW THE HOME YOU WANT.
WE MAKE IT HAPPEN.

Whether you are looking to purchase a home or upgrade the one you have, it all
starts with choosing the right lender and the right home loan.

Buy A House
Refinance


CASH BUYERS CAN


SAVE AND WIN

Cash buyers have the advantage - from getting their offers accepted to moving
into their dream homes faster. Cash buyers can save big too. Buying a home in
cash could save you as much as 11% over those using a mortgage*. Now you can
become a cash buyer too! Through Buyer Accepted, we buy the home in cash and
sell it back to you. You’ll close faster and move in sooner.

Learn More



SPECIALIZING IN
HOME LOANS

We've simplified the process and created tools to give you a
hassle-free experience with your mortgage.


TODAY'S MORTGAGE
RATES

Get today's mortgage
interest rates
Check Today's Rates


FIRST-TIME HOME BUYER

Resource for buying your first
home.
Learn More


HOME REFINANCE

Where to begin your refinance journey.
Learn More


MORTGAGE CALCULATORS

Estimate payment
with today's rates
Calculate Your Payment



LOCAL MORTGAGE OPTIONS

We've simplified the process and created tools to give you a
hassle-free experience with your mortgage.


CONVENTIONAL LOANS

Loan terms that are easy to understand



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

Learn More


FHA LOANS

Allow down payments as low as 3.5%



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

Learn More


CASH OUT REFINANCE

Remodel your home or payoff high interest debt



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

Learn More


VA LOANS

Available to vets and active duty military



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

Learn More
More Options


#1 IN CUSTOMER SATISFACTION AMONG
MORTGAGE SERVICERS!


- J.D. POWER

For J.D. Power 2022 award information, visit jdpower.com/awards.


Pause
 1. 
 2. 
 3. 
 4. 
 5. 

Very easy and smooth process. Extremely low stress and a pleasure to work with.
Clear on what I needed to do and had clear communication.

– Joseph R.

"Great people, easy to work with, and they help you choose the best options for
you and your family."

– Terena H.

"Great communication and customer service. Awesome turn around times!"

– Lindsey G.

"Smooth process with great communication."

– Katherine R.

"Great partner. Worked hard to get me the best deal out there."

– Randy B.

Previous Next

243K+

$63.9 BILLION
IN HOME LOANS





HOW LOW WILL YOUR PAYMENT BE?

(800) 890-1057
REQUEST QUOTE
(800) 890-1057

POPULAR

 * Mortgage Calculator
 * Mortgage Rates
 * Refinance Calculator
 * Refinance
 * Buy a House
 * Apply Now
 * Investment Property
 * FHA vs Conventional

LOAN PRODUCTS

 * 30-year Fixed Rate Loan
 * 15-year Fixed Rate Loan
 * Conventional Loan
 * VA Loan
 * FHA Loan
 * ARM Loan
 * Jumbo Loan
 * Reverse Mortgage
 * USDA Loan
 * View All Loan Types

RESOURCES

 * Buying House Out of State
 * How Much House Can I Afford?
 * Housing Market News
 * Blog
 * Video
 * Mortgage Glossary
 * Mortgage Resources
 * Downloads
 * First Time Home Buyer

COMPANY

 * About
 * Our Story
 * Our Leadership
 * Our Culture
 * Reviews
 * Newsroom
 * Media Inquiries

Manage My Loan
Contact Us Careers Branches Legal Mortgage Assistance Sitemap


POPULAR

 * Mortgage Calculator
 * Mortgage Rates
 * Refinance Calculator
 * Refinance
 * Buy a House
 * Apply Now
 * Investment Property
 * FHA vs Conventional


LOAN PRODUCTS

 * 30-year Fixed Rate Loan
 * 15-year Fixed Rate Loan
 * Conventional Loan
 * VA Loan
 * FHA Loan
 * ARM Loan
 * Jumbo Loan
 * Reverse Mortgage
 * USDA Loan
 * View All Loan Types


RESOURCES

 * Buying House Out of State
 * How Much House Can I Afford?
 * Housing Market News
 * Blog
 * Video
 * Mortgage Glossary
 * Mortgage Resources
 * Downloads
 * First Time Home Buyer


COMPANY

 * About
 * Our Story
 * Our Leadership
 * Our Culture
 * Reviews
 * Newsroom
 * Media Inquiries

Manage My Loan
 * Contact Us
 * Careers
 * Branches
 * Legal
 * Mortgage Assistance
 * Sitemap

If you are using a screen reader or other auxiliary aid and are having problems
using this website please call 800-450-2010 Ext. 7100 for assistance.

If you received a letter from New American Funding and would like to be removed
from our mailing list, please call 800-450-2010.

New American Funding makes Customer Service our number one priority. We
encourage you to call our Corporate Customer Service department at 800-450-2010
ext. 7100 between 8:00 am and 5:00 pm Pacific or email us anytime at
customerservice@nafinc.com for any complaint resolution you may have regarding
the origination of your loan.

© 2023 Broker Solutions, Inc. DBA New American Funding. All Rights Reserved.

Corporate Office: 14511 Myford Road, Suite 100, Tustin, CA 92780.

From Fortune. © 2022 Fortune Media IP Limited. All rights reserved. Used under
license. Fortune and Fortune 100 Best Companies are registered trademarks of
Fortune Media IP Limited. Fortune and Fortune Media IP Limited are not
affiliated with, and do not endorse products or services of, New American
Funding.

* https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3751917

 * NMLS ID#6606
 * State Licensing
 * Privacy Policy
 * Terms of Use
 * Advertising Disclosures
 * Electronic Consent Agreement
 * Partners
 * On-Time Closing Guarantee
 * NMLS Consumer Access
 * State Disclosures for Serviced Loans

 * 
 * 
 * 
 * 
 * 
 * 

Fake Link
HOME

MORTGAGE RATES

CALCULATORS

 * MORTGAGE CALCULATOR
 * HOW MUCH HOUSE CAN I AFFORD?
 * REFINANCE CALCULATOR
 * VIEW ALL CALCULATORS

BUY A HOUSE

 * BUY A HOUSE
 * FIRST-TIME HOME BUYER
 * Cash Buyer Accepted Program
 * BUYING OUT OF STATE
 * BUY INVESTMENT PROPERTY
 * 14 Business Day Close Guarantee
 * BUY VACATION HOME
 * Self-Employed

REFINANCE

 * Home Equity Line of Credit
 * GET CASH FROM MY HOME
 * HOME REFINANCE
 * IMPROVE MY HOME
 * LOWER MY PAYMENTS

LOAN TYPES

 * 15 YEAR FIXED
 * 30 YEAR FIXED
 * ARM MORTGAGE
 * CONVENTIONAL LOAN
 * FHA LOAN
 * I CAN MORTGAGE
 * JUMBO LOAN
 * REVERSE MORTGAGE
 * USDA LOAN
 * VA LOAN
 * VIEW ALL MORTGAGE TYPES

HOUSING MARKET NEWS

 * HOUSING MARKET NEWS
 * MORTGAGE & REAL ESTATE TRENDS

About us

 * Overview
 * REVIEWS
 * BRANCHES
 * CAREERS
 * MILITARY HEROES
 * LATINO FOCUS
 * NEW AMERICAN DREAM
 * CONTACT US

MORTGAGE RESOURCE CENTER

REQUEST QUOTE
MY PORTAL

 * MY LOAN
 * MY APPLICATION

MY LOAN OFFICER
Fake Link



CONTACT ME

First Name:
Last Name:
Email Address:
Phone:
Zipcode:
State:
Submit

By clicking "Submit", I agree by electronic signature to:

 1. Receive disclosures and communications about my loan inquiry in electronic
    form (I confirm that I have a working computer system and internet website
    browser to view this webpage); AND
 2. I authorize New American Funding and its network of partners to contact me
    regarding a mortgage loan, real estate and/or home-related products or
    services that may be of interest to me at the telephone number(s) listed
    above using an automated dialing system, pre-recorded or artificial voice,
    and/or SMS messaging even if the telephone number I provided is a cellular
    phone or other service for which I may be charged. I understand that I am
    not required to provide this consent in order to obtain goods and services
    from NAF. I agree that NAF and its partners may contact me by mail,
    telephone or email in connection with my request even if my telephone number
    or email address appears on a NAF internal Do Not Call/Do Not Email List, a
    State or National Do Not Call Registry, or any other Do Not Contact List/Do
    Not Email List; AND
 3. Our Privacy Policy, Terms of Use, and Electronic Consent Agreement.

By using our site, you agree to our use of cookies. For more information, read
our Privacy Policy.