www.cbcworldwide.com Open in urlscan Pro
52.36.143.191  Public Scan

Submitted URL: http://www.cbcworldwide.com/
Effective URL: https://www.cbcworldwide.com/
Submission: On April 11 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /search/properties

<form action="/search/properties" method="GET" class="cb-search discover-form form-site-search">
  <div class="autocomplete">
    <div class="floating-label">
      <label for="google-autobox" class="cb-search__label location-label" id="location">Location - City, State, Postal Code, or Country</label>
      <input id="google-autobox" class="cb-search__input form-control google-autobox pac-target-input" name="location" placeholder="" type="text" data-pt="geocode" aria-autocomplete="list" aria-controls="results" aria-haspopup="listbox"
        aria-expanded="false" aria-describedby="instructions" autocomplete="off">
    </div>
    <div id="instructions" class="sr-only">Begin typing to search, use arrow keys to navigate, Enter to select </div>
    <div class="results-count sr-only" aria-live="assertive">
    </div>
  </div>
  <div class="autocomplete">
    <div class="floating-label">
      <label for="name-autobox" class="sr-only cb-search__label name-label">Name</label>
      <input id="name-autobox" class="cb-search__input form-control name-autobox pac-target-input hidden ui-autocomplete-input" name="name" placeholder="" type="text" autocomplete="off">
    </div>
    <div id="instructions" class="sr-only">Begin typing to search, use arrow keys to navigate, Enter to select</div>
    <div class="results-count sr-only" aria-live="assertive">
    </div>
  </div>
  <input type="hidden" name="city" value="">
  <input type="hidden" name="county" value="">
  <input type="hidden" name="zip" value="">
  <input type="hidden" name="state" value="">
  <input type="hidden" name="country" value="">
  <input type="hidden" name="place_id" value="">
  <div class="cb-search__toggle cb-search_toggle_market hidden-sm hidden-xs">
    <fieldset>
      <legend class="sr-only">Choose a market</legend>
      <input data-switch="market" data-market="sale" type="radio" name="market" id="sale" class="sr-only cb-search__radio">
      <label for="sale" class="cb-search__switch" data-switch="market" data-market="sale"> For Sale </label>
      <input data-switch="market" data-market="lease" type="radio" name="market" id="lease" class="sr-only cb-search__radio">
      <label for="lease" class="cb-search__switch" data-switch="market" data-market="lease"> For Lease </label>
    </fieldset>
  </div>
  <div class="cb-search__toggle cb-search_toggle_core hidden-sm hidden-xs hidden">
    <fieldset>
      <legend class="sr-only">Choose a name or a location</legend>
      <input class="cb-search__radio sr-only" type="radio" id="google-autobox-radio" checked="checked">
      <label for="google-autobox-radio" class="cb-search__switch" data-switch="core" data-core="location"> Location </label>
      <input class="cb-search__radio sr-only" type="radio" id="name-autobox-radio">
      <label for="name-autobox-radio" class="cb-search__switch" data-switch="core" data-core="name"> Name </label>
    </fieldset>
  </div>
  <!-- ./options -->
  <div class="cb-dropdown">
    <label for="property-type" class="cb-search__label active">Property type</label>
    <select class="cb-search__select left hidden-sm hidden-xs" id="property-type" name="product_types[]" aria-label="Select Property Type">
      <option class="" value="">All</option>
      <option class="cb-search__option" value="business">Business</option>
      <option class="cb-search__option" value="development">Development</option>
      <option class="cb-search__option" value="hotel">Hospitality</option>
      <option class="cb-search__option" value="industrial">Industrial</option>
      <option class="cb-search__option" value="land">Land</option>
      <option class="cb-search__option" value="mixed_use">Mixed Use</option>
      <option class="cb-search__option" value="multifamily">Multifamily</option>
      <option class="cb-search__option" value="office">Office</option>
      <option class="cb-search__option" value="retail">Retail</option>
      <option class="cb-search__option" value="special_purpose">Special Purpose</option>
    </select>
  </div>
  <button type="submit" class="cb-search__submit hidden-sm hidden-xs" aria-label="Search">
    <i class=" cb-search__submit-icon icon-search" aria-hidden="true"></i>SEARCH </button>
  <button class="cb-search__button hidden-lg hidden-md" aria-label="Search">
    <i class="icon-search" aria-hidden="true"></i>
  </button>
