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 manufacturer’s description and specs, the average user rating, and pricing info for the Kimber Gold Combat Stainless II pistol.
Manufacturer’s Description
All Gold Combat models have herringbone-pattern Micarta grip panels, special 24 lines-per-inch front strap checkering with bordered base and a high cut under the trigger guard for best hand positioning during rapid fire. Gold Combat models have flat top slides, fine cocking serrations and night sights with cocking shoulder for one-hand cycling if necessary. Scalloped French shoulders elegantly blend the bottom of the slide into the frame. Gold Combats have 5-inch stainless steel bushingless match grade deep-crowned bull barrels.
The Kimber Gold Combat Stainless II is chambered in .45 ACP.
___________________ .45 ACP Gold Combat Stainless II Specifications
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"43a42c0960","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};