CINXE.COM
Cedars of Lebanon Club | Family Histories
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="/sitemap.xml" rel="sitemap" title="Sitemap" type="application/xml"> <meta name="description" content="A collection of the family histories from a large number of migrants left the shores of their beloved Lebanon from the latter part of the 19th Century onward and travelled to all parts of the world including New Zealand. "/> <meta property="og:description" content="A collection of the family histories from a large number of migrants left the shores of their beloved Lebanon from the latter part of the 19th Century onward and travelled to all parts of the world including New Zealand. "/> <title>Cedars of Lebanon Club | Family Histories</title> <meta property="og:title" content="Cedars of Lebanon Club | Family Histories" /> <script src="https://asset.turboweb.co.nz/core/cache/resource/vendor/jquery-3.5.1/jquery-3.5.1.min.js?1733974405"></script> <script src="https://asset.turboweb.co.nz/149/site.js?1732754358"></script> <script src="https://www.google.com/recaptcha/api.js?onload=recaptchaLoadedCallback&render=explicit" async defer></script> <link rel="stylesheet" href="https://asset.turboweb.co.nz/149/site.css?1732054440"> </head> <body> <div id="lightbox" data-bind="css: {'is-open': isOpen}"> <div class="lightbox-close is-visible" data-bind="click: close"> <i class="fas fa-2x fa-times-circle"></i> </div> <!-- ko if: usingClickButtons --> <div class="lightbox-previous" data-bind="click: clickPrevious, css: {'is-visible': canClickPrevious}"> <i class="fas fa-2x fa-chevron-circle-left"></i> </div> <div class="lightbox-next" data-bind="click: clickNext, css: {'is-visible': canClickNext}"> <i class="fas fa-2x fa-chevron-circle-right"></i> </div> <!-- /ko --> <!-- ko if: !usingClickButtons && items().length > 1 --> <div class="lightbox-previous-mobile"> <i class="fas fa-2x fa-chevron-left"></i> </div> <div class="lightbox-next-mobile"> <i class="fas fa-2x fa-chevron-right"></i> </div> <!-- /ko --> <div class="lightbox-frames" data-bind="css: {'is-snap': !usingClickButtons}"> <!-- ko foreach: items --> <div class="lightbox-frame" data-bind="attr: {id: elementId}"> <div class="lightbox-frame-image"> <!-- ko if: href --> <a data-bind="attr: {href: href}"> <img data-bind="attr: {src: src, srcset: srcset, alt: title, sizes: sizes}"> </a> <!-- /ko --> <!-- ko ifnot: href --> <img data-bind="attr: {src: src, srcset: srcset, alt: title, sizes: sizes}"> <!-- /ko --> </div> <!-- ko if: showCaption --> <div class="lightbox-frame-caption"> <div data-bind="text: prettyIndex" class="small"></div> <div data-bind="text: title"></div> </div> <!-- /ko --> </div> <!-- /ko --> </div> </div> <script type="text/html" id="template-filmstrip"> <div class="filmstrip"> <div class="preview"> <div class="preview-inner"> <!-- ko with: selectedItem --> <div class="preview-image"> <img data-bind=" click: $parent.onClickPreview, attr: { 'src': preview.src, 'srcset': preview.srcset, 'sizes': preview.sizes, 'title': title, 'alt': alt }"> </div> <!-- ko if: $parent.showCaptions --> <!-- ko if: title --> <div class="preview-title" data-bind="text: title" style="color: white;"></div> <!-- /ko --> <!-- /ko --> <!-- /ko --> </div> </div> <div class="thumbnails"> <button type="button" class="thumbnails-back" data-bind="click: scrollBack"> <i class="fal fa-angle-left"></i> </button> <div class="thumbnails-inner" data-bind="attr: {id: thumbnailsInnerId}"> <!-- ko foreach: items --> <img class="lightbox-item" data-bind=" click: $parent.onClickThumbnail.bind($data, $index()), css: {'is-selected': $index() == $parent.selectedItemIndex()}, attr: { 'id': id, 'src': cropped.src, 'srcset': cropped.srcset, 'sizes': cropped.sizes, 'data-lightbox-src': full.src, 'data-lightbox-srcset': full.srcset, 'data-lightbox-sizes': full.sizes, 'alt': alt }"> <!-- /ko --> </div> <button type="button" class="thumbnails-forward" data-bind="click: scrollForward"> <i class="fal fa-angle-right"></i> </button> </div> </div> </script> <div id="alert-modal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" data-bind="text: title"></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <div class="row"> <!-- ko if: icon --> <div class="col-auto"> <i data-bind="css: icon"></i> </div> <!-- /ko --> <div class="col"> <p data-bind="html: message"></p> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> </div> </div> </div> </div> <div id="confirm-modal" class="modal fade" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" data-bind="text: title"></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <p data-bind="text: message"></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> <!-- ko if: confirmButtonLabel --> <button type="button" class="btn" data-bind=" text: confirmButtonLabel, css: confirmButtonStyle, click: doAccept"></button> <!-- /ko --> </div> </div> </div> </div> <div class="d-flex flex-column min-vh-100"> <script> $(() => { window.mobileNav = { toggle: () => { $('html').toggleClass('is-mobile-nav-open'); $('.mobile-nav').toggleClass('is-open'); } } $('.mobile-nav-header').click(window.mobileNav.toggle); }); </script> <div class="mobile-nav"> <div class="mobile-nav-header"> <button type="button"><i class="fas fa-fw fa-times-circle"></i></button> </div> <div class="mobile-nav-inner"> <div class="parent"> <a class="item" href="/">Home</a> <div class="children"> </div> </div> <div class="parent has-children"> <a class="item" href="/about/committee-members">About </a> <div class="children"> <a class="child" href="/about/committee-members">Committee Members</a> <a class="child" href="/about/books">Books</a> <a class="child" href="/about/miscellaneous">Miscellaneous</a> <a class="child" href="/about/get-involved">Get Involved</a> </div> </div> <div class="parent has-children"> <a class="item" href="/cedars-of-lebanon-club-the-gathering/the-build-up-to-the-gathering">The Gathering</a> <div class="children"> <a class="child" href="/cedars-of-lebanon-club-the-gathering/the-build-up-to-the-gathering">The Build Up</a> <a class="child" href="/cedars-of-lebanon-club-the-gathering/cedars-of-lebanon-grove">Cedars of Lebanon Grove</a> <a class="child" href="/cedars-of-lebanon-club-the-gathering/more-gathering-info">More Gathering Info</a> </div> </div> <div class="parent"> <a class="item" href="/news">News</a> <div class="children"> </div> </div> <div class="parent is-active"> <a class="item" href="/family-histories">Family Histories</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/memorials">Memorials</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/letters-from-butch">Letters From Butch</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/recipes">Recipes</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/business-directory">Business Directory</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/contact-cedars-of-lebanon-club">Contact</a> <div class="children"> </div> </div> </div> </div> <header class="position-sticky shadow bg-white" style="top: 0; z-index: 106;"> <div class="container-fluid is-wide-container"> <div class="form-row align-items-center py-4"> <div class="col"> <div class="logo"> <a href="/"><img src="https://asset.turboweb.co.nz/149/cache/resource/image/logo.png?1633402062"></a> </div> </div> <div class="col-auto d-none d-xl-block"> <div class="simple-nav"> <div class="parent"> <a class="item" href="/">Home</a> <div class="children"> </div> </div> <div class="parent has-children"> <span class="item">About </span> <div class="children"> <a class="child" href="/about/committee-members">Committee Members</a> <a class="child" href="/about/books">Books</a> <a class="child" href="/about/miscellaneous">Miscellaneous</a> <a class="child" href="/about/get-involved">Get Involved</a> </div> </div> <div class="parent has-children"> <span class="item">The Gathering</span> <div class="children"> <a class="child" href="/cedars-of-lebanon-club-the-gathering/the-build-up-to-the-gathering">The Build Up</a> <a class="child" href="/cedars-of-lebanon-club-the-gathering/cedars-of-lebanon-grove">Cedars of Lebanon Grove</a> <a class="child" href="/cedars-of-lebanon-club-the-gathering/more-gathering-info">More Gathering Info</a> </div> </div> <div class="parent"> <a class="item" href="/news">News</a> <div class="children"> </div> </div> <div class="parent is-active"> <a class="item" href="/family-histories">Family Histories</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/memorials">Memorials</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/letters-from-butch">Letters From Butch</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/recipes">Recipes</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/business-directory">Business Directory</a> <div class="children"> </div> </div> <div class="parent"> <a class="item" href="/contact-cedars-of-lebanon-club">Contact</a> <div class="children"> </div> </div> </div> </div> <div class="col-auto d-xl-none"> <button onClick="window.mobileNav.toggle();" class="btn btn-link px-0"> <i class="fas fa-bars fa-2x"></i> </button> </div> </div> </div> </header> <script> $(function() { var items = $('#pid-0 .banner-item'); var buttons = $('#pid-0 .banner-picker button'); var banner = new window.lib.Banner(5000, items, buttons); }); </script> <div class="banner" id="pid-0"> <div class="banner-items"> <div class="banner-item is-active" style="z-index: 0"> <img loading="lazy" src="https://asset.turboweb.co.nz/149/cache/file/tzab888ybwtdn4wu0w7z/368996d64b3da8813b3afbb4703813fb/Lebanese%20Gathering.jpeg" srcset="https://asset.turboweb.co.nz/149/cache/file/tzab888ybwtdn4wu0w7z/3a5546ce4f5979aabcc115df3b581406/Lebanese%20Gathering.jpeg 500w, https://asset.turboweb.co.nz/149/cache/file/tzab888ybwtdn4wu0w7z/d71c1d49ef410d58a4566882ce0fd6c1/Lebanese%20Gathering.jpeg 800w, https://asset.turboweb.co.nz/149/cache/file/tzab888ybwtdn4wu0w7z/368996d64b3da8813b3afbb4703813fb/Lebanese%20Gathering.jpeg 999w" sizes="(max-width: 500px) 500px, (min-width: 501px) and (max-width: 800px) 800px, (min-width: 801px) 999px" alt=""> </div> </div> </div> <div class="main has-banner"> <div class="content"> <div class="simple-breadcrumb-wrapper"> <div class="container"> <div class="simple-breadcrumb"> <div class="item"><a href="/">Home</a></div> <div class="item">Family Histories</div> </div> </div> </div> <div class="container"> <h1>Family Histories</h1> </div> <div class="stream clearfix"><div class="section section-richtext container section-count-1 sectiontype-count-0"> <p>A large number of migrants left the shores of their beloved Lebanon from the latter part of the 19th Century onward and travelled to all parts of the world including New Zealand. Here is a collection of the family histories.</p></div></div></div> <div class="bg-light pt-5"> <div class="container"> <div class="row"> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/ackouri-bacos-family"> <h3 class="text-body">Ackouri (Bacos) Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/elias-and-louisa-coory"> <h3 class="text-body">Elias and Louisa Coory</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/farry-family"> <h3 class="text-body">Farry Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/farry-rowcroft-family"> <h3 class="text-body">Farry-Rowcroft Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/ferris-raad-family"> <h3 class="text-body">Ferris-Raad Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/george-family"> <h3 class="text-body">George Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/hananeia-bundo-family-histories"> <h3 class="text-body">Hananeia / Bundo Family Histories</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/hanifah-s-secret-pudding"> <h3 class="text-body">Hanifah's Secret Pudding</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/hannah-family"> <h3 class="text-body">Hannah Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/il-rudda-reid-family"> <h3 class="text-body">Il Rudda/Reid Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/jacob-habib-coory"> <h3 class="text-body">Jacob Habib Coory</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/joseph-antony"> <h3 class="text-body">Joseph, Antony</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/joseph-richard-lyn"> <h3 class="text-body">Joseph, Richard & Lyn</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/les-betro"> <h3 class="text-body">Les Betro</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/lettoof-latouf-and-kallil-khalil-families"> <h3 class="text-body">Lettoof (Latouf) and Kallil (Khalil) Families</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/milne-george-family"> <h3 class="text-body">Milne/George Family</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> <div class="col-12 col-md-6 mb-5"> <a class="unlink" href="/family-histories/war-diary-of-joseph-anthony-bacos"> <h3 class="text-body">War Diary of Joseph Anthony Bacos</h3> <div class="btn btn-link btn-sm p-0">Read More <i class="fal fa-long-arrow-right"></i></div> </a> </div> </div> </div> </div> </div> <div class="flex-grow-1"></div> <footer class="bg-dark pt-5 pb-4"> <div class="container text-center"> <div class="row justify-content-center"> <div class="col-12 mb-2"> <a class="font-weight-bold" href="tel:+6434775557">03 477 5557</a> </div> <div class="col-12 mb-2"> <a class="font-weight-bold" href="/contact-cedars-of-lebanon-club">Contact Us</a> </div> <div class="col-12 mb-4"> P.O. Box 998, Dunedin 9054, New Zealand </div> <div class="col-auto"> <a target="_blank" href="https://www.facebook.com/pages/category/Community/Cedars-of-Lebanon-Club-Inc-Dunedin-New-Zealand-115441358567516"><i class="fa-2x fab fa-facebook-square"></i></a> </div> </div> <div class="row justify-content-center mt-4 small"> <div class="col-12 col-lg-auto mb-2 mb-lg-0"> <a class="font-weight-bold" href="/sitemap">Sitemap</a> </div> <div class="col-12 col-lg-auto mb-2 mb-lg-0"> <a class="font-weight-bold" href="/privacy">Privacy</a> </div> <div class="col d-none d-lg-block"> </div> <div class="col-12 col-lg-auto mb-2 mb-lg-0"> © Cedars of Lebanon Club </div> <div class="col-12 col-lg-auto"> Site by <a class="font-weight-bold" target="_blank" href="https://www.turboweb.co.nz">Turboweb</a> </div> </div> </div> </footer> </div> <link rel="stylesheet" href="https://asset.turboweb.co.nz/core/cache/resource/vendor/fontawesome-pro-5.13.0-web/css/all.min.css?1733974406"> <link href="https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap" rel="stylesheet"> </body> </html>