Legion Scotland (MN veterans served in conflict)

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 exists to promote remembrance and comradeship and, in partnership with other ex-Service charities, to be responsible for the provision of welfare, benevolence and pension support of ex-Servicemen and women and their dependents throughout Scotland. Social and emotional support are provided through a nationwide network of branches and clubs across Scotland, together with opportunities to take part in sport and piping competitions, ceremonial events such as Acts of Remembrance and ongoing work, including the Poppy Appeal, welfare support and branch/club management. 

Note/Restrictions: Formally known as Royal British Legion Scotland (RBLS). Making a difference every day to the lives of Scotland's veterans through providing community, friendship and practical advice, whether they left military service yesterday or 50 plus years ago.

Ordinary Member = those that have served a minimum of 6 months

Associate Member = those that have never served

 


    • Related Articles

    • Royal British Legion - RBL (MN veterans served in conflict)

      Charity Number: 219279 Contact: Contact Centre Address: 199 Borough High Street, London Postcode: SE1 1AA Phone: 0808 802 8080 Website: www.britishlegion.org.uk Email: Contact enquiry form on website Summary: The charity provides immediate needs ...
    • MN Veterans & Armed Forces Covenant

      UK MERCHANT SEAFARING VETERANS AGREED DEFINITION Introduction The Merchant Navy and UK fishing fleets have always been called upon to provide support to both the UK Armed Forces and the Nation during wartime, other hostilities and military ...
    • Erskine Veterans Charity

      Contact Website: https://www.erskine.org.uk/ Get Support: https://www.erskine.org.uk/get-support Registered Office: The Erskine Home, Erskine Veterans Village, Bishopton, Renfrewshire, PA7 5PU, Scotland. What this organisation does Erskine Veterans ...
    • The Royal Homes (MN veterans served in conflict)

      Charity Number: 210760 Contact: The Royal Homes Address: Queen Alexandra's Court, St Mary's Road, Wimbledon, London Postcode: SW19 7DE Phone: 0208 946 5182 Website: www.theroyalhomeswimbledon.org Email: Contact enquiry form on website Summary: To ...
    • Erskine (MN veterans served in conflict)

      Charity Number: SC006609 (Scotland) Contact: The Erskine Home Address: Bishopston, Renfrewshire Postcode: PA7 5PU Phone: 0141 8121100 Website: www.erskine.org.uk Email: enquiries@erskine.org.uk Summary: As Scotland’s foremost provider of care for ...
    (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); })();