← back to Nationalrealestate

public/residential-brokers.html

36 lines

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect width='16' height='16' rx='3' fill='%230a0d13'/%3E%3Ctext x='8' y='12' font-size='10' text-anchor='middle' fill='%23c8a24b'%3ERE%3C/text%3E%3C/svg%3E">
<title>USRealEstate — Residential Brokers &amp; Agents</title>
<link rel="stylesheet" href="/broker-desk.css">
<link rel="stylesheet" href="/nav-drawer.css">
<link rel="stylesheet" href="/geo-search.css">
  <link rel="stylesheet" href="/nav-agent/nav-agent.css"><!-- nav-agent -->
</head>
<body>
<div id="topbar">
  <div class="brand"><b>USRealEstate</b> — Residential Brokers &amp; Agents</div>
  <nav>
    <a href="/">Map</a><a href="/markets.html">Markets</a>
    <a href="/commercial-brokers.html">Commercial Brokers</a>
    <a href="/residential-brokers.html" class="active">Residential Brokers</a>
    <a href="/brokers.html">All Brokers</a>
  </nav>
</div>
<main>
  <p class="lede">Residential real estate firms &amp; licensed agents across the region, from the California DRE
    current-licensee registry — the residential counterpart to the commercial desk (the ~204k residential-classified
    agents that don't appear on the commercial/RENTV surface). Sort &amp; density controls above; page through with Prev/Next.</p>
  <div id="desk-root"></div>
</main>
<script>window.DESK_MODE='residential';</script>
<script src="/broker-desk.js"></script>
<script src="/nav-drawer.js"></script>
<script src="/geo-search.js"></script>
  <script src="/nav-agent/nav-agent.js" defer></script><!-- nav-agent -->
</body>
</html>