document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Summary: The description, specs, pricing and photos for the Nighthawk Bob Marvel Custom 1911 pistol.
Manufacturer’s Description
The Nighthawk Bob Marvel Custom 1911 is a 1911-style pistol built on a steel frame and chambered in .45 ACP. Nighthawk is producing the pistol under license from custom builder Bob Marvel; Marvel trained Nighthawk’s master gunsmith to follow his exact specifications for this pistol.
Features include:
Hand stippling on top of the slide;
a bull nose front taper;
a proprietary, 4.25″ bull barrel system;
a French border on top of the slide;
fully adjustable, dehorned, Bob Marvel recessed rear sights;
a heavy bevel on the bottom of the slide;
a one-piece mainspring housing/magwell;
a high cut front strap;
a lightweight aluminum medium solid match trigger;
the Nighthawk Custom/Marvel EVERLAST Recoil System;
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"99a6724be5","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};