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, photo, pricing and user ratings for STI’s Guardian pistol.
Manufacturer’s Description
The STI International Guardian is a compact, single-stack 1911 pistol with full-size power. The Guardian is built on a steel, officer-length, standard-width frame with an undercut trigger guard. The grip includes a checkered mainspring housing to provide a sure grip. The controls are an STI International single-sided thumb safety and a high-rise beavertail grip safety. The slide features traditional 1911 styling with rear cocking serrations, and the barrel measures 3.9″ long, fully supported and ramped.
This firearm comes standard with an adjustable Novak-style white dot rear sight (three dot), an STI commander hammer, the patented STI trigger system, and the STI sear and disconnector for smooth, reliable function. The Guardian sports a stainless steel slide with polished sides and a blued frame.
Note: STI also offers a double-stack version of this pistol, the Guardian 2011.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"03edcd280f","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};