Naval & Military Bible Society

Naval & Military Bible Society







Charity Number: 1102593 

Address: Unit 24, Shrivenham Hundred Business Park
Near Manor Road, Watchfield
Wiltshire, 

Postcode: SN6 8TZ

Phone: 07478281737

Website: www.nmbs.org.uk

Email: enquiries@nmbs.org.uk 

Summary: The Naval Military and Air Force Bible Society supplies Bibles and Christian literature to Chaplains, Christian fellowships, missionaries, scripture readers and other individuals working with British, commonwealth and foreign armed forces, Cadet Corps and merchant seafarers' missions throughout the world. Literature is provided on request and reimbursement is sought through donations and sponsorship to meet production costs and overheads. 

Note/Restrictions: Previously known as Naval ,Military & Air Force Bible Society (NMAFBS)


    • Related Articles

    • Naval & Military Bible Society (NMBS)

      Contact details Website: https://www.nmbs.org.uk/ Contact page: https://www.nmbs.org.uk/contact/ Telephone: +44 (0)7793 422599 Email: enquiries@nmbs.org.uk Address: Naval & Military Bible Society Unit 24, Shrivenham Hundred Business Park Near Manor ...
    • 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 ...
    • Royal Merchant Navy Education Foundation

      Charity Number: 1153323 Contact: RMNEF Address: 1a Charnham Lane, Hungerford, Berkshire Postcode: RG17 0EY Phone: 01488 567 890 Website: www.rmnef.org.uk Email: office@rmnef.org.uk Summary: The Foundation's objective is to afford charitable benefit ...
    • 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 ...
    • Royal Merchant Navy Education Foundation (RMNEF)

      Contact details Website: https://rmnef.org.uk/ Email: office@rmnef.org.uk Telephone: 01488 567890 Postal address: Royal Merchant Navy Education Foundation 1a Charnham Lane Hungerford RG17 0EY Facebook: https://facebook.com/RMNEF [ LinkedIn: ...
    (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); })();