Nautilus Welfare Fund - Mariners' Park

Nautilus Welfare Fund - Mariners' Park

Not yet followed by anyone 

image-0.png












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

 

Summary: The focal point of the Charity is Mariners’ Park in Wallasey. The 16 acre parkland site overlooks the River Mersey. Here the Charity has 125 houses for rent, including a 40 place extra care apartment scheme. The 32 place Mariners’ Park Care Home is on the same site. Promoting retired mariners well-being is a key activity and on site there is a Hobbies Room, Games Room, Gym, Hair Salon and Café for residents to use. Residents can also benefit from the Mariners’ Park Home Care Service which can provide personal care and practical support.

The Charity also provides one off grants for essential items and household repairs. 

Note/Restrictions: Applicants or their spouse/partner should have had a career in the Merchant Navy at any rank. For more information about any of the above services please contact our Wallasey Office.

 

 

    • Related Articles

    • Nautilus Welfare Fun

      Contact details Website: Nautilus Welfare Fund Email: welfare@nautilusint.org Telephone: 0151 346 8840 Main location: Mariners' Park, Wallasey, Merseyside, United Kingdom Contact page: Contact Nautilus Welfare Fund What this organisation does The ...
    • Broughton House Veteran Care Village

      Contact details Website: https://www.broughtonhouse.com/ Email: info@broughtonhouse.com Enquiries telephone: 0161 660 7566 Main Reception: 0161 740 2737 Address: Broughton House Veteran Care Village Park Lane Salford M7 4JD United Kingdom Contact ...
    • Nautilus Welfare Fund

      Charity Number: 218742 Address: Trinity House Hub, 21 Webster Avenue, Mariners Park, Wallasey, Merseyside Postcode: CH44 0AE Phone: 0151 346 8840 Website: www.nautiluswelfarefund.org Email: welfare@nautilusint.org Summary: The focal point of the ...
    • Health & Welfare Financial Grants

      Provided by Seafarers Hospital Society (SHS) Telephone: 020 8858 3696 Email: admin@seahospital.org.uk Website: www.seahospital.org.uk Address: 29 King William Walk, Greenwich, London, SE10 9HJ, United Kingdom The Seafarers Hospital Society (SHS) is a ...
    • Royal Fleet Auxiliary Association (RFAA) Welfare Fund

      Contact details Website: https://rfaa.uk/welfare/ Organisation: Royal Fleet Auxiliary Association (RFAA) Welfare Fund Welfare Email: welfare@rfaa.uk Welfare Telephone: 01233 622911 Mobile: 07786 370054 Welfare Director: Martin Troman Regional Welfare ...
    (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); })();