{"product_id":"turf-boss","title":"Franklin Electric Turf Boss Close-Coupled Self-Priming Pump - Turf, Irrigation \u0026 Transfer, 1-5 HP","description":"\u003c!-- TABS --\u003e\n\u003ch5\u003eDescription\u003c\/h5\u003e\n\u003cstyle\u003e\n\n  :root {\n    --crimson:    #B3122A;\n    --graphite:   #4A4A4F;\n    --cold-steel: #9B9EA3;\n    --ash:        #E1E3E6;\n    --card:       #C7CBD1;\n    --divider:    #B8BDC4;\n    --white:      #FFFFFF;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--ash);\n    color: var(--graphite);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  \/* HERO BAND *\/\n  .hero {\n    background: var(--graphite);\n    color: var(--white);\n    padding: 48px 40px 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      transparent,\n      transparent 18px,\n      rgba(255,255,255,.025) 18px,\n      rgba(255,255,255,.025) 19px\n    );\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; max-width: 900px; }\n  .hero-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .hero-eyebrow::before {\n    content: \"\";\n    display: block;\n    width: 28px;\n    height: 2px;\n    background: var(--crimson);\n  }\n  .hero h1 {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: clamp(26px, 4vw, 40px);\n    font-weight: 900;\n    line-height: 1.1;\n    text-transform: uppercase;\n    letter-spacing: .01em;\n    margin-bottom: 10px;\n  }\n  .hero h1 em { font-style: normal; color: var(--crimson); }\n  .hero-sub {\n    color: var(--cold-steel);\n    font-size: 14px;\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; }\n  .badge {\n    background: rgba(255,255,255,.08);\n    border: 1px solid rgba(255,255,255,.15);\n    color: var(--cold-steel);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 2px;\n  }\n\n  \/* LAYOUT *\/\n  .wrapper { max-width: 960px; margin: 0 auto; padding: 36px 24px 64px; }\n  section { margin-bottom: 40px; }\n\n  \/* CROSS-SELL CALLOUT *\/\n  .cross-sell {\n    background: var(--white);\n    border-left: 4px solid var(--graphite);\n    padding: 18px 24px;\n    margin-bottom: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 14px;\n  }\n  .cross-sell-text {\n    font-size: 14px;\n    color: var(--graphite);\n    line-height: 1.55;\n  }\n  .cross-sell-text strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 4px;\n  }\n  .cross-sell-link {\n    display: inline-block;\n    background: var(--graphite);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 20px;\n    text-decoration: none !important;\n    border-bottom: 2px solid var(--crimson);\n    transition: background .2s;\n    white-space: nowrap;\n  }\n  .cross-sell-link:hover { background: #2e2e33; color: var(--white) !important; }\n\n  \/* SECTION LABELS *\/\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: var(--crimson);\n    margin-bottom: 16px;\n  }\n  .section-label::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--divider);\n  }\n\n  \/* OVERVIEW CARD *\/\n  .overview-card {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 24px 28px;\n    border-radius: 0 2px 2px 0;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n  .overview-card p + p { margin-top: 12px; }\n  .overview-card a { color: var(--crimson) !important; font-weight: 700; }\n\n  \/* FEATURES GRID *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n  }\n  .feature-card {\n    background: var(--white);\n    padding: 20px 22px;\n    border-top: 3px solid var(--divider);\n    transition: border-color .2s, box-shadow .2s;\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .feature-card:hover {\n    border-top-color: var(--crimson);\n    box-shadow: 0 4px 16px rgba(0,0,0,.07);\n  }\n  .feature-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n    margin-bottom: 6px;\n  }\n  .feature-desc { font-size: 13px; color: #5a5a5f; line-height: 1.6; }\n\n  \/* TABLE WRAPPER *\/\n  .table-wrapper { width: 100%; overflow-x: auto; }\n\n  \/* MATERIALS GRID *\/\n  .materials-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n    gap: 14px;\n  }\n  .material-row {\n    background: var(--white);\n    padding: 16px 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n    border-right: 3px solid var(--card);\n    min-width: 0;\n  }\n  .material-label {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .09em;\n    color: var(--cold-steel);\n  }\n  .material-value { font-size: 13px; font-weight: 700; color: var(--graphite); }\n  .material-std { font-size: 11px; color: var(--cold-steel); }\n\n  \/* SPEC TABLE *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    font-size: 13px;\n  }\n  .spec-table th {\n    background: var(--graphite);\n    color: var(--white);\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 10px 14px;\n    text-align: left;\n    border-bottom: 2px solid var(--crimson);\n  }\n  .spec-table td {\n    padding: 9px 14px;\n    border-bottom: 1px solid var(--divider);\n    color: var(--graphite);\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n  .spec-table tr:nth-child(even) td { background: var(--ash); }\n  .spec-table td:first-child { font-weight: 700; color: var(--crimson); }\n\n  \/* DOWNLOADS BLOCK *\/\n  .downloads-block {\n    background: var(--white);\n    border-left: 4px solid var(--crimson);\n    padding: 22px 26px;\n    margin-bottom: 24px;\n    box-sizing: border-box;\n    max-width: 100%;\n    overflow: hidden;\n  }\n  .downloads-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 14px;\n  }\n  .downloads-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));\n    gap: 14px;\n  }\n  .download-card {\n    background: var(--ash);\n    padding: 16px 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    border-top: 2px solid var(--divider);\n    min-width: 0;\n    overflow-wrap: break-word;\n  }\n  .download-card-label {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--graphite);\n  }\n  .download-card-desc {\n    font-size: 12px;\n    color: #5a5a5f;\n    line-height: 1.55;\n    flex: 1;\n  }\n  .download-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    padding: 11px 16px;\n    text-decoration: none !important;\n    transition: background .2s;\n    white-space: normal;\n    max-width: 100%;\n    justify-content: center;\n    text-align: center;\n    align-self: flex-start;\n  }\n  .download-btn:hover { background: #8f0e22; color: var(--white) !important; }\n  .download-btn::before {\n    content: \"\\21E9\";\n    font-size: 14px;\n    line-height: 1;\n  }\n\n  \/* CALLOUT *\/\n  .callout {\n    background: #fff8f8;\n    border: 1px solid #f0c0c6;\n    border-left: 4px solid var(--crimson);\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .callout-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: var(--crimson);\n    margin-bottom: 8px;\n  }\n\n  \/* WARNING *\/\n  .warning {\n    background: #fff8e6;\n    border: 1px solid #f5d56b;\n    border-left: 4px solid #d4a017;\n    padding: 18px 22px;\n    border-radius: 0 2px 2px 0;\n    font-size: 13px;\n    color: var(--graphite);\n    line-height: 1.7;\n  }\n  .warning-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    color: #8a6800;\n    margin-bottom: 8px;\n  }\n\n  \/* INSTALLATION STEPS *\/\n  .install-steps {\n    background: var(--white);\n    padding: 24px 28px;\n    counter-reset: step;\n    list-style: none;\n  }\n  .install-steps li {\n    position: relative;\n    padding: 12px 0 12px 56px;\n    border-bottom: 1px solid var(--divider);\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--graphite);\n    counter-increment: step;\n    min-height: 44px;\n  }\n  .install-steps li:last-child { border-bottom: none; padding-bottom: 0; }\n  .install-steps li:first-child { padding-top: 0; }\n  .install-steps li::before {\n    content: counter(step, decimal-leading-zero);\n    position: absolute;\n    left: 0;\n    top: 12px;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 16px;\n    font-weight: 900;\n    color: var(--crimson);\n    width: 40px;\n  }\n  .install-steps li:first-child::before { top: 0; }\n  .install-steps li strong {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n    color: var(--graphite);\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  \/* CTA *\/\n  .cta-block {\n    background: var(--graphite);\n    padding: 36px 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 20px;\n    border-top: 3px solid var(--crimson);\n  }\n  .cta-title {\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 18px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .03em;\n    color: var(--white);\n    margin-bottom: 6px;\n  }\n  .cta-sub { font-size: 13px; color: var(--cold-steel); }\n  .cta-btn {\n    display: inline-block;\n    background: var(--crimson);\n    color: var(--white) !important;\n    font-family: \"Arial Black\", Arial, sans-serif;\n    font-size: 12px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    padding: 14px 32px;\n    text-decoration: none !important;\n    transition: background .2s, transform .15s;\n    white-space: nowrap;\n  }\n  .cta-btn:hover { background: #8f0e22; color: var(--white) !important; transform: translateY(-1px); }\n\n  .contact-strip {\n    background: var(--graphite);\n    border-top: 1px solid rgba(255,255,255,.08);\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    padding: 16px 40px;\n  }\n  .contact-item { font-size: 12px; color: var(--cold-steel); display: flex; align-items: center; gap: 7px; }\n  .contact-item a { color: var(--cold-steel) !important; text-decoration: none !important; }\n  .contact-item a:hover { color: var(--white) !important; }\n  .contact-dot { width: 5px; height: 5px; background: var(--crimson); border-radius: 50%; flex-shrink: 0; }\n\n  @media (max-width: 640px) {\n    .hero { padding: 32px 20px 28px; }\n    .wrapper { padding: 28px 16px 48px; }\n    .cta-block { padding: 28px 20px; }\n    .contact-strip { padding: 14px 20px; }\n    .cross-sell { flex-direction: column; align-items: flex-start; }\n    .install-steps { padding: 18px 20px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-eyebrow\"\u003eFranklin Electric Self-Priming Pump\u003c\/div\u003e\n\u003ch1\u003eTurf Boss Self-Priming Pump\u003cbr\u003e\u003cem\u003eClose-Coupled\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eSelf-priming centrifugal pump for turf and agricultural irrigation, dewatering, car wash and transfer duty. Self-primes to 25 ft.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cdiv class=\"badge\"\u003e1 – 5 HP\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eSingle \u0026amp; Three-Phase\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e120 °F Max Fluid Temp\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003eBack Pull-Out Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003cdiv class=\"overview-card\"\u003e\n\u003cp\u003eSelf-priming centrifugal pump designed for timer-operated turf irrigation systems, agricultural and nursery irrigation, wellpoint dewatering, car wash systems, and water transfer.\u003c\/p\u003e\n\u003cp\u003eSelf-priming to a depth of 25 ft with a rugged cast iron case and back pull-out design. The 1-2 HP range delivers shut-off pressures up to 130 feet and flow rates to 70 gpm; the 3-5 HP range adds a built-in suction check valve and standard JM frame motors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eKey Advantages\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSelf-priming design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSelf-priming design, with the ability to lift water from a depth of 25 feet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eEasily serviced through a back pull-out design\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEasily serviced through a back pull-out design, which leaves the plumbing and both the pump's base and case undisturbed in their original location.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eRugged pump case constructed\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eRugged pump case constructed with heavy-duty cast iron ensures optimum durability, quiet operation, and long life.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHydraulic components molded\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHydraulic components molded with Modified PPO thermoplastic, when coupled with the floating stainless steel impeller eyeseal, ensures dependable and efficient operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eAvailable with a 304 stainless steel impeller\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eAvailable with a 304 stainless steel impeller for maximum durability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIndustry proven indoor and outdoor 56-J motors\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIndustry proven indoor and outdoor 56-J motors.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSingle-phase\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1 and 1.5 hp motors are dual voltage, set to run with either 115 or 230 V incoming power (2 hp is 230 V only).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eMechanical shaft seal\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eMechanical shaft seal allows positive protection against leaking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBuilt-in drain plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBuilt-in drain plug for easy winterizing and servicing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eShut-off pressures up to 130 feet\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eShut-off pressures up to 130 feet, and flow rates to 70 gpm.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eHandles water temperatures up to 120 °F\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eHandles water temperatures up to 120 °F.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eIntegral 1\" NPT priming plug\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIntegral 1\" NPT priming plug.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003e1.5\" NPT suction\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e1.5\" NPT suction, 1.5\" NPT discharge.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eMaterials of Construction\u003c\/div\u003e\n\u003cdiv class=\"materials-grid\"\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eVolute\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eBuilt-in suction check valve facilitates priming and prevents back flow or…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eImpeller\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003e304 stainless steel, combining efficient operation with durable constructi…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eSeal\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eStandard carbon\/ceramic faces, FKM elastomers, 300 series stainless compon…\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eDiffuser\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eCast iron diffuser is utilized in all models, improving pump efficiency\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"material-row\"\u003e\n\u003cdiv class=\"material-label\"\u003eMotor\u003c\/div\u003e\n\u003cdiv class=\"material-value\"\u003eStandard JM Frame Motors\u003c\/div\u003e\n\u003cdiv class=\"material-std\"\u003eFranklin published spec\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"section-label\"\u003eOrder Information\u003c\/div\u003e\n\u003cdiv class=\"table-wrapper\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003cth\u003eHorse Power\u003c\/th\u003e\n\u003cth\u003ePhase\u003c\/th\u003e\n\u003cth\u003eConfiguration\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI-SSI\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI-SSI\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eCast Iron Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92981020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI-SSI\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980030\u003c\/td\u003e\n\u003ctd\u003eFTB3CI\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980130\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-E\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980050\u003c\/td\u003e\n\u003ctd\u003eFTB5CI\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980150\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-E\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eSingle-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983010\u003c\/td\u003e\n\u003ctd\u003eFTB1CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e1 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983015\u003c\/td\u003e\n\u003ctd\u003eFTB15CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e1.5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92983020\u003c\/td\u003e\n\u003ctd\u003eFTB2CI-SSI-T\u003c\/td\u003e\n\u003ctd\u003e2 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980035\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-T\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980135\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-TE\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980136\u003c\/td\u003e\n\u003ctd\u003eFTB3CI-T5E\u003c\/td\u003e\n\u003ctd\u003e3 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC, 575 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980055\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-T\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, ODP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980155\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-TE\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e92980156\u003c\/td\u003e\n\u003ctd\u003eFTB5CI-T5E\u003c\/td\u003e\n\u003ctd\u003e5 HP\u003c\/td\u003e\n\u003ctd\u003eThree-Phase\u003c\/td\u003e\n\u003ctd\u003eStainless Steel Impeller, TEFC, 575 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eOrdering Notes\u003c\/div\u003e\n\u003cp\u003eFranklin lists this as a single product with two hydraulic ranges. Models with the -SSI suffix in the 1-2 HP range are supplied with a 304 stainless steel impeller; base 1-2 HP models use a Modified PPO thermoplastic impeller. All 3-5 HP models use a 304 stainless steel impeller. The -E and -TE suffixes denote a Totally Enclosed Fan Cooled (TEFC) motor, and -T5E models are 575 VAC three-phase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"downloads-block\"\u003e\n\u003cdiv class=\"downloads-title\"\u003eDocumentation \u0026amp; Spec Sheets\u003c\/div\u003e\n\u003cdiv class=\"downloads-grid\"\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss 3-5 HP Catalog\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eCatalog — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4040_Close-Coupled_Turf_Boss_3-5HP_Series_Catalog.pdf?v=1785590911\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2163_FPS_Turf_Boss_Brochure.pdf?v=1785590949\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss 3-5 HP Brochure\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eBrochure — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi2194_Self-Priming_Turf_Boss_3-5HP_Brochure.pdf?v=1785590982\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Sprinkler Pump Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106505101_Turf_Boss_Self-Priming_Sprinkler_Pump_OM.pdf?v=1785591013\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"download-card\"\u003e\n\u003cdiv class=\"download-card-label\"\u003eTurf Boss Owner’s Manual\u003c\/div\u003e\n\u003cdiv class=\"download-card-desc\"\u003eOwner’s Manual — Franklin Electric published document (PDF).\u003c\/div\u003e\n\u003ca class=\"download-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106258101_Turf_Boss_Owners_Manual.pdf?v=1785591041\" rel=\"noopener\" target=\"_blank\"\u003eDownload PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"callout\"\u003e\n\u003cdiv class=\"callout-title\"\u003eSpecification Source\u003c\/div\u003e\n\u003cp\u003eSpecifications, model numbers and Franklin item numbers on this page are taken from Franklin Electric published product data. Engineering-led pump sizing available — call 281.664.8000 or email sales@watermainsupply.com.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003cdiv class=\"cta-text-group\"\u003e\n\u003cdiv class=\"cta-title\"\u003eReady to Order?\u003c\/div\u003e\n\u003cdiv class=\"cta-sub\"\u003eConfirm horsepower, phase, voltage and flow requirements before placing your order. Engineering-led pump sizing available.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"cta-btn\" href=\"https:\/\/www.watermainsupply.com\"\u003eShop Watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-strip\"\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"tel:2816648000\"\u003e281.664.8000\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"mailto:sales@watermainsupply.com\"\u003esales@watermainsupply.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"contact-item\"\u003e\n\u003cdiv class=\"contact-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan\u003e© Watermain Supply — A division of E4 Industrial LLC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch5\u003eSubmittal\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi4040_Close-Coupled_Turf_Boss_3-5HP_Series_Catalog.pdf?v=1785590911\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss 3-5 HP Catalog\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/MF2163_FPS_Turf_Boss_Brochure.pdf?v=1785590949\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Mi2194_Self-Priming_Turf_Boss_3-5HP_Brochure.pdf?v=1785590982\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss 3-5 HP Brochure\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106505101_Turf_Boss_Self-Priming_Sprinkler_Pump_OM.pdf?v=1785591013\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Sprinkler Pump Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/106258101_Turf_Boss_Owners_Manual.pdf?v=1785591041\" rel=\"noopener\" target=\"_blank\"\u003eTurf Boss Owner’s Manual\u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- \/TABS --\u003e","brand":"Franklin Electric","offers":[{"title":"1 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183469743,"sku":"FTB1CI","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183502511,"sku":"FTB1CI-SSI","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183535279,"sku":"FTB15CI","price":961.66,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183568047,"sku":"FTB15CI-SSI","price":961.66,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ Cast Iron Impeller, ODP","offer_id":47289183600815,"sku":"FTB2CI","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183633583,"sku":"FTB2CI-SSI","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183666351,"sku":"FTB3CI","price":3566.17,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Single-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183699119,"sku":"FTB3CI-E","price":3566.17,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Single-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183731887,"sku":"FTB5CI","price":4209.0,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Single-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183764655,"sku":"FTB5CI-E","price":4209.0,"currency_code":"USD","in_stock":true},{"title":"1 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183797423,"sku":"FTB1CI-SSI-T","price":897.97,"currency_code":"USD","in_stock":true},{"title":"1.5 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183830191,"sku":"FTB15CI-SSI-T","price":961.66,"currency_code":"USD","in_stock":true},{"title":"2 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183862959,"sku":"FTB2CI-SSI-T","price":1271.25,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183895727,"sku":"FTB3CI-T","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289183928495,"sku":"FTB3CI-TE","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"3 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC, 575 V","offer_id":47289183961263,"sku":"FTB3CI-T5E","price":3244.43,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, ODP","offer_id":47289183994031,"sku":"FTB5CI-T","price":3920.21,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC","offer_id":47289184026799,"sku":"FTB5CI-TE","price":3920.21,"currency_code":"USD","in_stock":true},{"title":"5 HP \/ Three-Phase \/ Stainless Steel Impeller, TEFC, 575 V","offer_id":47289184059567,"sku":"FTB5CI-T5E","price":3920.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0264\/1913\/4527\/files\/Turf_Boss_Product_Photo.webp?v=1785591969","url":"https:\/\/watermainsupply.com\/products\/turf-boss","provider":"Watermainsupply","version":"1.0","type":"link"}