</form>

POST

<form class="newsletter__form" action="" method="POST">
  <h4 class="newsletter__title"> Sign up for new listing updates in your area </h4>
  <label for="email" class="cb-search__label">email</label>
  <input class="cbc-form__input form-control" id="email" name="location" placeholder="Enter Email" type="email">
  <button class="newsletter__btn" type="submit">
    <i class="icon-arrow-right" aria-hidden="true"></i>
  </button>
</form>

POST /users

<form class="form-horizontal form-signup" id="new_user" action="/users" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token"
    value="XPwAkt4iMDeZ8bM5nIF7AMf2QLMFVg+kc9PumCTakI9iPsWHyaUHOe92G5lgYwz+LzjI4BPsChKEt/R75N5AxQ==">
  <input value="brokerbuyer" type="hidden" name="user[apply_role]" id="user_apply_role">
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <div>
        <span>All fields are required.</span>
      </div>
    </div>
  </div>
  <div class="spacer clear " style="height:10px;"></div>
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <div class="form-group">
        <label for="user_full_name">Full name</label>
        <span class="required-field required-field-left " data-toggle="tooltip" data-placement="left" title="Required">*</span>
        <input class="form-control input-lg" placeholder="Full Name" required="required" autocomplete="name" type="text" name="user[full_name]" id="user_full_name">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <div class="form-group">
        <label for="user_email">E-mail</label>
        <span class="required-field required-field-left " data-toggle="tooltip" data-placement="left" title="Required">*</span>
        <input class="form-control input-lg" placeholder="Email Address" required="required" autocomplete="email" type="email" value="" name="user[email]" id="user_email">
      </div>
    </div>
    <div class="col-md-10 col-md-offset-1">
      <div class="form-group">
        <label for="user_password">Password</label>
        <span class="required-field required-field-left " data-toggle="tooltip" data-placement="left" title="Required">*</span>
        <input class="form-control input-lg" placeholder="Password (8 or more characters)" required="required" autocomplete="new-password" type="password" name="user[password]" id="user_password">
      </div>
    </div>
  </div>
  <div style="width: 1px;height: 1px;overflow: hidden">
    <input placeholder="Website" type="text" name="user[website]" id="user_website">
  </div>
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <div class="form-group">
        <label for="user_claim_role">Role</label>
        <span class="required-field required-field-left " data-toggle="tooltip" data-placement="left" title="Required">*</span>
        <select class="form-control input-lg" required="required" name="user[claim_role]" id="user_claim_role">
          <option value="">Choose...</option>
          <option selected="selected" value="claim_brokerbuyer">Broker/Agent</option>
          <option value="claim_buyer">Owner/Investor</option>
          <option value="claim_tenant">Tenant</option>
          <option value="claim_lender">Lender</option>
          <option value="claim_consultant">Consultant</option>
          <option value="claim_manager">Marketing Manager</option>
          <option value="claim_realtor">Realtor</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <script src="https://www.recaptcha.net/recaptcha/api.js" async="" defer=""></script>
      <div data-sitekey="6LcRfMMlAAAAAAsU39W52QrB1dCktKpLa_tRoHCR" class="g-recaptcha ">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-uo9lxur6u4ar" 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.recaptcha.net/recaptcha/api2/anchor?ar=1&amp;k=6LcRfMMlAAAAAAsU39W52QrB1dCktKpLa_tRoHCR&amp;co=aHR0cHM6Ly93d3cuY2Jjd29ybGR3aWRlLmNvbTo0NDM.&amp;hl=de&amp;v=rz4DvU-cY2JYCwHSTck0_qm-&amp;size=normal&amp;cb=2ul4t20wuoz"></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>
      <noscript>
        <div>
          <div style="width: 302px; height: 422px; position: relative;">
            <div style="width: 302px; height: 422px; position: absolute;">
              <iframe src="https://www.recaptcha.net/recaptcha/api/fallback?k=6LcRfMMlAAAAAAsU39W52QrB1dCktKpLa_tRoHCR" name="ReCAPTCHA" style="width: 302px; height: 422px; border-style: none; border: 0; overflow: hidden;">
              </iframe>
            </div>
          </div>
          <div style="width: 300px; height: 60px; border-style: none;
                bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px;
                background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
            <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid #c1c1c1;
                  margin: 10px 25px; padding: 0px; resize: none;">                </textarea>
          </div>
        </div>
      </noscript>
    </div>
  </div>
  <div class="spacer clear " style="height:10px;"></div>
  <div class="row">
    <div class="col-md-10 col-md-offset-1 tos-lang text-center"> I agree to Coldwell Banker Commercial <a href="/page/terms" title="Terms of Service" target="_blank"><strong>Terms of Service</strong></a>. <div class="spacer clear "
        style="height:5px;"></div>
    </div>
    <div class="col-md-10 col-md-offset-1 text-center"><input type="submit" name="commit" value="Sign Up" class="btn btn-success btn-lg btn-block"></div>
  </div>
