thefirmadv.com Open in urlscan Pro
34.201.214.34  Public Scan

URL: https://thefirmadv.com/
Submission: On February 06 via manual from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /

<form action="/" enctype="multipart/form-data" method="post">
  <div class="modal-header">
    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">×</span>
    </button>
    <h4 class="modal-title">Login</h4>
  </div>
  <div class="modal-body">
    <div class="form-group">
      <label>Email address</label>
      <input class="form-control" id="LoginViewModel_Email" name="LoginViewModel.Email" placeholder="Email" type="text" value="">
    </div>
    <div class="form-group">
      <label>Password</label>
      <input class="form-control" id="LoginViewModel_Password" name="LoginViewModel.Password" placeholder="Password" type="password">
    </div>
  </div>
  <div class="modal-footer">
    <div class="pull-left">
      <a href="/ResetPassword">Forgot Password?</a>
    </div>
    <button type="submit" class="btn btn-primary">Log In</button>
  </div>
  <input name="ufprt" type="hidden"
    value="E6E811C082DFBF8136023D949733EECDB7D63935C9EFE8D354EAC2A64F6BDDF0D09ADC936AA627BCC039BEDF8A009D3A17E1F9510FA2F88A93B09178063B9924E9251FB6E696F1CDA26D61F5BAEFEA5D8B39F2DBD471FF070100AB2544895DF3C6E2D874067CC5118D44D550675B32A9067ACA04C184FD7946EE612D6F6FFC0361D6634D1AEC4FB94EC8FEC31BC784691D828413A51F11E30D99707439FC28F3">
</form>

POST /

<form action="/" class="container" enctype="multipart/form-data" method="post" novalidate="novalidate">
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="Name">Name</label>
        <span class="field-validation-valid" data-valmsg-for="Name" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The Name field is required." id="Name" name="Name" placeholder="First &amp; Last Name" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="Email">Email</label>
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="Email" name="Email" placeholder="johndoe@abcd.com" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="Phone">Phone</label>
        <span class="field-validation-valid" data-valmsg-for="Phone" data-valmsg-replace="true"></span>
        <input class="form-control" id="Phone" name="Phone" placeholder="402-555-1212" required="required" type="text" value="">
      </div>
    </div>
  </div>
  <hr>
  <div class="row">
    <div class="col-md-4 col-xs-12">
      <input type="submit" value="Submit" id="StayInformedButton" class="btn btn-primary btn-block alwaysGold">
    </div>
  </div>
  <input name="ufprt" type="hidden"
    value="1F3D6C0D51B641DB1C80D77F24D25E7A23945DA3FABF816872317E7FD4D6D9372D4D86D649C5AACB991A747B3BC532C3788A6C0DD90F39E1BD6930CF7E198C9FD5C61BC9F7FACDC88B1D817A01A6415CA0B3E65B4D04D3138C33B1DF9236F97A78CE830128E9ABC762B92AC4B8A95A1E2CA8DF5F196F1EA17E40D5C300176EADCAB5CF324C013976CAF9E2DE045CD3A3A1F4D460DCBEB28A03A9FDF69B9C7473">
</form>

POST /

