{"id":187,"date":"2026-02-06T16:15:17","date_gmt":"2026-02-06T21:15:17","guid":{"rendered":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/"},"modified":"2026-02-07T20:42:52","modified_gmt":"2026-02-08T01:42:52","slug":"lodges","status":"publish","type":"page","link":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/","title":{"rendered":"Lodges"},"content":{"rendered":"<!-- LODGES PAGE v11\nDistrictCSS aligned\nFixes the white title by hard locking the hero H1 color to district navy (inline + CSS)\nHero buttons match lodge card buttons\nDirectory context included\nNo search bar\nOne accordion per lodge\nMobile friendly\nNo em dashes used\nReplace ALL page content with this\n-->\n\n\n<style>\n  :root{\n    --mv-navy:#12233E;\n    --mv-navy-2:#163158;\n    --mv-ink:#0b1220;\n    --mv-muted:#4f5b6e;\n    --mv-border:#e2e6ef;\n    --mv-soft:#f6f7fb;\n    --mv-card:#ffffff;\n    --mv-gold:#c9a44c;\n  }\n\n  \/* Hide any theme page title\/header that may be rendering above your custom hero *\/\n  body.page .entry-title,\n  body.page .page-header,\n  body.page header.entry-header,\n  body.page .gp-page-header,\n  body.page .generate-page-header{\n    display:none !important;\n  }\n\n  .mv-page{color:var(--mv-ink);font-size:18px;line-height:1.65;background:linear-gradient(180deg,var(--mv-soft),#ffffff 42%)}\n  .mv-wrap{max-width:1180px;margin:0 auto;padding:28px 18px}\n\n  .mv-hero{\n    background:linear-gradient(135deg, rgba(18,35,62,.10), rgba(201,164,76,.08));\n    border:1px solid var(--mv-border);\n    border-radius:24px;\n    padding:28px 20px;\n    position:relative;\n    overflow:hidden;\n  }\n  .mv-hero:before{\n    content:\"\";\n    position:absolute;\n    left:0;top:0;bottom:0;\n    width:6px;\n    background:linear-gradient(180deg,var(--mv-gold),rgba(201,164,76,.35));\n  }\n\n  .mv-kicker{margin:0 0 8px 0;font-size:13px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:var(--mv-muted) !important}\n  .mv-h1{margin:0 0 10px 0;font-size:34px;line-height:1.15;letter-spacing:-.01em}\n  .mv-sub{margin:0;color:var(--mv-muted) !important;max-width:72ch}\n  .mv-sub-note{margin:10px 0 0 0;color:var(--mv-muted) !important;font-size:14px}\n\n  \/* HARD FIX: force THIS hero title to navy even if other CSS sets it white *\/\n  .mv-page .mv-hero h1,\n  .mv-page .mv-hero .mv-h1{\n    color:var(--mv-navy) !important;\n    text-shadow:none !important;\n    opacity:1 !important;\n  }\n\n  .mv-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}\n\n  \/* Buttons match lodge card buttons *\/\n  .mv-linkbtn,\n  .mv-linkbtn:link,\n  .mv-linkbtn:visited{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:48px;\n    padding:12px 16px;\n    border-radius:12px;\n    font-size:16px;\n    font-weight:800;\n    text-decoration:none !important;\n    color:#fff !important;\n    background:var(--mv-navy) !important;\n    border:0 !important;\n    box-shadow:0 10px 22px rgba(18,35,62,.10);\n  }\n  .mv-linkbtn:hover{background:var(--mv-navy-2) !important;}\n  .mv-linkbtn:focus{outline:2px solid rgba(18,35,62,.25);outline-offset:2px}\n\n  .mv-linkbtn.secondary,\n  .mv-linkbtn.secondary:link,\n  .mv-linkbtn.secondary:visited{\n    background:transparent !important;\n    color:var(--mv-navy) !important;\n    border:1px solid var(--mv-border) !important;\n    box-shadow:none !important;\n  }\n  .mv-linkbtn.secondary:hover{background:rgba(18,35,62,.06) !important;}\n\n  .mv-grid{\n    display:grid;\n    grid-template-columns:repeat(12, minmax(0,1fr));\n    gap:16px;\n    margin-top:18px;\n  }\n  .col-6{grid-column:span 6}\n  @media (max-width: 920px){ .col-6{grid-column:span 12} }\n\n  .mv-card{\n    background:var(--mv-card);\n    border:1px solid var(--mv-border);\n    border-radius:24px;\n    overflow:hidden;\n    box-shadow:0 12px 26px rgba(18,35,62,.06);\n  }\n  .mv-accent{height:6px;background:linear-gradient(90deg,var(--mv-gold),rgba(201,164,76,.35))}\n  .mv-lodge-img{width:100%;height:210px;object-fit:cover;display:block;background:var(--mv-soft)}\n  .mv-card-body{padding:18px 16px}\n  .mv-title{margin:0 0 10px 0;font-size:22px;line-height:1.2;color:var(--mv-ink)}\n\n  .mv-meta-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px 0}\n  .mv-chip{\n    display:inline-flex;\n    gap:6px;\n    align-items:baseline;\n    border:1px solid var(--mv-border);\n    background:rgba(246,247,251,.7);\n    border-radius:999px;\n    padding:6px 10px;\n    font-size:14px;\n    color:var(--mv-muted);\n  }\n  .mv-chip strong{color:var(--mv-ink)}\n\n  .mv-acc{\n    border:1px solid var(--mv-border);\n    border-radius:16px;\n    background:#fff;\n    overflow:hidden;\n    margin-top:10px;\n  }\n  .mv-acc summary{\n    list-style:none;\n    cursor:pointer;\n    display:flex;\n    align-items:flex-start;\n    justify-content:space-between;\n    gap:12px;\n    padding:12px 12px;\n    background:rgba(246,247,251,.65);\n  }\n  .mv-acc summary::-webkit-details-marker{display:none}\n  .mv-acc summary:focus{outline:2px solid rgba(18,35,62,.25);outline-offset:2px}\n  .mv-acc-title{display:block;font-weight:800;color:var(--mv-ink)}\n  .mv-acc-title small{display:block;margin-top:2px;font-weight:600;color:var(--mv-muted);font-size:13px}\n\n  .mv-chev{width:16px;height:16px;flex:0 0 auto;position:relative;margin-top:3px}\n  .mv-chev:before{\n    content:\"\";\n    position:absolute;inset:0;\n    border-right:2px solid var(--mv-navy);\n    border-bottom:2px solid var(--mv-navy);\n    transform:rotate(45deg);\n    opacity:.9;\n  }\n  details[open] .mv-chev:before{transform:rotate(225deg);margin-top:3px}\n\n  .mv-acc-body{padding:14px 12px}\n  .mv-dl{display:grid;grid-template-columns:repeat(12, minmax(0,1fr));gap:12px}\n  .mv-item{grid-column:span 6}\n  @media (max-width: 680px){ .mv-item{grid-column:span 12} }\n\n  .mv-item .k{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--mv-muted);font-weight:900}\n  .mv-item .v{margin:6px 0 0 0;font-size:16px;color:var(--mv-ink)}\n  .mv-item a{color:var(--mv-navy);font-weight:800;text-decoration:none}\n  .mv-item a:hover{text-decoration:underline}\n\n  .mv-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}\n\n  .mv-note{\n    margin:18px 0 0 0;\n    font-size:14px;\n    color:var(--mv-muted);\n    padding:12px 14px;\n    border:1px solid var(--mv-border);\n    border-radius:14px;\n    background:rgba(246,247,251,.7);\n  }\n<\/style>\n\n<div class=\"mv-page\">\n  <div class=\"mv-wrap\">\n\n    <section class=\"mv-hero\" aria-label=\"Lodges header\">\n      <p class=\"mv-kicker\">Directory<\/p>\n\n      <!-- Inline style is intentional to defeat any global \"white title\" rules -->\n      <h1 class=\"mv-h1\" style=\"color:#12233E !important;\">Lodges of the Fifth Masonic District<\/h1>\n\n      <p class=\"mv-sub\">\n        This page is a directory of Lodges in the Fifth Masonic District. Select a Lodge and open the details panel to view the Worshipful Master, address, secretary email, and stated meeting schedule.\n      <\/p>\n      <p class=\"mv-sub-note\">\n        For the most current information, contact the Lodge Secretary.\n      <\/p>\n\n      <div class=\"mv-actions\" aria-label=\"Primary actions\">\n        <a class=\"mv-linkbtn\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/calendar\/\">Calendar<\/a>\n        <a class=\"mv-linkbtn\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/officers\/\">Officers<\/a>\n        <a class=\"mv-linkbtn\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/contact\/\">Contact<\/a>\n      <\/div>\n    <\/section>\n\n    <div class=\"mv-grid\" aria-label=\"Lodge list\">\n\n      <!-- 383 -->\n      <article class=\"mv-card col-6\" aria-label=\"Brandywine-Goddard Lodge No. 383\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Brandywine-Goddard.jpg\" alt=\"Brandywine-Goddard Lodge No. 383 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Brandywine-Goddard Lodge No. 383<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Coatesville<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Tuesday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Jasper Paige<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Tuesday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">360 East Lincoln Highway<br>Coatesville, PA 19320<br>(610) 384-9896<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:brandywinegoddard383@gmail.com\">brandywinegoddard383@gmail.com<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/brandywinegoddardlodge383.com\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=360+East+Lincoln+Highway,+Coatesville,+PA+19320\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 417 -->\n      <article class=\"mv-card col-6\" aria-label=\"Christiana Lodge No. 417\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Christiana-Lodge.jpg\" alt=\"Christiana Lodge No. 417 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Christiana Lodge No. 417<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Christiana<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Thursday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Matt McAllister, P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Thursday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">115 East Slokom Avenue<br>Christiana, PA 17509<br>(610) 593-6742<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0417@pagrandlodge.org\">SECY0417@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"#\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=115+East+Slokom+Avenue,+Christiana,+PA+17509\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 405 -->\n      <article class=\"mv-card col-6\" aria-label=\"Howell Lodge No. 405\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Howell-Lodge.jpg\" alt=\"Howell Lodge No. 405 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Howell Lodge No. 405<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Honey Brook<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>Full moon<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Mark Wright, P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">Wednesday on or before the full moon<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">1505 Walnut Road<br>Honey Brook, PA 19344<br>(610) 273-2920<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0405@pagrandlodge.org\">SECY0405@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/www.howelllodge405.org\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=1505+Walnut+Road,+Honey+Brook,+PA+19344\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 475 -->\n      <article class=\"mv-card col-6\" aria-label=\"Kennett Lodge No. 475\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Kennett-Lodge.jpg\" alt=\"Kennett Lodge No. 475 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Kennett Lodge No. 475<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Kennett Square<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Thursday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Dan Torelli, P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Thursday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">121 Center Street<br>Kennett Square, PA 19348<br>(484) 734-0663<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0475@pagrandlodge.org\">SECY0475@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"#\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=121+Center+Street,+Kennett+Square,+PA+19348\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 545 -->\n      <article class=\"mv-card col-6\" aria-label=\"New London Lodge No. 545\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/New-London-Lodge.jpg\" alt=\"New London Lodge No. 545 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">New London Lodge No. 545<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>West Grove<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>Third Monday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Brian Gouge<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">Third Monday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">902 State Road<br>West Grove, PA 19390<br>(484) 734-0663<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0545@pagrandlodge.org\">SECY0545@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"#\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=902+State+Road,+West+Grove,+PA+19390\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 353 -->\n      <article class=\"mv-card col-6\" aria-label=\"Oxford Lodge No. 353\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Oxford-Lodge.jpg\" alt=\"Oxford Lodge No. 353 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Oxford Lodge No. 353<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Oxford<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Wednesday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Jonathon Kilpatrick, P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Wednesday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">246 North 3rd Street<br>Oxford, PA 19363<br>(610) 932-2660<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0353@pagrandlodge.org\">SECY0353@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/stillservingusa.com\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=246+North+3rd+Street,+Oxford,+PA+19363\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 343 -->\n      <article class=\"mv-card col-6\" aria-label=\"Skerrett Lodge No. 343\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Skerrett-Lodge.jpg\" alt=\"Skerrett Lodge No. 343 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Skerrett Lodge No. 343<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Cochranville<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Tuesday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">David Mellema<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Tuesday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">173 Cochran St<br>Cochranville, PA 19330<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0343@pagrandlodge.org\">SECY0343@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/www.masonpost.com\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=173+Cochran+St,+Cochranville,+PA+19330\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 340 -->\n      <article class=\"mv-card col-6\" aria-label=\"Thomson Lodge No. 340\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Thomson-Lodge.jpg\" alt=\"Thomson Lodge No. 340 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Thomson Lodge No. 340<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Paoli<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>Second Wednesday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Joseph Shawn, P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">Second Wednesday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">19 South Valley Road<br>Paoli, PA 19301<br>(610) 647-5888<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0340@pagrandlodge.org\">SECY0340@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/thomsonlodge.com\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=19+South+Valley+Road,+Paoli,+PA+19301\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 322 -->\n      <article class=\"mv-card col-6\" aria-label=\"West Chester Lodge No. 322\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/West-Chester-Lodge.jpg\" alt=\"West Chester Lodge No. 322 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">West Chester Lodge No. 322<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>West Chester<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>First Monday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">Daniel Heichel, Jr., P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">First Monday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">10 North Church Street<br>West Chester, PA<br>(888) 600-4295<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0322@pagrandlodge.org\">SECY0322@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/www.322fam.org\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=10+North+Church+Street,+West+Chester,+PA\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- 309 -->\n      <article class=\"mv-card col-6\" aria-label=\"Williamson Lodge No. 309\">\n        <div class=\"mv-accent\"><\/div>\n        <img decoding=\"async\" class=\"mv-lodge-img\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Williamson-Lodge-1.jpg\" alt=\"Williamson Lodge No. 309 building\" loading=\"lazy\">\n        <div class=\"mv-card-body\">\n          <h2 class=\"mv-title\">Williamson Lodge No. 309<\/h2>\n          <div class=\"mv-meta-row\">\n            <span class=\"mv-chip\">City <strong>Downingtown<\/strong><\/span>\n            <span class=\"mv-chip\">Stated <strong>Third Wednesday<\/strong><\/span>\n          <\/div>\n\n          <details class=\"mv-acc\">\n            <summary>\n              <span class=\"mv-acc-title\">Lodge details <small>Worshipful Master, address, secretary, stated meeting<\/small><\/span>\n              <span class=\"mv-chev\" aria-hidden=\"true\"><\/span>\n            <\/summary>\n            <div class=\"mv-acc-body\">\n              <div class=\"mv-dl\">\n                <div class=\"mv-item\"><p class=\"k\">Worshipful Master<\/p><p class=\"v\">John Krisch, Jr., P.M.<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Stated Meeting<\/p><p class=\"v\">Third Wednesday of each month<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Address<\/p><p class=\"v\">210 Manor Avenue<br>Downingtown, PA 19335<br>(610) 269-3555<\/p><\/div>\n                <div class=\"mv-item\"><p class=\"k\">Lodge Secretary Email<\/p><p class=\"v\"><a href=\"mailto:SECY0309@pagrandlodge.org\">SECY0309@pagrandlodge.org<\/a><\/p><\/div>\n              <\/div>\n            <\/div>\n          <\/details>\n\n          <div class=\"mv-links\">\n            <a class=\"mv-linkbtn\" href=\"https:\/\/www.williamsonlodge309.org\/\" target=\"_blank\" rel=\"noopener\">Lodge website<\/a>\n            <a class=\"mv-linkbtn secondary\" href=\"https:\/\/www.google.com\/maps?q=210+Manor+Avenue,+Downingtown,+PA+19335\" target=\"_blank\" rel=\"noopener\">Directions<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n    <\/div>\n\n    <p class=\"mv-note\">\n      Details are provided for convenience. For the most current information, contact the Lodge Secretary.\n    <\/p>\n\n  <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>Directory Lodges of the Fifth Masonic District This page is a directory of Lodges in the Fifth Masonic District. Select a Lodge and open the details panel to view the &#8230; <a title=\"Lodges\" class=\"read-more\" href=\"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/lodges\/\" aria-label=\"Read more about Lodges\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-187","page","type-page","status-publish"],"ticketed":false,"_links":{"self":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/comments?post=187"}],"version-history":[{"count":5,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/187\/revisions"}],"predecessor-version":[{"id":321,"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/pages\/187\/revisions\/321"}],"wp:attachment":[{"href":"https:\/\/site.sowhenitbe.com\/5thdistrictpa\/wp-json\/wp\/v2\/media?parent=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}