</form>

POST /users/sign_in

<form class="form-login" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token"
    value="XPwAkt4iMDeZ8bM5nIF7AMf2QLMFVg+kc9PumCTakI9iPsWHyaUHOe92G5lgYwz+LzjI4BPsChKEt/R75N5AxQ==">
  <div class="row">
    <div class="col-md-10 col-md-offset-1">
      <a class="btn btn-primary btn-block " href="/users/auth/realogy">Log in With Desk</a>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12 text-center">
      <div class="spacer clear " style="height:10px;"></div>
      <div class="text-grey text-bold text-small">OR</div>
      <div class="spacer clear " style="height:10px;"></div>
    </div>
  </div>
  <div class="row">
    <div class="email-login-wrap">
      <div class="col-md-10 col-md-offset-1">
        <div class="form-group">
          <label for="user_email">E-mail</label>
          <input class="form-control input-lg" placeholder="E-Mail" required="required" type="email" value="" name="user[email]" id="user_email">
        </div>
      </div>
      <div class="col-md-10 col-md-offset-1">
        <div class="form-group">
          <label for="user_password">Password</label>
          <input class="form-control input-lg" placeholder="Password" required="required" autocomplete="current-password" type="password" name="user[password]" id="user_password">
        </div>
      </div>
      <div class=" col-md-10 col-md-offset-1">
        <div class="form-group">
          <label class="pull-left">
            <div class="checkbox">
              <input name="user[remember_me]" type="hidden" value="0"><input type="checkbox" value="1" checked="checked" name="user[remember_me]" id="user_remember_me">
              <span class="remember-me-label">Remember me.</span>
            </div>
          </label>
          <div class="checkbox">
            <a class="text-bold text-underline pull-right" onclick="gtmevent('sign_in','login_forgotpassword');" href="/users/password/new">Forgot your password?</a>
          </div>
        </div>
      </div>
      <div class="col-md-10 col-md-offset-1">
        <input type="submit" name="commit" value="Log In" class="btn btn-success btn-lg btn-block">
      </div>
    </div>
  </div>
</form>

Text Content

Skip to main content

 * Properties
 * Professionals
 * Offices

Location - City, State, Postal Code, or Country
Begin typing to search, use arrow keys to navigate, Enter to select

Name
Begin typing to search, use arrow keys to navigate, Enter to select

Choose a market For Sale For Lease
Choose a name or a location Location Name
Property type All Business Development Hospitality Industrial Land Mixed Use
Multifamily Office Retail Special Purpose
SEARCH
 * Properties
 * Professionals
 * Offices
 * Services
 * Property Types
 * Join Us
 * About us
 * Viewpoints
 * Contact

SIGN UP SIGN IN


YOUR TRUSTED GUIDE
IN COMMERCIAL
REAL ESTATE




With local knowledge and global
influence, successful transactions
start with Coldwell Banker Commercial®.

Scroll down icon An arrow pointing down to indicate scrolling.