<form action="/" class="container" enctype="multipart/form-data" id="contactUs" method="post" novalidate="novalidate">
  <div class="row">
    <div class="col-md-2">
      <label><input data-val="true" data-val-required="Please pick your interest" id="ContactType" name="ContactType" required="required" type="radio" value="owner"> Business Owner</label>
    </div>
    <div class="col-md-2">
      <label><input id="ContactType" name="ContactType" type="radio" value="buyer"> Business Buyer</label>
    </div>
    <div class="col-md-2">
      <label><input id="ContactType" name="ContactType" type="radio" value="general"> Generally Interested</label>
    </div>
  </div>
  <div class="row" id="businessNameRow">
    <div class="col-md-6">
      <div class="form-group">
        <label for="BusinessName">Business Name</label>
        <span class="field-validation-valid" data-valmsg-for="BusinessName" data-valmsg-replace="true"></span>
        <input class="form-control" id="BusinessName" name="BusinessName" placeholder="Business Name" style="width:70%" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="Name">Name</label>
        <span class="field-validation-valid" data-valmsg-for="Name" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The Name field is required." id="Name" name="Name" placeholder="First and Last" style="width:70%" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="Email">Email</label>
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="Email" name="Email" placeholder="johndoe@abcd.com" style="width:70%" type="text"
          value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="Phone">Phone</label>
        <span class="field-validation-valid" data-valmsg-for="Phone" data-valmsg-replace="true"></span>
        <input class="form-control" id="Phone" name="Phone" placeholder="402-555-1212" style="width:70%" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="Message">Message</label>
        <span class="field-validation-valid" data-valmsg-for="Message" data-valmsg-replace="true"></span>
        <textarea class="form-control" cols="20" id="Message" name="Message" placeholder="What Can we help you with?" rows="4"></textarea>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <div id="ContactUsCaptcha">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-uty9hgalu3ml" 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=6LdnvcQUAAAAABNe2G2YV84N2KDuiZMa9Hs6AT8p&amp;co=aHR0cHM6Ly90aGVmaXJtYWR2LmNvbTo0NDM.&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;theme=light&amp;size=normal&amp;cb=f7tdkw8x5bqy"></iframe>
            </div><textarea id="g-recaptcha-response-2" 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>
    </div>
  </div>
  <div class="row">
    <div class="col-md-2">
      <input type="submit" value="Submit" id="ContactUsButton" class="btn btn-primary btn-block alwaysGold">
    </div>
  </div>
  <input name="ufprt" type="hidden"
    value="0F4BA73EE2B5E4699DFAC5590E7C3AF314159289C84A475F7A7764F41042F5DAD017A24CADDCA24526D96B7AA63106A811630B888C94B613FB61677241973EA2A2318490C64648958D83006D33A08676E99F51AB2B5FB271764E4205367B1E19B886EBEE963E812AECC81B1FC29857011D8290F0C1406B7AAF256D8FBC6BFEA6E1A21EEDE1DC89748FF7E54B4D6A8D474A8D0DB5A71B0F357AB4A15F25BA2493">
</form>

POST /

<form action="/" class="container" enctype="multipart/form-data" id="PostRequestValuationForm" method="post" novalidate="novalidate">
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="BusinessName">Name of Business</label>
        <span class="field-validation-valid" data-valmsg-for="BusinessName" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The Name of Business field is required." id="BusinessName" name="BusinessName" placeholder="Name of Business" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-3 col-xs-12">
      <div class="form-group">
        <label for="FirstName">First Name</label>
        <span class="field-validation-valid" data-valmsg-for="FirstName" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The First Name field is required." id="FirstName" name="FirstName" placeholder="First Name" type="text" value="">
      </div>
    </div>
    <div class="col-md-3 col-xs-12">
      <div class="form-group">
        <label for="LastName">Last Name</label>
        <span class="field-validation-valid" data-valmsg-for="LastName" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The Last Name field is required." id="LastName" name="LastName" placeholder="Last Name" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="Email">Email</label>
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="Email" name="Email" placeholder="johndoe@abcd.com" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <label for="Phone">Phone Number</label>
        <span class="field-validation-valid" data-valmsg-for="Phone" data-valmsg-replace="true"></span>
        <input class="form-control" data-val="true" data-val-required="The Phone Number field is required." id="Phone" name="Phone" placeholder="402-555-1212" type="text" value="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 col-xs-12">
      <div class="form-group">
        <div id="RequestValuationCaptcha">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-3ab2pal45ea5" 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=6LdnvcQUAAAAABNe2G2YV84N2KDuiZMa9Hs6AT8p&amp;co=aHR0cHM6Ly90aGVmaXJtYWR2LmNvbTo0NDM.&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;theme=light&amp;size=normal&amp;cb=fe0s3fbihpj"></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>
        </div>
      </div>
    </div>
  </div>
  <hr>
  <div class="row">
    <div class="col-md-4 col-xs-12">
      <input type="submit" value="Submit" id="RequestValuationButton" class="btn btn-primary btn-block alwaysGold">
    </div>
  </div>
  <input name="ufprt" type="hidden"
    value="E60E5BA6119F04C8F38D912019FC4AC2501FD2463F2FFE16DB537B75B16B5EBA6C335B543570077D313ACEFE5BA57AF6444C93E43744562D237A02465405F15484BEA2028D0C87D70EAD1368C11DCE29EC87E52AE865582DB5DDF818433437F437E8FA98B161248A7942C1E1E6FDB191DFDB4C5146C256EC8757E235BDF65BED3EA23F90E9739BC03F72E0F836E103F47BEF3CFEAD4623A125678E3545907829439B426A3DB2BF0F0E5257DCB85F6418">
