var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
const gtm4wp_use_sku_instead = 0;
const gtm4wp_currency = 'GBP';
const gtm4wp_product_per_impression = 10;
const gtm4wp_clear_ecommerce = false;
const gtm4wp_datalayer_max_timeout = 2000;
var trustpilot_settings = {"key":"","TrustpilotScriptUrl":"https://invitejs.trustpilot.com/tp.min.js","IntegrationAppUrl":"//ecommscript-integrationapp.trustpilot.com","PreviewScriptUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/js/preview.min.js","PreviewCssUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/css/preview.min.css","PreviewWPCssUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/css/preview_wp.css","WidgetScriptUrl":"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js"};
//# sourceURL=tp-js-js-extra
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"https://newarkcylinders.co.uk/cart/","is_cart":"","cart_redirect_after_add":"no"};
//# sourceURL=wc-add-to-cart-js-extra
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
var dataLayer_content = {"pageTitle":"About Us - Newark Cylinders","pagePostType":"page","pagePostType2":"single-page","pagePostAuthor":"Jack Smith","customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]}};
dataLayer.push( dataLayer_content );
Three generations of solving hot water problems
Newark Cylinders has been manufacturing hot water cylinders since 1977. What started as a family business in Nottinghamshire remains one today: three generations later, still independently owned, still building every unit ourselves at our production workshop in Newark.
That continuity matters. The knowledge built over nearly 50 years of manufacturing stays in-house, and so does the accountability.
What we make, and who we make it for
Our range covers domestic unvented cylinders through to large-scale commercial calorifiers, thermal stores, buffer vessels, and marine calorifiers. We work with individual installers and specifiers who need a single solution built to an exact brief, and with trade and manufacturing partners who need the same cylinder produced consistently over time.
Both get the same standard of manufacturing. Neither gets pushed towards something that doesn’t quite fit.
How we work
From your initial enquiry through to design, fabrication, and despatch, everything is handled in-house. We combine precision machinery with hands-on fabrication in stainless steel and copper. This means we can respond to complex briefs, unusual dimensions, specific coil configurations, or tight deadlines without outsourcing or compromising on quality.
There is no fixed catalogue and no off-the-shelf compromise. If your project needs it, we can build it.
Why installers and specifiers trust us
Our technical team works directly with installers, specifiers, and architects throughout a project, not just at the point of order. That means support on complex specifications, help translating unusual briefs into a manufacturable solution, and direct access to the people making your cylinders that larger manufacturers don’t offer.
It’s that combination of genuine technical knowledge, manufacturing flexibility, and consistent delivery that has built our reputation across the trade for almost five decades.
Why Choose Newark Cylinders
Adaptability and Customisation
No matter what your requirements are, we have the versatility to manufacture exactly what you need.
From initial enquiry to delivery, we are efficient in promptly completing your order.
Whether you’re looking for a Hot Water Cylinder, Thermal Store, or Buffer Vessel, all of our products are manufactured in-house.
By offering a variety of products, we are confident that we can contribute to the efficiency of your hot water and heating supply.
Standardised Cylinder Range
One key aspect of our business that has proven to be useful to our customers is the ability to produce a standardised cylinder range. Whether they had minimum requirements to meet, innovative ideas to incorporate, restrictive obstacles to overcome, or any combination of those factors, we have helped them to design their own exclusive range of cylinders, which are now optimal for the majority of their installations.
Compared to designing a bespoke unit each time, this has helped to minimise everyone’s admin costs, the savings from which can be passed on, keeping everyone in the supply chain competitively priced.
Newark Cylinders’ Standardised Cylinder Solutions consists of a range of options, and can be applied to configurations.
These include vented or unvented designs, thermal stores, and buffer vessels. Whether you’re working on residential, industrial, or marine projects, you can combine these features to create the ideal solution.
This flexibility ensures that your cylinder or range of cylinders is perfectly suited to meet the unique demands of each installation, providing you with a bespoke product that aligns with your exact requirements.
document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );
const registerAllyAction = () => {
if ( ! window?.ElementorProFrontendConfig || ! window?.elementorFrontend?.utils?.urlActions ) {
return;
}
elementorFrontend.utils.urlActions.addAction( 'allyWidget:open', () => {
if (window?.ea11yWidget?.widget?.open) {
return window.ea11yWidget.widget.isOpen()
? window.ea11yWidget.widget.close()
: window.ea11yWidget.widget.open();
}
} );
};
const waitingLimit = 30;
let retryCounter = 0;
const waitForElementorPro = () => {
return new Promise( ( resolve ) => {
const intervalId = setInterval( () => {
if ( retryCounter === waitingLimit ) {
resolve( null );
}
retryCounter++;
if ( window.elementorFrontend && window?.elementorFrontend?.utils?.urlActions ) {
clearInterval( intervalId );
resolve( window.elementorFrontend );
}
}, 100 ); // Check every 100 milliseconds for availability of elementorFrontend
});
};
waitForElementorPro().then( () => { registerAllyAction(); });
var disableSubmit = false;
jQuery('input.wpcf7-submit[type="submit"]').click(function() {
jQuery(':input[type="submit"]').attr('value',"Sending...")
if (disableSubmit == true) {
return false;
}
disableSubmit = true;
return true;
})
var wpcf7Elm = document.querySelector( '.wpcf7' );
wpcf7Elm.addEventListener( 'wpcf7submit', function( event ) {
jQuery(':input[type="submit"]').attr('value',"send")
disableSubmit = false;
}, false );
const lazyloadRunObserver = () => {
const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
entries.forEach( ( entry ) => {
if ( entry.isIntersecting ) {
let lazyloadBackground = entry.target;
if( lazyloadBackground ) {
lazyloadBackground.classList.add( 'e-lazyloaded' );
}
lazyloadBackgroundObserver.unobserve( entry.target );
}
});
}, { rootMargin: '200px 0px 200px 0px' } );
lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
lazyloadBackgroundObserver.observe( lazyloadBackground );
} );
};
const events = [
'DOMContentLoaded',
'elementor/lazyload/observe',
];
events.forEach( ( event ) => {
document.addEventListener( event, lazyloadRunObserver );
} );
https://newarkcylinders.co.uk/wp-includes/js/dist/hooks.min.js
https://newarkcylinders.co.uk/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
( function( domain, translations ) {
var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
localeData[""].domain = domain;
wp.i18n.setLocaleData( localeData, domain );
} )( "contact-form-7", {"translation-revision-date":"2026-05-05 18:32:38+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"This contact form is placed in the wrong place.":["This contact form is placed in the wrong place."],"Error:":["Error:"]}},"comment":{"reference":"includes\/js\/index.js"}} );
//# sourceURL=contact-form-7-js-translations
var wpcf7 = {
"api": {
"root": "https:\/\/newarkcylinders.co.uk\/wp-json\/",
"namespace": "contact-form-7\/v1"
},
"cached": 1
};
//# sourceURL=contact-form-7-js-before
var dnd_cf7_uploader = {"ajax_url":"https://newarkcylinders.co.uk/wp-admin/admin-ajax.php","ajax_nonce":"5cbd987e16","drag_n_drop_upload":{"tag":"h3","text":"Drag & Drop Files Here","or_separator":"or","browse":"Browse Files","server_max_error":"The uploaded file exceeds the maximum upload size of your server.","large_file":"Uploaded file is too large","inavalid_type":"Uploaded file is not allowed for file type","max_file_limit":"Note : Some of the files are not uploaded ( Only %count% files allowed )","required":"This field is required.","delete":{"text":"deleting","title":"Remove"}},"dnd_text_counter":"of","disable_btn":""};
//# sourceURL=codedropz-uploader-js-extra
var ea11yWidget = {"iconSettings":{"style":{"icon":"text","size":"small","color":"#fc340c","cornerRadius":{"radius":32,"unit":"px"}},"position":{"desktop":{"hidden":false,"enableExactPosition":false,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"bottom-right"},"mobile":{"hidden":false,"enableExactPosition":true,"exactPosition":{"horizontal":{"direction":"right","value":10,"unit":"px"},"vertical":{"direction":"bottom","value":10,"unit":"px"}},"position":"bottom-right"}}},"toolsSettings":{"bigger-text":{"enabled":true},"bigger-line-height":{"enabled":true},"text-align":{"enabled":true},"readable-font":{"enabled":true},"grayscale":{"enabled":true},"contrast":{"enabled":true},"page-structure":{"enabled":false},"sitemap":{"enabled":false,"url":"https://newarkcylinders.co.uk/wp-sitemap.xml"},"reading-mask":{"enabled":true},"hide-images":{"enabled":true},"pause-animations":{"enabled":true},"highlight-links":{"enabled":true},"focus-outline":{"enabled":true},"screen-reader":{"enabled":false},"remove-elementor-label":{"enabled":false}},"accessibilityStatementURL":"https://newarkcylinders.co.uk/accessibility-statement/","analytics":{"enabled":false,"url":null}};
//# sourceURL=ea11y-widget-js-extra
var bootscore = {"ie_title":"Internet Explorer detected","ie_limited_functionality":"This website will offer limited functionality in this browser.","ie_modern_browsers_1":"Please use a modern and secure web browser like","ie_modern_browsers_2":" \u003Ca href=\"https://www.mozilla.org/firefox/\" target=\"_blank\"\u003EMozilla Firefox\u003C/a\u003E, \u003Ca href=\"https://www.google.com/chrome/\" target=\"_blank\"\u003EGoogle Chrome\u003C/a\u003E, \u003Ca href=\"https://www.opera.com/\" target=\"_blank\"\u003EOpera\u003C/a\u003E ","ie_modern_browsers_3":"or","ie_modern_browsers_4":" \u003Ca href=\"https://www.microsoft.com/edge\" target=\"_blank\"\u003EMicrosoft Edge\u003C/a\u003E ","ie_modern_browsers_5":"to display this site correctly."};
//# sourceURL=bootscore-script-js-extra
document.addEventListener("DOMContentLoaded", function () {
if ( "function" !== typeof window.LazyLoad && "function" !== typeof LazyLoad ) {
return;
}
var breezeLazyLoad = window.LazyLoad || LazyLoad;
window.lazyLoadInstance = new breezeLazyLoad({
elements_selector: ".br-lazy",
data_src: "breeze",
data_srcset: "brsrcset",
data_sizes: "brsizes",
class_loaded: "br-loaded",
threshold: 300,
});
});
//# sourceURL=breeze-lazy-js-after
https://newarkcylinders.co.uk/wp-content/plugins/elementor/assets/js/frontend-modules.min.js
https://newarkcylinders.co.uk/wp-content/plugins/elementor/assets/js/frontend.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://newarkcylinders.co.uk/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
var wpcf7cf_global_settings = {"ajaxurl":"https://newarkcylinders.co.uk/wp-admin/admin-ajax.php"};
//# sourceURL=wpcf7cf-scripts-js-extra
https://newarkcylinders.co.uk/wp-includes/js/dist/vendor/wp-polyfill.min.js
var wpcf7_recaptcha = {
"sitekey": "6LdqX44jAAAAAKQrI7hJtULduw3RxhWNwG3PZ9ys",
"actions": {
"homepage": "homepage",
"contactform": "contactform"
}
};
//# sourceURL=wpcf7-recaptcha-js-before
var localize = {"ajaxurl":"https://newarkcylinders.co.uk/wp-admin/admin-ajax.php","nonce":"c8253fb763","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https://newarkcylinders.co.uk/information/about-us/","cart_redirectition":"no","cart_page_url":"https://newarkcylinders.co.uk/cart/","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}};
//# sourceURL=eael-general-js-extra
_stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"212785007","post":"60","tz":"0","srv":"newarkcylinders.co.uk","j":"1:16.0.1"} ]);
_stq.push([ "clickTrackerInit", "212785007", "60" ]);
//# sourceURL=jetpack-stats-js-before
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
https://newarkcylinders.co.uk/wp-content/cache/autoptimize/js/autoptimize_e9cc49f100466df171bd306af1642cb7.js