Aged Merchant Seamen's Homes and Sunderland Distressed Mariners' Fund

Aged Merchant Seamen's Homes and Sunderland Distressed Mariners' Fund

Charity Number: 230292

Contact: Beth Robinson

Address: c/o Back on the Map, 67 Toward Road, Sunderland.

Post Code: SR2 8JG

Phone: 0191 514 7844

Email: brobinson@backonthemap.org 

 

Summary: The Trust Fund provides 28 one bedroom flats; 3 two bedroom plus a Community room. These are available for aged merchant seamen, fishermen and their widows or unmarried daughters.

Note/Restrictions:  The occupants shall be retired seamen or the widows of seamen or their unmarried daughters being not less than fifty years of age, such seamen, widows or daughters being at the time of appointment resident in the Metropolitan Borough of Sunderland or the North East of England, or seamen having previously worked for at least ten years in ships sailing from the port of Sunderland or other ports in the North East of England.

 

    • Related Articles

    • Haig Housing Trust (MN veterans served in conflict)

      Charity Number: 1125556 Contact: Housing Options Address: Alban Dobson House, Green Lane, Morden, Surrey Postcode: SM4 5NS Phone: 020 8685 5777 Website: www.haighousing.org.uk Email: enquiries@haighousing.org.uk Summary: The Trust is the leading ...
    • Nautilus Welfare Fund - Mariners' Park

      Not yet followed by anyone Charity Number: 218742 Address: Mariners’ Park Care Home, Royden Avenue, Mariners’ Park, Wallasey, Merseyside Postcode: CH44 0HN Phone: 0151 346 8888 Website: www.nautiluswelfarefund.org Email: welfare@nautilusint.org ...
    • Wilson's Mariners' Homes

      Charity Number: 221375 Address: 43 Newlands Park Grove, Scarborough Postcode: YO12 6PT Phone: 01723 379910 Summary: The charity provides almshouses for poor aged persons of good character being shipowners (having been nautical people), shipmates, ...
    • Whitby Merchant Seamen's Hospital Houses

      Charity Number: 508014 Address: Seamen's Hospital Houses, Church Street, Whitby, North Yorkshire Postcode: YO22 4AP Phone: 01947 603766 Summary: Accommodation comprises 20 almshouses / flats suitable for one or two persons. One ground floor flats are ...
    • Alabaré (MN veterans served in conflict)

      Charity Number: 1006504 Contact: 01722 322882 Website: www.alabare.co.uk Email: enquiries@alabare.co.uk Summary: Alabaré has been supporting vulnerable, homeless and marginalised people since 1991. We help them transform their lives, providing ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();