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 Taurus 94 pistols.
Manufacturer’s Description
4″ barrel
The Taurus 94 is a nine-shot revolver chambered in .22 LR and .22 WMR. The 94 is available in three barrel lengths—2″, 4″ and 5″—and with a blue or stainless steel finish. Features include pebble-textured rubber grips, a high-visibility front sight, the Taurus security system and a long ejector rod.
The 94 is built on a steel frame, but Taurus also offers blue and stainless 2″ models built on its Ultra-Lite alloy frame.
MSRP: $405–$477
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"e22e02fa33","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};