</form>

POST /

<form action="/" enctype="multipart/form-data" id="StayInformedForm" method="post" novalidate="novalidate"> <input type="hidden" name="Page" id="Page" value="/">
  <h3>Stay Informed</h3>
  <span class="field-validation-valid" data-valmsg-for="ContactType" data-valmsg-replace="true"></span>
  <div class="row ContactTypeRow">
    <div class="form-group">
      <div class="col-lg-4 col-md-12 col-sm-12">
        <label><input data-val="true" data-val-required="Please pick your interest" id="ContactType_SI" name="ContactType" required="required" type="radio" value="owner"> Business Owner</label>
      </div>
      <div class="col-lg-4 col-md-12 col-sm-12">
        <label><input id="ContactType_SI" name="ContactType" type="radio" value="buyer"> Business Buyer</label>
      </div>
      <div class="col-lg-4 col-md-12 col-sm-12">
        <label><input id="ContactType_SI" name="ContactType" type="radio" value="general"> Generally Interested</label>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="form-group">
        <label for="Name">Name</label><br>
        <input data-val="true" data-val-required="The Name field is required." id="Name" name="Name" placeholder="First and Last" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Name" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="form-group">
        <label for="Email">Email</label><br>
        <input data-val="true" data-val-email="The Email field is not a valid e-mail address." data-val-required="The Email field is required." id="Email" name="Email" placeholder="johndoe@abcd.com" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="form-group">
        <span class="hidden-lg"><br></span>
        <label for="Phone">Cell Phone (sign me up for texts)</label><br>
        <input data-val="true" data-val-phone="Enter a valid phone number" data-val-required="The Cell Phone (sign me up for texts) field is required." id="Phone" name="Phone" placeholder="402-555-1212" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="Phone" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="col-lg-6 col-md-12 col-sm-12" id="businessNameRow_SI">
      <div class="form-group">
        <label for="BusinessName">Business Name</label><br>
        <input id="BusinessName_SI" name="BusinessName" placeholder="Business Name" type="text" value="">
        <span class="field-validation-valid" data-valmsg-for="BusinessName" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="stay-informed-checkbox-container">
        <label class="checkbox-label">
          <input data-val="true" data-val-required="The NoSMS field is required." id="NoSMS" name="NoSMS" type="checkbox" value="true"><input name="NoSMS" type="hidden" value="false"> Check here if you do not wish to receive text messages </label>
        <label class="checkbox-label linked-label">
          <input data-val="true" data-val-required="Accepting the Privacy Policy is required." id="Terms" name="Terms" required="required" type="checkbox" value="true"><input name="Terms" type="hidden" value="false"> I have read and agree to the
          <a data-toggle="modal" data-target="#privacyModal">Privacy Policy</a>
        </label>
      </div>
      <span class="field-validation-valid" data-valmsg-for="Terms" data-valmsg-replace="true"></span>
    </div>
    <div class="col-lg-6 col-md-12 col-sm-12">
      <div class="form-group">
        <div id="StayInformedCaptcha">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-wcet4sweh3xb" 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=6LdnvcQUAAAAABNe2G2YV84N2KDuiZMa9Hs6AT8p&amp;co=aHR0cHM6Ly90aGVmaXJtYWR2LmNvbTo0NDM.&amp;hl=de&amp;v=MHBiAvbtvk5Wb2eTZHoP1dUd&amp;theme=light&amp;size=normal&amp;cb=pu6erpd6pag"></iframe>
            </div><textarea id="g-recaptcha-response-1" 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>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-12 col-sm-12">
      <input type="submit" value="Submit" id="StayInformedButton" class="btn btn-primary btn-block stay-informed-submit-button">
    </div>
  </div>
  <input name="ufprt" type="hidden"
    value="36B79E7B096111F540E00AE9CEF58D9395EAC42B6D54DBF1F31407F8328D89EAAD3EF1E8B64C2C76A5E54B0D5373CB35F570022A2C1E84923A67C9EDD3009E535A2E8157E987CD09A6F97704DE0F095982DD88B11EC6F2DE9105B738C80C2969145B5B76462325AACDE169C22F23C628165D8446408AB42B8667CD30C337B65E821EBB9C059C9107A700B7B8788427F3D036BD6F93F5830A92ED306401D0E1EE">
