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, photo and user ratings for the Smith & Wesson (S&W) M&P22 pistol.
Manufacturer’s Description
Designed as a dedicated .22 LR semi-auto by the .22 LR experts at Walther for S&W, the single-action M&P22 pistol combines the look, feel and familiar operating features of S&W’s centerfire M&P pistols. Built on a polymer frame with a lightweight aluminum alloy slide, the M&P22 offers a polymer grip with a fixed, medium-size backstrap. Other features include:
An ambidextrous safety and slide stop;
a picatinny style rail;
a reversible magazine release;
a drift-adjustable front sight; and
a click-adjustable rear sight.
The Specs
Caliber
Capacity
OAL
BBL
Height
Width
Weight
.22 LR
12+1, 10+1
7.6″
4.1″
n/a
n/a
24 oz. unloaded
MSRP: $419 More info: To see a listing of all Smith & Wesson’s M&Ps, click here. To read an in-depth review of the S&W M&P45 Mid-Size, click here. To read an in-depth review of the S&W M&P40, click here.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"f695b4dcc6","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};