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 and photo for the Sarsilmaz CM9 pistols.
Manufacturer’s Description
The CM9 “Combat Master” semi-auto pistol is produced by Sarsilmaz in Turkey. Based on the CZ 75 pistol, the CM9 is built on a polymer frame with a forged steel slide and chambered in 9mm. It employs a Browning-type action with a tilting barrel. It’s similar to the Sarsilmaz B6c pistol, but features a full-length grip and a picatinny rail. Available finishes include black (phosphate) and matte stainless steel. Other features include:
A changeable front sight (one dot);
an adjustable rear sight (two dots);
front and rear slide serrations;
a double-action trigger;
an extended beavertail;
ambidextrous manual safety levers;
a firing pin block; and
a hammer safety notch.
Note:SAR Arms/Task Firearms imports this pistol into the United States but calls it the K2P. The Specs
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"c9899c179d","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};