{"id":235,"date":"2023-07-11T19:32:06","date_gmt":"2023-07-11T23:32:06","guid":{"rendered":"https:\/\/maplecityrealty.c21.ca\/post-102-copy"},"modified":"2024-11-26T00:36:15","modified_gmt":"2024-11-26T05:36:15","slug":"communities","status":"publish","type":"page","link":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/communities","title":{"rendered":"Communities"},"content":{"rendered":"\n<h3>\n\t\tCENTURY 21 \n\t<\/h3>\n<h3>\n\t\tMaple City Realty\n\t<\/h3>\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\"\/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n   <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css?family=Archivo&#038;display=swap\"\/>\n  <title>Community Dropdown Widget<\/title>\n  <style>\n    body {\n      font-family: archivo, sans-serif;\n      color: black;\n      margin: 0;\n      padding: 0;\n      background-color: #f4f4f4;\n    }\n    .dropdown-container {\n      padding: 20px;\n      display: flex;\n      justify-content: center;\n    }\n    select {\n      padding: 10px;\n      font-size: 1.2em;\n      color:grey;\n      background-color: #fff;\n      border: 1px solid grey;\n      border-radius: 5px;\n      cursor: pointer;\n    }\n    select:hover {\n      border-color: #888;\n    }\n    @media (max-width: 768px) {\n        select {\n      padding: 10px;\n      font-size: 1.4em;\n        }\n  <\/style>\n<\/head>\n<body>\n    <select id=\"cityDropdown\" onchange=\"window.location.href=this.value;\">\n      <option value=\"\">Select a City<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-belle-river-ontario\">BELLERIVER, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-blenheim-ontario\">BLENHEIM, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-chatham-ontario\">CHATHAM, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-dresden-ontario\">DRESDEN, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-erieau-ontario\">ERIEAU, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-highgate-ontario\">HIGHGATE, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-leamington-ontario\">LEAMINGTON, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-lighthouse-cove-ontario\">LIGHTHOUSE COVE, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-mitchells-bay-ontario\">MITCHELL&#8217;S BAY, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-ridgetown-ontario\">RIDGETOWN, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-thamesville-ontario\">THAMESVILLE, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-tilbury-ontario\">TILBURY, ON<\/option>\n      <option value=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-wallaceburg-ontario\">WALLACEBURG, ON<\/option>\n    <\/select>\n<\/body>\n<\/html>\n<h2>\n\t\tCommunities\n\t<\/h2>\n<h1>\n\t\tCommunities | Real Estate Listings by Location\n\t<\/h1>\n\t<p><strong>Find the newest houses for sale and real estate listings in your area below.<\/strong><\/p>\n<p>Our <em>Communities<\/em> page will help you discover up-to-date real estate listings in <strong>Southwest Ontario<\/strong>, including <strong>Kent County<\/strong>, <strong>Lambton County<\/strong>, and <strong>Essex County<\/strong>. Explore community profiles filled with key details about local amenities, schools, lifestyle, and top attractions. Access real estate listings, including houses for sale in your preferred area, and find helpful resources such as nearby cities and useful links. Start your home search today and find the community that best suits your lifestyle!<\/p>\n<p><strong>For more information on properties for sale, including property disclosures, sales history, and prices, contact one of our <a href=\"https:\/\/maplecityrealty.c21.ca\/our-realtors\">realtors<\/a> today.<\/strong><\/p>\n\t<style>\n  body {\n    font-family: \"Archivo\", sans-serif;\n    background-color: #ffffff;\n    margin: 0;\n    padding: 0;\n  }\n  .team-container-wrapper {\n    background-color: white;\n    padding: 0px 0;\n  }\n  .team-container {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n  .team-member-link {\n    text-decoration: none;\n    color: inherit;\n    display: block;\n  }\n  .team-member {\n    display: flex;\n    align-items: center;\n    background-color: #ffffff;\n    border-radius: 8px;\n    box-shadow: 0 4px 10px rgba(0, 4, 8, 0.2);\n    text-align: left;\n    padding: 20px;\n    gap: 20px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  \/* Hover effect for the entire card *\/\n  .team-member:hover {\n    transform: scale(1.05);\n    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);\n  }\n  .team-member-img-wrapper {\n    flex: 0 0 auto;\n    width: 150px;\n    height: 150px;\n    overflow: hidden;\n    border-radius: 8px;\n  }\n  .team-member img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .team-member-details {\n    flex: 1;\n  }\n  .team-member h3 {\n    font-size: 26px !important;\n    font-family: \"Arial\", sans-serif;\n    margin-bottom: 10px;\n  }\n  .team-member .gold-line-container {\n    width: 100%;\n    border-top: 2px solid #a19276;\n    margin: 10px 0;\n  }\n  .team-member p {\n    font-size: 18px;\n    color: grey;\n    margin-bottom: 15px;\n  }\n  .view-profile-btn {\n    display: inline-block;\n    padding: 5px 10px;\n    background-color: rgba(4, 5, 2, 0.82);\n    color: #ffffff;\n    text-decoration: none;\n    font-weight: normal;\n    border-radius: 5px;\n    transition: background-color 0.3s ease;\n  }\n  .view-profile-btn:hover {\n    background-color: #a19276;\n  }\n  \/* Media queries for responsiveness *\/\n  @media (max-width: 768px) {\n      .team-member {\n        flex-direction: row;\n        text-align: left;\n      }\n      .team-member-img-wrapper {\n        margin: 0 auto;\n        height:120px;\n        width:120px;\n      }\n      .team-member h3 {\n      font-size: 19px !important;\n      }\n      .team-member p {\n      font-size: 15px !important;\n      color: grey;\n      margin-bottom: 15px;\n    }\n    .view-profile-btn {\n    display: none !important;\n    }\n      .team-container {\n      display: flex;\n      flex-direction: column;\n      gap: 15px;\n      margin-top: 10px;\n      max-width: 100%;\n      margin: 0 auto;\n    }\n    }\n<\/style>\n\n<body>\n      <!-- Belle River -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-belle-river-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/assets.simpleviewinc.com\/simpleview\/image\/upload\/c_limit,q_75,w_1200\/v1\/crm\/southwestontario\/Belle-River-Marina-2---Account-90d0f7e55056b3a_90d0f9a6-5056-b3a8-492774530d9d87b3.jpg\" alt=\"Belle River\"\/>\n            <h3>Belle River, ON<\/h3>\n            <p>Picturesque lakeside living and a lively atmosphere.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-belle-river-ontario\">Discover<\/a>\n      \n      <!-- Blenheim -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-blenheim-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/livingck\/communities\/blenheimGallery\/IMG_0016.JPG\" alt=\"Blenheim\"\/>\n            <h3>Blenheim, ON<\/h3>\n            <p>A historic town with a tight-knit community.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-blenheim-ontario\">Discover<\/a>\n      \n      <!-- Chatham -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-chatham-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/stayandeat\/placestostay\/PublishingImages\/Chatham-Kent%20-%20Retro%20Suites%20-%20Hotel-Front-Facade-copy.jpg%20(2).jpg\" alt=\"Chatham\"\/>\n            <h3>Chatham, ON<\/h3>\n            <p>A hub of culture, history, and modern amenities.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-chatham-ontario\">Discover<\/a>\n      \n      <!-- Dresden -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-dresden-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Dresden\/downtown%20dresden.JPG\" alt=\"Dresden\"\/>\n            <h3>Dresden, ON<\/h3>\n            <p>Small-town charm with rich heritage.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-dresden-ontario\">Discover<\/a>\n      \n      <!-- Erieau -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-erieau-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Erieau\/Erieau-72.jpg\" alt=\"Erieau\"\/>\n            <h3>Erieau, ON<\/h3>\n            <p>A beachside retreat for outdoor enthusiasts.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-erieau-ontario\">Discover<\/a>\n      \n            <!-- Highgate -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-highgate-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Highgate\/Mary%20Webb%20-%20Highgate.jpg\" alt=\"Highgate\"\/>\n            <h3>Highgate, ON<\/h3>\n            <p>A quaint village with rural appeal.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-highgate-ontario\">Discover<\/a>\n      \n      <!-- Leamington -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-leamington-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.leamington.ca\/en\/resources\/2022-Tile-Images\/Page-Banners\/Webpage-Banner-on-a-page-template.png\" alt=\"Leamington\"\/>\n            <h3>Leamington, ON<\/h3>\n            <p>Vibrant and diverse, known as the Tomato Capital.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-leamington-ontario\">Discover<\/a>\n      \n      <!-- Lighthouse Cove -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-lighthouse-cove-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.visitwindsoressex.com\/wp-content\/uploads\/2019\/05\/lighthouse-cove.jpg\" alt=\"Lighthouse Cove\"\/>\n            <h3>Lighthouse Cove, ON<\/h3>\n            <p>Stunning waterfront living by Lake St. Clair.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-lighthouse-cove-ontario\">Discover<\/a>\n      \n      <!-- Mitchell's Bay -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-mitchells-bay-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Mitchells%20Bay\/IMG_1134.JPG\" alt=\"Mitchell's Bay\"\/>\n            <h3>Mitchell&#8217;s Bay, ON<\/h3>\n            <p>Perfect for fishing, boating, and lakefront life.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-mitchells-bay-ontario\">Discover<\/a>\n      \n      <!-- Ridgetown -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-ridgetown-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Ridgetown\/IMG_1262.JPG\" alt=\"Ridgetown\"\/>\n            <h3>Ridgetown, ON<\/h3>\n            <p>Home to charming streets and rich agricultural roots.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-ridgetown-ontario\">Discover<\/a>\n      \n      <!-- Thamesville -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-thamesville-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Thamesville\/Thamesville.jpg\" alt=\"Thamesville\"\/>\n            <h3>Thamesville, ON<\/h3>\n            <p>A blend of history and small-town comfort.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-thamesville-ontario\">Discover<\/a>\n      \n      <!-- Tilbury -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-tilbury-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Tilbury\/Tilbury2.jpg\" alt=\"Tilbury\"\/>\n            <h3>Tilbury, ON<\/h3>\n            <p>Close to urban centers with a welcoming vibe.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-tilbury-ontario\">Discover<\/a>\n      \n      <!-- Wallaceburg -->\n      <a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-wallaceburg-ontario\">\n            <img decoding=\"async\" src=\"https:\/\/www.chatham-kent.ca\/visitck\/communities\/Spotlight%20Slider%20Images\/Wallaceburg%20walking%20bridge.jpg?RenditionID=5\"\/>\n            <h3>Wallaceburg, ON<\/h3>\n            <p>Rich industrial heritage and scenic waterways.<\/p>\n            <\/a><a href=\"https:\/\/maplecityrealty.c21.ca\/houses-for-sale-wallaceburg-ontario\">Discover<\/a> \n      \n<\/body>\n\n\n","protected":false},"excerpt":{"rendered":"<p>CENTURY 21 Maple City Realty Community Dropdown Widget Select a CityBELLERIVER, ONBLENHEIM, ONCHATHAM, ONDRESDEN, ONERIEAU, ONHIGHGATE, ONLEAMINGTON, ONLIGHTHOUSE COVE, ONMITCHELL&#8217;S BAY, ONRIDGETOWN, ONTHAMESVILLE, ONTILBURY, ONWALLACEBURG, ON Communities Communities | Real Estate Listings by Location Find the newest houses for sale and real estate listings in your area below. Our Communities page will help you discover [&hellip;]<\/p>\n","protected":false},"author":15341,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-235","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/235","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/users\/15341"}],"replies":[{"embeddable":true,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/comments?post=235"}],"version-history":[{"count":150,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/235\/revisions"}],"predecessor-version":[{"id":1765,"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/pages\/235\/revisions\/1765"}],"wp:attachment":[{"href":"https:\/\/maplecityrealty.c21.ca\/fr-ca\/wp-json\/wp\/v2\/media?parent=235"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}