</form>

Text Content

 * The Firm Magazine
 * Call us at 402.998.5288
 * * 
 * Connect With Us
 * Log in
   ×
   
   LOGIN
   
   Email address
   Password
   Forgot Password?
   Log In

 * Business Owner
   * Overview
   * Exit Insights
   * Scorecard
   * Frequently Asked Questions
   * Owner Success Stories
   * Sold #DealIntelligence
   * Closing Celebrations
   * Request a Valuation
 * Business Buyer
   * Overview
   * Opportunities
   * Frequently Asked Questions
   * Buyer Success Stories
   * Sold #DealIntelligence
   * Closing Celebrations
 * Trusted Advisors
   * Overview
   * Frequently Asked Questions
   * Advisor Success Stories
 * About Us
   * Overview
   * Our Team
   * Published
   * Press
   * Blog
   * Giving Back
   * Awards/Affiliations
   * Join Our Team
   * Upcoming Events
   * The Firm U
   * Terms/Definitions




THE PLAN YOU
NEEDED, THE PARTNER
YOU DIDN'T EXPECT.


FIND OUT MORE ABOUT HOW OUR FIRM CAN SERVE YOUR NEEDS.

Business Owner Business Buyer Trusted Advisor


LATEST EDITION OF THE FIRM DEAL REVIEW

View our publication, The Firm Deal Review, showcasing, industry articles, and
vendor and team spotlights. View Online


FEATURED OPPORTUNITIES

$34,750,000


FULFILLMENT AND DISTRIBUTION TO SMALLER WHOLESALERS – SEEKING STRATEGIC BUYER

Cash Flow $7,045,348

$6,150,000


EXPERT WITNESS PREP & PLACEMENT FOR LAW FIRMS

Cash Flow $1,303,323

$5,700,000


WHOLESALE OF NICHE GOODS WITH 46,000 SQ. FT. OF DISTRIBUTION SPACE

Cash Flow $1,300,112

$4,950,000


ENVIRO SERVICES OF DRILLING WASTE: 100% ABSENTEE OWNER

Cash Flow $979,115

SOLD $26,000,000


THIRD PARTY LOGISTICS, ORDER, FULFILLMENT & MANUFACTURING SUPPORT

Cash Flow $5,977,658

$14,950,000


COMMERCIAL ROOFING WITH 16 MILLION IN BACKLOG

Cash Flow $3,615,422

$36,500,000


PROFESSIONAL PM FIRM WITH OVER $120 MILLION IN CONTRACTED WORK

Cash Flow $6,802,180

$4,950,000


NON-EMERGENCY WALK IN URGENT CARE FOR WORKPLACE ACCIDENTS

Cash Flow $1,293,871

$10,900,000


WEB BASED MARKETING AND BRAND DEVELOPMENT SERVICE

Cash Flow $2,206,622

SOLD $19,750,000


NICHE CONSTRUCTION SITE SUPPORT

Cash Flow $4,371,872

$7,800,000


ARCHITECTURE FIRM WITH 20+ ON STAFF – OWNER WILL STAY 3 YEARS

Cash Flow $1,563,546

$2,650,000


LOGISTICS AND SOURCING FOR BULK MATERIAL

Cash Flow $731,745

$3,915,000


ESTABLISHED PROPERTY MANAGEMENT FIRM FOR MULTI-FAMILY UNIT

Cash Flow $1,048,866

$14,250,000


ELECTRIC FIRM WITH FOCUS ON INFRASTRUCTURE FOR MUNICIPALITIES

Cash Flow $3,004,131

SOLD $9,600,000


WHITE-COLLAR STAFFING FIRM WITH FOCUS ON ACCOUNTING

Cash Flow $2,346,249

$15,500,000


PROVIDER OF SOLAR EQUIPMENT WITH INSTALLATION COORDINATION: $26M IN BACKLOG

Cash Flow $3,960,000

$9,565,000


NICHE FABRICATION & MANUFACTURING WITH MORE THAN $11M IN COLLATERAL

Cash Flow $1,143,080

$8,975,000


IT MANAGED SERVICES WITH 85% REPEAT CLIENT BASE

Cash Flow $1,767,484

SOLD $9,975,000


