Scottish Nautical Welfare Society

Scottish Nautical Welfare Society

Scottish_Nautical_Welfare_Society.png
 
 
Charity Number: SC032892

Contact: Gail Haldane

Address: 937 Dumbarton Road Glasgow

Postcode: G14 9UF

Phone: 0141 3372632

Website: www.snws.org.uk 

Email: ghaldane@snws.org.uk

 

Summary: The Society's objectives and principal activities are to promote, mainly by way of financial assistance, the welfare of former seafarers or their dependents who are in needy circumstances. The methods by which the welfare of this group of people is addressed by the Society are as follows: Provision of a quarterly grant - this is the principal means of support given; Home visits to beneficiaries who are housebound, in hospital or on request Provision of a social and lunch club on certain weekdays; Provision of periodic social outings and events.

 Note/Restrictions: Beneficiaries should be British, resident in central Scotland, and normally over 60 (female) and 65 (male) and have served for 10 years. The criteria for giving help are based on sea service, age and income/expenditure.

    • Related Articles

    • Scottish Nautical Welfare Society

      Contact details Website: https://www.snws.org.uk/ Address: 937 Dumbarton Road, Glasgow, G14 9UF Telephone: 0141 337 2632 Contact page: https://www.snws.org.uk/ What this organisation does Scottish Nautical Welfare Society is a maritime welfare ...
    • Scottish Veterans Residences (SVR)

      ] Contact details Website: https://www.svronline.org/ Accommodation enquiries (24-hour service): 0300 131 6755 General telephone: 0131 556 6827 Email: info@svronline.org Postal address: Scottish Veterans Residences Chief Executive Office 53 Canongate ...
    • Merchant Navy Welfare Board (MNWB)

      Contact details Website: https://www.mnwb.org/ Address: Merchant Navy Welfare Board 8 Cumberland Place Southampton Hampshire SO15 2BH Telephone: 023 8033 7799 Email: enquiries@mnwb.org.uk Contact page: https://www.mnwb.org/contact-us/ Seafarer ...
    • Merchant Navy Welfare Board (MNWB)

      Charity Number: 212799 Contact: Stuart Rivers, Chief Executive Address: 8 Cumberland Place, Southampton Postcode: SO15 2BH Phone: 02380 337799 Website: www.mnwb.org Email: enquiries@mnwb.org.uk Summary: The Board, established in 1948, is the umbrella ...
    • Legion Scotland (MN veterans served in conflict)

      Charity Number: SC003323 (Scotland) Contact: Switchboard Address: New Haig House, Logie Green Road, Edinburgh Postcode: EH7 4HQ Phone: 0131 550 1583 Website: www.legionscotland.org.uk Email: Contact enquiry form on website Summary: Legion Scotland ...
    (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); })();