www.americanregroup.com Open in urlscan Pro
2a02:4780:1e:d316:339c:538b:8339:943b  Public Scan

Submitted URL: https://eliteagentpartner.com/
Effective URL: https://www.americanregroup.com/
Submission: On March 22 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST waiver.php

<form method="post" action="waiver.php">
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label>Name</label>
      <input name="name" type="text" class="form-control" required="required">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label>Email</label>
      <input name="email" type="email" class="form-control" required="required">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label>Phone</label>
      <input name="phone" type="number" class="form-control" required="required">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputEmail4">Address Line 1</label>
      <input name="address" type="text" class="form-control" required="required">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputPassword4">Address Line 2 <small>(optional)</small></label>
      <input name="address2" type="text" class="form-control" id="inputPassword4" required="required">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputCity">City</label>
      <input name="city" type="text" class="form-control" id="inputCity">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputState">State</label>
      <select name="state" id="inputState" class="form-control">
        <option value="California" selected="">California</option>
        <option value="Florida">Florida</option>
        <option value="Arizona">Arizona</option>
        <option value="Oregon">Oregon</option>
        <option value="Texas">Texas</option>
        <option value="Washington">Washington</option>
      </select>
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputZip">Zip</label>
      <input type="text" name="zip" class="form-control" id="inputZip">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputState">Transaction Type</label>
      <select name="tranType" id="inputState" class="form-control">
        <option value="Purchase" selected="">Purchase</option>
        <option value="Refinance-Rate/Term">Refinance-Rate/Term</option>
        <option value="Refinance-Cash Out">Refinance-Cash Out</option>
      </select>
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputState">Estimated PROPERTY Value</label>
      <input name="estimate" type="text" class="form-control">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputState">Occupancy</label>
      <select name="occupancy" id="inputState" class="form-control">
        <option value="Primary" selected="">Primary</option>
        <option value="Second Home">Second Home</option>
        <option value="Investment">Investment</option>
      </select>
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <div class="g-recaptcha" data-sitekey="6Lfz780UAAAAACK9J5vF20aeKAcPaJuaxREj2mym" data-callback="enableBtn1"></div>
    </div>
  </div>
  <div class="example">
    <label class="checkbox-button">
      <input type="checkbox" class="checkbox-button__input" id="choice1-1" name="choice1">
      <span class="checkbox-button__control"></span>
      <span class="checkbox-button__label">Check Here If You Want To Receive Our Rate Sheet via Text and Email</span>
    </label>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <input id="button1" type="submit" name="submit1" class="btn btn-primary" value="Check Eligibility">
    </div>
  </div>
</form>

POST tbd.php