NICHE RENTAL FLEET OF DIRECTIONAL DRILLS – GROWTH WITH INFRASTRUCTURE BILL

Cash Flow $2,075,675

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


VISIT THE FIRM'S WEEKLY HIGHLIGHTS

Learn about our weekly business spotlights, Rockstar, Swan-Scope, and other
favorites.


A TEAM DEDICATED TO SUCCESS. 

 

Most firms offer the businesses they work with one person to oversee every
single step of a sale. At The Firm, we choose to do things differently,
embracing a unique approach that benefits our clients immensely. You'll have
access to our entire team of industry experts, with each member handling the
portion of your sale that fits his or her expertise. For our clients, that means
more personalized attention, multiple points of contact and a sales process that
is timely, efficient, successful. 

 

Learn More





WHY CHOOSE THE FIRM?


NUMBERS YOU CAN COUNT ON.

 

In our industry, numbers mean everything – and we have the stats to back up our
successes. From our unparalleled success rates to our consistent emphasis on
client confidentiality, we're ahead of our peers and committed to your
satisfaction.


• Assets under management: $276 Million
• Average time on the market: 121 Days
• 21 industries
• 11 employees (and counting) ready to work for you
• 65+ years of collective expertise

 

 * Largest exit team of industry experts at a Midwest M&A Firm

 * "A+" BBB rating

 * Deal Review Magazine distributed to 21,000

 * 11 years Best of Omaha Winner

 * 36,000 Qualified Buyers in portfolio

 * Award-Winning Member of the International Business Brokers Association

 

Learn More


237

Businesses Sold


139

Current Listings


100%

Confidential

The First Step...


A COMPLIMENTARY CONFIDENTIAL VALUATION

Get Started

> "Not only did you sell [the Sellers'] business, but you also got them exactly
> what they wanted. With deals I have seen in the past (much smaller scale than
> this sale), a buyer often has to make concessions or something of this nature
> just to get it done and sometimes walk away not terribly excited to move on.
> That is certainly not the case here! What I have learned from this is that you
> have a tremendous amount of resources around you as qualified buyers and it
> made everything that much smoother."

– Seller's CPA - Deal Closed July 2020

> "We first met Cortney and her team during the summer of 2016 when we were
> looking to acquire veterinary clinics across the Midwest. They helped us
> complete our first transaction in Nebraska and have gone out of their way to
> develop a pipeline of deals for us. On top of this, they have put together
> complete financial packages including valuations, and introduced us to third
> party financing sources that can assist in getting the transactions completed.
> We look forward to working closely together in the future."

– Jake Sloane & Frank Zhang, ZBS Capital

> "Before coming to The Firm, I tried two other brokers. They were more
> interested in telling me about themselves. Then I tried The Firm. Cortney
> concentrated on learning about my business and what I wanted to find in the
> way of a buyer. She got to know the operation of my business much better than
> I would have expected. She found the ideal buyer for the business that I
> created over the last 25 years."

– Emil (Seller)

> "I had the luck of finding one of The Firm's listings online, which put me in
> touch with Cortney and her team. The Firm's approach was extremely unique and
> refreshing for a first time business owner. I found each employee
> knowledgeable, helpful and courteous. Cortney helped me find the right
> business to suit my needs as a buyer and owner. She paired us with the ideal
> company and ushered me through the entire process. I am not only impressed
> that it took four weeks, but I can admit I could not have made my goal to be a
> small business owner without her expertise, contacts and action."

– Steph Bryan, Interior Glass

Testimonials


LATEST FROM OUR BLOG


 * TURNING YOUR PASSION INTO A CAREER- WITH CELEBRITY ASTROLOGER KYLE THOMAS
   
   Olivia Heistand
   
   July 13, 2022


 * USING FBI TACTICS TO CLOSE A DEAL
   
   Olivia Heistand
   
   June 29, 2022


 * HOW TO REST - THE SECRET TO SUCCESS
   
   Corrie Hayes
   
   August 19, 2021


 * 3 WAYS TO FIND HIDDEN TREASURES IN YOUR TEAM
   
   Corrie Hayes
   
   August 11, 2021


UPCOMING EVENTS

×

GET STARTED

CONGRATULATIONS ON TAKING YOUR FIRST STEP! 

After we have received your information, one of our professionals will
confidentially contact you within 24 hours.

 

Name
Email
Phone

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