SIGN UP FOR NEW LISTING UPDATES IN YOUR AREA

email


FEATURED LISTINGS

VIEW ALL LISTINGS

This is a carousel. Use Next and Previous buttons to navigate between slides.

For Sale
Office

9 photos available.

9


18331-18327 GRIDLEY RD.


$11,250,000
Cerritos, CA 90807
21,706 sqft
75,102 sqft
For Sale
Retail

25 photos available.

25


104 S WOLCOTT


$8,800,000
Casper, WY 82601
94,000 acres
For Sale
Retail

17 photos available.

17


BACONSFIELD SHOPPING CENTER (EXCLUDING KROGER)


$7,000,000
Macon, GA 31211
36,600 sqft
2.81 acres
For Sale
Retail

2 photos available.

2


16321 PACIFIC COAST HIGHWAY


$3,600,000
Huntington Beach, CA 92649

For Lease
Industrial

8 photos available.

8


44810 OLD OX RD


$22/sqft/yr
Sterling, VA 22066
37,500 sqft
243 acres
‹›


LEARN MORE
Land  
LEARN MORE
Retail  
LEARN MORE
Agriculture  
LEARN MORE
Hospitality  
LEARN MORE
Industrial  
LEARN MORE
Multifamily  
LEARN MORE
Office  
LEARN MORE
Distressed  

Local Expertise. Global Power.


MAKE DECISIONS
WITH UNPARALLELED CONFIDENCE.

From retail space to undeveloped land, our brokers are
extensively trained to recognize every economic
opportunity and potential pitfall, ensuring that you’re
matched with the property that best suits your needs.

LEARN MORE
 * LEARN MORE
   Land  
   
 * LEARN MORE
   Retail  
   
 * LEARN MORE
   Agriculture  
   
 * LEARN MORE
   Office  
   
 * LEARN MORE
   Hospitality  
   
 * LEARN MORE
   Industrial  
   
 * LEARN MORE
   Multifamily  
   
 * LEARN MORE
   Distressed  
   

This is a carousel with auto-rotating slides. Activate any of the buttons to
enable rotation. jump to a slide using the slide dots.

The coldwell banker commercial brand




WORK WITH REAL
ESTATE’S MOST LEGENDARY NAME.

In 1906, Colbert Coldwell established an approach of unparalleled honesty and
transparency. More than a century later, Coldwell Banker Commercial remains the
gold standard in real estate.

Learn More


The coldwell banker commercial brand




EXPLORE CORE
PROPERTY TYPES.

No matter the property asset, the Coldwell Banker Commercial worldwide network
can assist with your specific business needs.

View Property Types


The coldwell banker commercial brand




FULL-SERVICE CAPABILITIES.

From Property Management to Tenant Representation, Coldwell Banker Commercial
professionals can help you achieve your goals with an unmatched level of
service, expertise and business savvy. 

View our full list of services

‹›
 * 1
 * 2
 * 3


 * JOIN THE WORLD’S TOP REAL ESTATE PROFESSIONALS.
   
   Explore Careers
   


 * MEET YOUR PERSONAL COMMERCIAL ADVISORS.
   
   Professionals
   
 * 
   


 * TAKE THE LEAD WITH A FRANCHISE OF YOUR OWN.
   
   
   
   Becoming a franchise owner is exciting, fulfilling and more attainable than
   you might think.
   
   LEARN MORE
   

THE ULTIMATE METRIC


SOLUTIONS THAT YIELD
SUCCESS.

We hold ourselves to a high standard, but the true
measure of success is the satisfaction of those we
represent. So we let our clients speak for themselves.



This is a testimonials carousel. Use Next and Previous buttons to navigate
between slides.

> “
> 
> We've been fortunate enough to work with our broker professional on several
> commercial property investments since 2008. He has worked on leases, soothed
> difficult tenants, and counseled us on refinancing transactions.
> 
> John & Karen R.
> Federal Way, WA

> “
> 
> We purchased a portfolio of 11 properties for over $30MM, and as in the past,
> [our broker professional] handled the difficult purchase and sale in a very
> professional and ethical manner, with excellent results.
> 
> Kenneth M.
> San Francisco, CA