<form method="post" action="tbd.php">
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">Name</label>
    <div class="col-sm-9 col-xs-12">
      <input name="name" type="text" class="form-control" required="required">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">Email</label>
    <div class="col-sm-9 col-xs-12">
      <input name="email" type="email" class="form-control" required="required">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">Phone</label>
    <div class="col-sm-9 col-xs-12">
      <input name="phone" type="number" class="form-control" required="required">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">Realtor ID</label>
    <div class="col-sm-9 col-xs-12">
      <input name="realtor" type="text" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">BORROWER NAME</label>
    <div class="col-sm-9 col-xs-12">
      <input name="borrower" type="text" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">BORROWER FICO</label>
    <div class="col-sm-9 col-xs-12">
      <input name="fico" type="text" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">PROPERTY ADDRESS</label>
    <div class="col-sm-9 col-xs-12">
      <input name="proAdd" type="text" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">AUS</label>
    <div class="col-sm-9 col-xs-12">
      <select name="aus" id="inputState" class="form-control">
        <option value="Conventional" selected="">Conventional</option>
        <option value="FHA">FHA</option>
        <option value="Bank Statement">Bank Statement</option>
        <option value="Stated">Stated</option>
        <option value="other">Other</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">TRANSACTION TYPE</label>
    <div class="col-sm-9 col-xs-12">
      <select name="tranType" id="inputState" class="form-control">
        <option value="Purchase" selected="">Purchase</option>
        <option value="Refinance Rate/Term">Refinance Rate/Term</option>
        <option value="Refinance Cash Out">Refinance Cash Out</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">PROGRAM</label>
    <div class="col-sm-9 col-xs-12">
      <select name="program" id="inputState" class="form-control">
        <option value="30 Yr Fixed" selected="">30 Yr Fixed</option>
        <option value="15 Yr Fixed">15 Yr Fixed</option>
        <option value="5/1 ARM">5/1 ARM</option>
        <option value="Other">Other</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">SCENARIO TYPE</label>
    <div class="col-sm-9 col-xs-12">
      <select name="scenType" id="inputState" class="form-control">
        <option value="Income Based" selected="">Income Based</option>
        <option value="General">General</option>
      </select>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-3 col-form-label col-xs-12">QUESTION</label>
    <div class="col-sm-9 col-xs-12">
      <textarea name="question" class="form-control" rows="4"></textarea>
    </div>
    <div class="example">
      <label class="checkbox-button">
        <input type="checkbox" class="checkbox-button__input" id="choice1-1" name="choice1">
        <span class="checkbox-button__control"></span>
        <span class="checkbox-button__label">Check Here If You Want To Receive Our Rate Sheet via Text and Email</span>
      </label>
    </div>
  </div>
  <div class="form-group row">
    <div class="col-sm-2">
      <input id="button2" type="submit" name="submit1" class="btn btn-primary" value="SUBMIT">
    </div>
  </div>
  <div class="g-recaptcha" data-sitekey="6Lfz780UAAAAACK9J5vF20aeKAcPaJuaxREj2mym" data-callback="enableBtn">
  </div>
</form>

POST mail.php

<form method="post" action="mail.php">
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label>Name</label>
      <input type="text" name="name" class="form-control">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label>Email</label>
      <input name="fromEmail" type="email" class="form-control">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
      <label for="inputEmail4">Phone</label>
      <input name="number" type="number" class="form-control">
    </div>
    <div class="form-group col-md-6 col-xs-12">
      <label>Notes</label>
      <textarea name="message" class="form-control" rows="2"></textarea>
      <br>
      <div class="example">
        <label class="checkbox-button">
          <input type="checkbox" class="checkbox-button__input" id="choice1-1" name="choice1">
          <span class="checkbox-button__control"></span>
          <span class="checkbox-button__label">Check Here If You Want To Receive Our Rate Sheet via Text and Email</span>
        </label>
      </div>
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="form-group col-md-6 col-xs-12">
    </div>
    <div class="form-group col-md-6">
      <button name="submit1" type="submit" class="btn btn-primary">Submit</button>
    </div>
  </div>
</form>

Text Content

Ignore
 * 

AREG is a private mortgage lender exclusively serving California & Florida Real
Estate Agents and their clients.

Our Ratesheet
 * Agent Partner Resources
 * Our Blog
 * 

 * 888.900.5388
   
   888.900.5388
   
   

Our Story



TURN TIMES


TURN TIMES

AREG averages 15 days or less submission to CTC. See our current turn times.

CONVENTIONAL TURN TIMES IN 3DAYS OR LESS

Product Initial UW Conditions Conventional 3-4 Days 3 Days FHA 3-4 Days 3 Days
Jumbo/Non-Agency 3-4 Days 3 Days USDA 3-4 Days 3 Days VA 2-3 Days 3 Days

NON-QM TURN TIMES 3DAYS OR LESS

Product Initial UW Conditions NON-QM 2-3 Days 2 Days BANK STATEMENTS 2-3 Days 2
Days STATED 2-3 Days 2 Days


WHAT THEY'RE SAYING

AREG’s turn times are the number one reason they get most of my buyers. From
their same-day setups to their wholesale rates., nobody else comes close. It’s
nice to have someone waiting on me for a change.Cindy Casillo.

KELLER WILLIAMS LUXURY GROUP





YOUR LOAN TOOLS

Find all the tools you need to serve your clients and grow your business


APPRAISAL WAIVER