×

CONTACT US

CONGRATULATIONS ON TAKING YOUR FIRST STEP! 

After we have received your information, one of our professionals will
confidentially contact you within 24 hours.

 

Business Owner
Business Buyer
Generally Interested
Business Name
Name
Email
Phone
Message


×

REQUEST A VALUATION

CONGRATULATIONS ON TAKING YOUR FIRST STEP! 

After we have received your information, one of our professionals will
confidentially contact you within 24 hours.

 

Name of Business
First Name
Last Name
Email
Phone Number


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


×

SCHEDULE AN APPOINTMENT WITH US

Use my online scheduling page to schedule an appointment with me:

Online Scheduling with The Firm Business Brokerage
×

PRIVACY POLICY

This privacy policy has been compiled to better serve those who are concerned
with how their 'Personally Identifiable Information' (PII) is being used online.
PII, as described in US privacy law and information security, is information
that can be used on its own or with other information to identify, contact, or
locate a single person, or to identify an individual in context. Please read our
privacy policy carefully to get a clear understanding of how we collect, use,
protect or otherwise handle your Personally Identifiable Information in
accordance with our website.

What personal information do we collect from the people that visit our blog,
website or app?

When ordering or registering on our site, as appropriate, you may be asked to
enter your name, email address, mailing address, phone number or other details
to help you with your experience.

When do we collect information?

We collect information from you when you register on our site, subscribe to a
newsletter, respond to a survey, fill out a form, Use Live Chat. enter
information on our site or provide us with feedback on our products or services.

How do we use your information?

We may use the information we collect from you when you register, make a
purchase, sign up for our newsletter, respond to a survey or marketing
communication, surf the website, or use certain other site features in the
following ways:
• To personalize your experience and to allow us to deliver the type of content
and product offerings in which you are most interested.
• To allow us to better service you in responding to your customer service
requests.
• To administer a contest, promotion, survey or other site feature.
• To send periodic emails regarding your order or other products and services.
• To follow up with them after correspondence (live chat, email or phone
inquiries)

HOW DO WE PROTECT YOUR INFORMATION?

We do not use vulnerability scanning and/or scanning to PCI standards.

We only provide articles and information. We never ask for credit card numbers.

We use regular Malware Scanning.

Your personal information is contained behind secured networks and is only
accessible by a limited number of persons who have special access rights to such
systems, and are required to keep the information confidential. In addition, all
sensitive/credit information you supply is encrypted via Secure Socket Layer
(SSL) technology.

We implement a variety of security measures when a user enters, submits, or
accesses their information to maintain the safety of your personal information.

All transactions are processed through a gateway provider and are not stored or
processed on our servers.

DO WE USE 'COOKIES'?

Yes. Cookies are small files that a site or its service provider transfers to
your computer's hard drive through your Web browser (if you allow) that enables
the site's or service provider's systems to recognize your browser and capture
and remember certain information. For instance, we use cookies to help us
remember and process the items in your shopping cart. They are also used to help
us understand your preferences based on previous or current site activity, which
enables us to provide you with improved services. We also use cookies to help us
compile aggregate data about site traffic and site interaction so that we can
offer better site experiences and tools in the future.

We use cookies to:
• Understand and save user's preferences for future visits.
• Compile aggregate data about site traffic and site interactions in order to
offer better site experiences and tools in the future. We may also use trusted
third-party services that track this information on our behalf.

You can choose to have your computer warn you each time a cookie is being sent,
or you can choose to turn off all cookies. You do this through your browser
settings. Since browser is a little different, look at your browser's Help Menu
to learn the correct way to modify your cookies.

If you turn cookies off, some of the features that make your site experience
more efficient may not function properly.  It won't affect the user's experience
that make your site experience more efficient and may not function properly.


THIRD-PARTY DISCLOSURE

We do not sell, trade, or otherwise transfer to outside parties your Personally
Identifiable Information unless we provide users with advance notice. This does
not include website hosting partners and other parties who assist us in
operating our website, conducting our business, or serving our users, so long as
those parties agree to keep this information confidential. We may also release
information when it's release is appropriate to comply with the law, enforce our
site policies, or protect ours or others' rights, property or safety.

However, non-personally identifiable visitor information may be provided to
other parties for marketing, advertising, or other uses.

THIRD-PARTY LINKS