> “
> 
> My broker professional is the most thorough broker in the market. Not a
> document goes unread, is incredibly meticulous, and manages the transaction
> all the way to the end.
> 
> Britt M.
> San Francisco, CA

> “
> 
> Our broker professional is extraordinarily hard-working, honest and a
> dependable broker that is not easy to find. She is great at what she does and
> goes above and beyond for her clients.
> 
> Mark D.
> Pasadena, CA

> “
> 
> Our broker professional was proactive, working tirelessly on our behalf, and
> kept us appraised throughout the entire process. His ability to effectively
> explain the sometimes-complicated process, in simple and understandable terms
> was much appreciated.
> 
> Mae W.
> San Francisco, CA

‹›




VIEWPOINTS

Stay informed with the latest commercial real estate market reports,
trends and industry news from Coldwell Banker Commercial.

See all Articles >
 * Multifamily
   
   
   
   2024’S TOP COLLEGE TOWNS FOR STUDENTS & INVESTORS
   
   RentCafe recently published insights highlighting the best college towns in
   the U.S. in terms of great education, high quality of life, and
   affordability.

 * News
   
   
   
   BRIAN BLACKMORE BRINGS 30-PLUS YEARS OF EXPERIENCE TO COLDWELL BANKER
   COMMERCIAL REALTY IN CHICAGO
   
   Coldwell Banker Commercial Realty proudly announces the affiliation of Brian
   Blackmore, a seasoned veteran in the commercial real estate industry.

 * News
   
   
   
   COLDWELL BANKER COMMERCIAL REALTY REPRESENTS MOUNTAIN VIEW FIRE PROTECTION
   DISTRICT IN $7.3M PURCHASE OF NEW HEADQUARTERS IN LONGMONT, COL.
   
   Coldwell Banker Commercial Realty is pleased to announce the $7.3 million
   sale of 6328 Monarch Park Place, a two-story, 36,900 square-foot
   office/research and development building...

Your trusted guide in commercial real estate.
With local knowledge and global influence,
successful investments start with Coldwell
Banker Commercial.


 * 
 * 
 * 

 * Properties
 * Professionals
 * Offices
 * Services
 * Property Types
 * Viewpoints
 * Join Us
 * About us
 * Franchising
 * Regions
 * International Locations
 * Customer Care
 * Industrial
 * Multifamily
 * Retail
 * Office
 * Agriculture
 * Hospitality
 * Sign Up
 * Sign in
 * Contact
 * Help

©2023-2024 Coldwell Banker. All Rights Reserved. Coldwell Banker and the
Coldwell Banker Commercial logos are trademarks of Coldwell Banker Real Estate
LLC. The Coldwell Banker® System is comprised of company owned offices which are
owned by a subsidiary of Anywhere Advisors LLC and franchised offices which are
independently owned and operated. Coldwell Banker Real Estate LLC d/b/a Coldwell
Banker Commercial Affiliates fully supports the principles of the Equal
Opportunity Act. Listing information is deemed reliable but is not guaranteed.

© Copyright 2024 Coldwell Banker Real Estate LLC | All Rights Reserved COLDWELL
BANKER REAL ESTATE
 * Reasonable Accommodation Notice |
 * ADA Compliance Disclaimer |
 * Cookie-Präferenzen
   |
 * Do Not sell my Personal Information |
 * Terms of Use |
 * Privacy Policy |
 * Sitemap

×Close


SIGN UP

An error has occurred.

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

All fields are required.

Full name *
E-mail *
Password *

Role * Choose... Broker/Agent Owner/Investor Tenant Lender Consultant Marketing
Manager Realtor


I agree to Coldwell Banker Commercial Terms of Service.



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

Have a Coldwell Banker Commercial account?

Log In

Log in With Desk
OR

E-mail
Password
Remember me.
Forgot your password?


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

Do not have a Coldwell Banker Commercial account?

Sign Up


The information you provided has been sent to the selling party.

Please click here to go to your Dashboard and access listings you've inquired
about.

Continue


×

LOADING...