Appraisal waiver shows you instantly if a property is eligible for a full or
partial waiver based on just the address, loan type, and estimated value — even
before you import a loan. No waiver? No worries. We’ll run the appraisal through
Fannie Mae and Freddie Mac to find the best option for your buyer.




APPRAISAL WAIVER

Check to see if a property is eligible for an appraisal waiver from AREG

Name
Email
Phone
Address Line 1
Address Line 2 (optional)
City
State California Florida Arizona Oregon Texas Washington
Zip
Transaction Type Purchase Refinance-Rate/Term Refinance-Cash Out
Estimated PROPERTY Value
Occupancy Primary Second Home Investment

Check Here If You Want To Receive Our Rate Sheet via Text and Email


Customize




APPRAISAL WAIVER

Check to see if a property is eligible for an appraisal waiver from AREG.


KEY RESTRICTIONS

 * Must be approved through LPA or DU
 * Single-family residences only
 * No properties in a FEMA disaster area
 * No properties with an estimated value or purchase price over $1m
 * No leasehold properties, community land trust homes, or other properties with
   resale restrictions

explore all opportunities


JOIN A POSITIVE CULTURE THAT MOTIVATES AND ENCOURAGES YOU!

Not only is Ameriworth Mortgage home to AREG, #1 in service and support for
California & Florida Realtors, we’re consistently ranked a great place to work
and a great place to do business with too. Because we don’t just make lending
fun, we make it rewarding for you and your buyer. So bring your buyers, grow
your real estate business and be ready for quick escrows.


BE PROUD HERE

Submit your TBD Scenario. Please fill in the required information below to
complete your client’s loan pre-screening scenario. Upon review, you will be
notified if your scenario is accepted or not accepted based on the information
you provided

Name

Email

Phone

Realtor ID

BORROWER NAME

BORROWER FICO

PROPERTY ADDRESS

AUS
Conventional FHA Bank Statement Stated Other
TRANSACTION TYPE
Purchase Refinance Rate/Term Refinance Cash Out
PROGRAM
30 Yr Fixed 15 Yr Fixed 5/1 ARM Other
SCENARIO TYPE
Income Based General
QUESTION

Check Here If You Want To Receive Our Rate Sheet via Text and Email




MEET OUR TEAMS

At AREG, we know that our people are our greatest asset. The teams they form are
the best in the world at what they do and they work perfectly together to make
dreams come true for our broker clients, homeowners and each other.




SALES

Our Sales team is focused on one goal: relationships.




SALES

Our Sales team is redefining the industry by getting to know you and your
business. And we’re committed to making your life easier every step of the way
by guiding you, coaching you, supporting you and championing your success. Your
dedicated inside account executive will keep you up-to-date on our latest
products, services and technology so that you can make the most of your
partnership with AREG. And they’ll give you all the tools you need make your and
your borrowers’ dreams come true.




UNDERWRITING

We beat the industry standard for the underwriting process by 20 days.




UNDERWRITING

Our team of underwriters have a single focus: Client Service. Our people are
solution-oriented, working tirelessly to make sure your escrows close as quickly
as possible. In fact, we close most conventional loans two to three times faster
than most other lenders, usually in 18 days or less. And we do it while
providing a level of service the industry has never seen before.




CLOSING

The last stop of the loan — and the one that will bring you back.




CLOSING

The closing team represents the last step. The finish line. The end zone where
you get to do your victory dance. Our job is to make sure those final few yards
go as quickly and smoothly as possible while providing an out-of-this-world
experience. We know how important the closing process is for both you and your
borrowers. So we make sure your dedicated closing team is available to you when
you need them with the kind of direct communication that wows your clients and
helps you get referrals.



LEGAL

 * Contact Us
 * PRIVACY POLICY
 * TERMS OF USE

Copyright © 2019   •   American RE Group  •   All Rights Reserved.

CA DRE # 01514177 I NMLS # 1524674

×

OUR CONTACT REQUEST TEAM AVERAGE RESPONSE TIME IS 1 HOUR OR LESS

Name
Email
Phone
Notes

Check Here If You Want To Receive Our Rate Sheet via Text and Email
Submit