Occasionally, at our discretion, we may include or offer third-party products or
services on our website. These third-party sites have separate and independent
privacy policies. We therefore have no responsibility or liability for the
content and activities of these linked sites. Nonetheless, we seek to protect
the integrity of our site and welcome any feedback about these sites.

CALIFORNIA ONLINE PRIVACY PROTECTION ACT

According to CalOPPA, we agree to the following:

• Users can visit our site anonymously
• Once this privacy policy is created, we will add a link to it on our homepage
or, at a minimum, on the first significant page after entering our website
• Our Privacy Policy link includes the work "Privacy" and can easily be found on
the page specified above

You will be notified of any Privacy Policy changes:
• On our Privacy Policy Page

Can change your personal information:
• By emailing us
• By calling us
• By logging in to your account
• By chatting with us

How does our site handle Do Not Track signals?
We honor Do Not Track signals and Do Not Track, plant cookies, or use
advertising when a Do Not Track (DNT) browser mechanism is in place.

Does our site allow third-party behavioral tracking?
It's also important to note that we allow third-party behavioral tracking

COPPA (CHILDREN ONLINE PRIVACY PROTECTION ACT)

When it comes to the collection of personal information from children under the
age of 13 years old, the Children's Online Privacy Protection Act (COPPA) puts
parents in control. The Federal Trade Commission, United States' consumer
protection agency, enforces the COPPA Rule, which spells out what operators of
websites and online services must do to protect children's privacy and safety
online.
We do not specifically market to children under the age of 13 years old.

FAIR INFORMATION PRACTICES

The Fair Information Practices Principles form the backbone of privacy law in
the United States and the concepts they include have played a significant role
in the development of data protection laws around the globe. Understanding the
Fair Information Practice Principles and how they should be implemented is
critical to comply with the various privacy laws that protect personal
information.
In order to be in line with Fair Information Practices we will take the
following responsive action, should a data breach occur:
We will notify you via email
• Within 7 business days

We also agree to the Individual Redress Principle which requires that
individuals have the right to legally pursue enforceable rights against data
collectors and processors who fail to adhere to the law. This principle requires
not only that individuals have enforceable rights against data users, but also
that individuals have recourse to courts or government agencies to investigate
and/or prosecute non-compliance by data processors.

CAN SPAM ACT

The CAN-SPAM Act is a law that sets the rules for commercial email, establishes
requirements for commercial messages, gives recipients the right to have emails
stopped from being sent to them, and spells out tough penalties for violations.
We collect your email address in order to:
• Send information, respond to inquiries, and/or other requests or questions
• Process orders and to send information and updates pertaining to orders.
• Send you additional information related to your product and/or service
• Market to our mailing list or continue to send emails to our clients after the
original transaction has occurred.

To be in accordance with CANSPAM, we agree to the following:
• Not use false or misleading subjects or email addresses.
• Identify the message as an advertisement in some reasonable way.
• Include the physical address of our business or site headquarters.
• Monitor third-party email marketing services for compliance, if one is used.
• Allow users to unsubscribe by using the link at the bottom of each email.

If at any time you would like to unsubscribe from receiving future emails, you
can email us at
• Follow the instructions at the bottom of each email and we will remove you
from this system's correspondence.


CONTACTING US

If there are any questions regarding this privacy policy, you may contact us
using the information below.
The Firm
210 N 78th St, Second Floor
Omaha, NE 68114
info@thefirmb2b.com

Last Edited on May 1st, 2017

210 N 78th St. 2nd Floor
Omaha, NE 68114

p 402.998.5288

f 402.939.0857

 * 

©2024 The Firm

 1. Business Buyer
 2. Business Owner
 3. Trusted Advisors
 4. About Us
 5. Contact Us
 6. Join Our Team
 7. Blog

Schedule


STAY INFORMED

Business Owner
Business Buyer
Generally Interested
Name

Email


Cell Phone (sign me up for texts)

Business Name

Check here if you do not wish to receive text messages I have read and agree to
the Privacy Policy


Thinking of Selling?
When selecting an M&A firm, please use the following Scorecard: click here for
our M&A Scorecard

The Firm makes no warranties or representation in consideration to the
information provided above. All communication regarding this business must occur
directly with The Firm Advisors, LLC. The Firm is not a real estate brokerage
and does not sell real estate. The Firm solely advises on exit strategy.