Help
RSS
API
Feed
Maltego
Contact
Domain > www.spellmansmarine.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2023-10-15
3.228.117.54
(
ClassC
)
2026-01-05
76.223.49.192
(
ClassC
)
Port 443
HTTP/1.1 200 OKcache-control: publictransfer-encoding: chunkedcontent-type: text/html; charsetutf-8last-modified: Tue, 16 12 2025 11:46:55 GMTx-no-if-modified-since: trueaccess-control-allow-origin: *access-control-allow-methods: GET,POST,OPTIONSaccess-control-allow-headers: Content-Type, soapactiondate: Mon, 05 Jan 2026 11:35:00 GMT !DOCTYPE html>html langen>head> link relicon hrefhttps://published-assets.ari-build.com/Content/Published/Site/35220/images/favicon.ico/> title>Home Spellmans Marine, Inc./title> meta nameformat-detection contenttelephoneno> link relcanonical hrefhttps://www.spellmansmarine.com/ /> meta propertyog:url contenthttps://www.spellmansmarine.com/ /> meta charsetutf-8> meta contentIEedge,chrome1 http-equivX-UA-Compatible> link href//cdnmedia.endeavorsuite.com reldns-prefetch> link href//ajax.googleapis.com reldns-prefetch> meta nameviewport contentwidthdevice-width, initial-scale1> script>;(function(d, s, c) {var j d.createElement(s), t d.getElementsByTagName(s)0;j.src /Content/apm/5.17.0/elastic-apm-rum.umd.min.js;j.onload function () { elasticApm.init(c); elasticApm.addLabels({ site: window.location.host }) };t.parentNode.insertBefore(j, t);})(document, script, {serviceName: Responsive Storefront-rum, serverUrl: https://rum.ari.production.ldv-svcs.live, environment: Production-AWS, transactionSampleRate: 0.05, serverUrlPrefix: /})/script> meta propertyog:title contentHome Spellmans Marine, Inc. /> meta propertyog:site_name contentSpellmans Marine />meta propertyog:type contentwebsite />meta propertyog:image contenthttps://published-assets.ari-build.com/Content/Published/Site/35220/images/dealer-logo.png />meta namerobots contentindex, follow />meta namekeywords contentHome Spellmans Marine Hampton Bays, NY (631) 728-9200 />meta namedescription contentHome Spellmans Marine Hampton Bays, NY (631) 728-9200 /> script> (function (window) { const functional ; const unblockedScripts ; const advertising https://connect.facebook.net/en_US/fbevents.js; function normalizeSrc(src) { if (!src) { return ; } try { const url new URL(src); return url.origin + url.pathname; } catch { return src; } } function checkCategories(src, category) { let found false; const normalizedSrc normalizeSrc(src); switch (category) { case advertising: { found advertising.includes(normalizedSrc) && !unblockedScripts.includes(normalizedSrc); break; } case functional: { found functional.includes(normalizedSrc) && !unblockedScripts.includes(normalizedSrc); break; } case Any: { found (advertising.includes(normalizedSrc) && !unblockedScripts.includes(normalizedSrc)) || (functional.includes(normalizedSrc) && !unblockedScripts.includes(normalizedSrc)); break; } } return found; } function reloadIfConsentRevoked(category) { let found (category undefined && unblockedScripts.length > 0); switch (category) { case advertising: { found advertising.some(r > unblockedScripts.includes(r)); break; } case functional: { found functional.some(r > unblockedScripts.includes(r)); break; } } if (found) { location.reload(); } } function enableCategory(category) { let scripts document.querySelectorAll(`scripttypejavascript/blocked`); for (let scriptIndex 0; scriptIndex scripts.length; scriptIndex++) { let script scriptsscriptIndex; if (checkCategories(script.src, category)) { script.parentElement.removeChild(script); let scriptNode document.createElement(script); for (let attributeIndex 0; attributeIndex script.attributes.length; attributeIndex++) { let attribute script.attributesattributeIndex; if (attribute.name ! src && attribute.name ! type) { scriptNode.setAttribute(attribute.name, attribute.value); } } unblockedScripts.push(normalizeSrc(script.src)); scriptNode.setAttribute(src, script.src); scriptNode.setAttribute(type, application/javascript); document.head.appendChild(scriptNode); } } } function updateScriptsByCategory(category) { let status localStorage.getItem(lvcm + category); if (status 0) { reloadIfConsentRevoked(category.toLowerCase()); } else { enableCategory(category.toLowerCase()); } } window.consentManagement window.consentManagement || {}; window.consentManagement.updateScripts function () { updateScriptsByCategory(Advertising); updateScriptsByCategory(Functional); }; const createElementBackup document.createElement; document.createElement function (...args) { if (args0.toLowerCase() ! script) { return createElementBackup.call(document, ...args); } const scriptElement createElementBackup.call(document, ...args); const originalSetAttribute scriptElement.setAttribute.bind(scriptElement); Object.defineProperties(scriptElement, { src: { get() { return scriptElement.getAttribute(src); }, set(value) { if (checkCategories(value, Any)) { originalSetAttribute(type, javascript/blocked); } originalSetAttribute(src, value); return true; } }, type: { get() { return scriptElement.getAttribute(type); }, set(value) { const typeValue checkCategories(scriptElement.src, Any) ? javascript/blocked : value; originalSetAttribute(type, typeValue); return true; } } }); scriptElement.setAttribute function (name, value) { if (name type || name src) { scriptElementname value; } else { HTMLScriptElement.prototype.setAttribute.call(scriptElement, name, value); } }; return scriptElement; }; const originalAppendChild Node.prototype.appendChild; Node.prototype.appendChild function (newNode) { if (newNode.tagName SCRIPT && checkCategories(newNode.src, Any)) { newNode.type javascript/blocked; } return originalAppendChild.call(this, newNode); }; const originalInsertBefore Node.prototype.insertBefore; Node.prototype.insertBefore function (newNode, refNode) { if (newNode.tagName SCRIPT && checkCategories(newNode.src, Any)) { newNode.type javascript/blocked; } return originalInsertBefore.call(this, newNode, refNode); }; const observer new MutationObserver(mutations > { mutations.forEach(({ addedNodes }) > { addedNodes.forEach(node > { if (node.nodeType 1 && node.tagName SCRIPT) { const src node.src || ; if (checkCategories(src, Any)) { node.type javascript/blocked; } } }); }); }); observer.observe(document.documentElement, { childList: true, subtree: true }); window.addEventListener(load, () > { const advertisingConsent localStorage.getItem(lvcmAdvertising); const functionalConsent localStorage.getItem(lvcmFunctional); if (advertisingConsent 1 || functionalConsent 1) { window.consentManagement.updateScripts(); } }); document.addEventListener(consentUpdate, (e) > { window.consentManagement.updateScripts(); }); function setConsentManagementFlag() { window.utag_data window.utag_data || {}; window.utag_data.lv_cm_enabled true; } document.addEventListener(DOMContentLoaded, setConsentManagementFlag);}) (window);/script>script typetext/javascript srchttps://cdn.customerconnections.io/Script/1458dc1b05084f559cde35cb0b3b38ff defer>/script> link relstylesheet hrefhttps://cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css /> link relstylesheet hrefhttps://cdn.jsdelivr.net/bootstrap.datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css /> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/slick-carousel@1.6.0/slick/slick.css /> link relstylesheet hrefhttps://cdn.jsdelivr.net/npm/slick-carousel@1.6.0/slick/slick-theme.css /> link relstylesheet href//cdnmedia.endeavorsuite.com/images/scripts/vendor/alpaca.min.css mediaprint iddeferred-styles /> link typetext/css hrefhttps://code.jquery.com/ui/1.14.0/themes/ui-lightness/jquery-ui.css relstylesheet> style typetext/css> @font-face { font-family: slick; src: url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.woff) format(woff),url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.ttf) format(ttf),url(//cdn.jsdelivr.net/jquery.slick/1.6.0/fonts/slick.svg) format(svg); } @media not print { body { overflow-x: hidden; } } /style>link hrefhttps://published-assets.ari-build.com/Content/Published/Site/35220/site.compiled.css?vl7Hd+AwvLkqScQmwC95hdg-PCxaNCwy6PSw5CcU-638991505310570000 relstylesheet/> script> document.createElement(picture); document.addEventListener(DOMContentLoaded, function () { var link document.getElementById(deferred-styles); link.media all; }); /script> script typetext/javascript srchttps://cdn.jsdelivr.net/npm/jquery@1.12.1>/script> script typetext/javascript srchttps://cdn.jsdelivr.net/combine/npm/jquery-validation@1.15.1,npm/slick-carousel@1.5.9,npm/bootstrap@3.4.1/dist/js/bootstrap.min.js,npm/picturefill@3.0.2/dist/picturefill.min.js,npm/moment@2.17.1,npm/eonasdan-bootstrap-datetimepicker@4.17.47,npm/typeahead.js@0.11.1,npm/handlebars@4.0.5/dist/handlebars.min.js,npm/jquery.maskedinput@1.4.1/src/jquery.maskedinput.min.js>/script> script typetext/javascript src//cdnmedia.endeavorsuite.com/images/scripts/vendor/alpaca.min-1.5.17.js>/script> script typetext/javascript src//cdnmedia.endeavorsuite.com/images/scripts/vendor/polyfills.js>/script> /head>body stylez-index:1;> div classcomponent Global-Tealium-Tracking_1-7-20 data-component12770>script>use strictvar tealiumEnvironment prod; //default value for tealium environmentvar tealiumProfile default;var piwikId ;var ga4Id ;var productInfo {};var brandPromotionInfo {};var loadedProductInfo {};var referenceError undefined;var isExternalBrandedZoneSite false;var isBrandedZoneSite false;var absolutePath /;var parentSitePlatformType ; tealiumEnvironment prod; tealiumProfile default;if (isExternalBrandedZoneSite) { if (tealiumProfile default) { tealiumProfile dealerspike-eas; //default value for tealium profile } else { tealiumProfile dealerspike- + tealiumProfile; }} else { if (tealiumProfile default) { tealiumProfile ari-eas; //default value for tealium profile } else { tealiumProfile ari- + tealiumProfile; }} piwikId 17f52524-c4c7-4b3d-9f00-50e64327489a; ga4Id G-FRDDKBSH61;var loadTealiumScript function(a,b,c,d){ a//tags.tiqcdn.com/utag/dtms/ + tealiumProfile + / + tealiumEnvironment + /utag.js; bdocument;cscript;db.createElement(c);d.srca;d.typetext/java+c;d.asynctrue; ab.getElementsByTagName(c)0;a.parentNode.insertBefore(d,a);};var langCode navigator.language||navigator.userLanguage;var searchPageAppliedFilters ;var searchKeyword ;var pageType other;var pageSubType ;var eventType standard_view;var pageBrand ;var pageBrandId ;var pageBrandCategory ;var pageBrandCategoryId ;var pageBrandSubCategory ;var pageBrandSubCategoryId ;var productDescription ;var pageMakeGroup ;if (isBrandedZoneSite) {} if (!isBrandedZoneSite || (isBrandedZoneSite && absolutePath ! /)) { pageType home; eventType standard_view; pageSubType ; pageBrand ; pageBrandId ; pageBrandCategory ; pageBrandCategoryId ; pageBrandSubCategory ; pageBrandSubCategoryId ; pageMakeGroup ;}if (isBrandedZoneSite) { pageMakeGroup ; if (eventType standard_view) { // In Common page show oem programs make and Id. } // for specific brand page}// Logic to fetch search filter from the uriif(pageType search) { var url decodeURI(window.location.href); // Search filters are activated if(url.includes(/inventory/)) { var query url.split(/inventory/)1 var segments query.split(/) var segmentsSegregatedByFilter {} // Segments will always be in pair i.e. filterName1/filterValue1/filterName2/filterValue2 for(var i 0; i segments.length; i+2) { if(!segmentsSegregatedByFilter.hasOwnProperty(segmentsi)) { segmentsSegregatedByFiltersegmentsi } segmentsSegregatedByFiltersegmentsi.push(segmentsi+1) } searchPageAppliedFilters for(var key in segmentsSegregatedByFilter) { // query filter which is used for search needs to separated out if(key query) { searchKeyword segmentsSegregatedByFilterkey } else { searchPageAppliedFilters.push(key + : +segmentsSegregatedByFilterkey.join(,)) } } }}// stores information related to site and uservar siteUser { tealium_event: eventType, customer_city: Boardman, customer_country: United States, customer_postal_code: 97818, customer_state: Oregon, customer_country_code: US, customer_language_code: langCode.split(-)0.toUpperCase(), page_title: Home, page_title_count: Home.length.toString(), site_section: pageType, site_platform: Dealer Spike, site_company_name: Spellmans Marine, site_phone_main : (631) 728-9200, site_company_city: Hampton Bays, site_company_state: NY, site_company_zip_code: 11946, site_country: US, site_id: 35220, site_internal_id: 9434977,}if(piwikId) { siteUser.piwik_id piwikId;}if(ga4Id) { siteUser.ga4_id ga4Id;}if (siteUser.firestorm_dealer_id) { siteUser.firestorm_dealer_id siteUser.firestorm_dealer_id.split(,);}// stores information related to a single product (product details pages)var getProductAnalyticsData function() { if(pageType product details) { var productDataSource JSON.parse(document.getElementById(unit-analytics-data).innerHTML.replace(/"/g, )); if(isExternalBrandedZoneSite && productDataSource.productExternalId) { productInfo.product_id productDataSource.productExternalId; productInfo.product_external_platform parentSitePlatformType; productInfo.product_external_id productDataSource.productExternalId; } else { productInfo.product_id productDataSource.productId; } productInfo.product_name productDataSource.item.trim(); productInfo.vdp_urgency_active document.querySelector(.visitors-count) ? 1 : 0; utag_data.did_active document.querySelectorAll(#inventory_promoMessage).length > 0 ? 1 : 0; if(productDataSource.itemTypeId) { productInfo.product_category productDataSource.itemType; productInfo.product_category_id productDataSource.itemTypeId; } if(productDataSource.itemSubtypeId){ productInfo.product_subcategory_id productDataSource.itemSubtypeId; productInfo.product_subcategory productDataSource.itemSubtype; } if(productDataSource.itemMakeId) { productInfo.product_make_id productDataSource.itemMakeId; productInfo.product_make productDataSource.itemMake; } if(productDataSource.itemModel) { productInfo.product_model productDataSource.itemModel; } if(productDataSource.itemYear > 0) { productInfo.product_year productDataSource.itemYear; } if(productDataSource.usageStatus) { productInfo.product_condition productDataSource.usageStatus.trim(); } else if(!productDataSource.isUnitInventory) { productInfo.product_condition New; } if(productDataSource.itemIndustry) { productInfo.product_industry productDataSource.itemIndustry.trim(); } productInfo.product_on_sale productDataSource.itemOnSale ? 1 : 0; if(productDataSource.isUnitInventory) { productInfo.product_type Inventory; } else { productInfo.product_type Showcase; } productInfo.product_uri /; if(productDataSource.itemThumbNailUrl) { productInfo.product_image_url productDataSource.itemThumbNailUrl; } productInfo.product_custom_image_count productDataSource.itemCustomImageCount; productInfo.product_videos_count productDataSource.itemVideoExists; productInfo.product_360view_count document.getElementById(dealer360-spin-container) ! null ? 1 : 0; productInfo.product_description_char_count productDataSource.itemDescriptionCount; if(productDataSource.itemOriginalPrice) { var originalPrice parseFloat(productDataSource.itemOriginalPrice.replace(/$,/g,)); if(originalPrice > 0){ productInfo.product_original_price originalPrice; } } if(productDataSource.itemOnSale) { if(productDataSource.salePrice) { productInfo.product_price productDataSource.salePrice.toString().replace(/$,/g,); } if(productDataSource.discountAmount) { productInfo.product_discount_amount productDataSource.discountAmount; } } else { var productPrice parseFloat(productDataSource.itemOriginalPrice.replace(/$,/g,)); if(productPrice > 0) { productInfo.product_price productPrice; } } var financingAnchor $(adata-form-typefinancingdata-is-external-urlFalse); try { if(financingAnchor.length > 0) { var financingUrl new URL(financingAnchor.attr(href), window.location.origin); financingUrl.searchParams.append(item_360view_count, productInfo.product_360view_count); financingUrl.searchParams.append(vdp_urgency_active_flag, productInfo.vdp_urgency_active); financingAnchor.attr(href, financingUrl.toString()); } } catch(e) { console.error(Error parsing financing URL in Tealium component); } }}var getPromotionAnalyticsData function() { var promotionAnalyticsData document.getElementById(promotion-analytics-data); if(promotionAnalyticsData) { var promotionDataSource JSON.parse(promotionAnalyticsData.innerHTML.replace(/"/g, )); if(promotionDataSource.promotionId) { brandPromotionInfo.promotion_id promotionDataSource.promotionId; brandPromotionInfo.promotion_name promotionDataSource.promotionName; } if(promotionDataSource.promotionMakeId) { brandPromotionInfo.promotion_make_id promotionDataSource.promotionMakeId; brandPromotionInfo.promotion_make promotionDataSource.promotionMake; } if(promotionDataSource.promotionCategoryId) { brandPromotionInfo.promotion_category promotionDataSource.promotionCategory; brandPromotionInfo.promotion_category_id promotionDataSource.promotionCategoryId; } }}if (pageSubType) { siteUser.site_sub_section pageSubType;}var utag_data $.extend({}, siteUser);if (searchPageAppliedFilters.length > 0) { utag_data.search_filters searchPageAppliedFilters;}if (searchKeyword) { utag_data.search_keyword searchKeyword;}if (pageBrand) { utag_data.page_make pageBrand.toLowerCase();}if (pageBrandId) { utag_data.page_make_id pageBrandId;}if (pageBrandCategory) { utag_data.page_category pageBrandCategory;}if (pageBrandCategoryId) { utag_data.page_category_id pageBrandCategoryId;}if (pageBrandSubCategory) { utag_data.page_subcategory pageBrandSubCategory;}if (pageBrandSubCategoryId) { utag_data.page_subcategory_id pageBrandSubCategoryId;}if (pageMakeGroup) { utag_data.page_make_group pageMakeGroup;}var setProductItemsArrays function(attributeName, propertyName) { var makes ; var years ; var ids ; var names ; var types ; var onSales ; var prices ; var categories ; var categoryIds ; var industries ; var makeIds ; var msrps ; var vins ; var externalColors ; var productExternalIds ; var productExternalPlatforms ; var activePromotions ; var IsProductData function(data) { var productItemFields itemMake, itemYear, productId, productExternalId, isUnitInventory, itemOnSale, name, unitPrice, itemType, itemTypeId, itemIndustry, productOwnerId, itemOriginalPrice, vin, primaryColor return Object.entries(data).filter(item > productItemFields.includes(item0) && item1 ! null && !/^\s*$/.test(item1)).length > 0 } $(span.datasource.hidden).each(function() { try { var data JSON.parse(this.innerText); if(IsProductData(data)) { makes.push(data.itemMake); years.push(data.itemYear); if(isExternalBrandedZoneSite && data.productExternalId) { ids.push(parseInt(data.productExternalId)); productExternalIds.push(data.productExternalId); productExternalPlatforms.push(parentSitePlatformType); } else { ids.push(data.productId); } names.push(data.name); types.push(data.isUnitInventory ! undefined && data.isUnitInventory.toString().toUpperCase() TRUE ? Inventory : Showcase); onSales.push(data.itemOnSale ! undefined && data.itemOnSale.toString().toUpperCase() TRUE ? 1 : 0); prices.push(data.unitPrice); categories.push(data.itemType); categoryIds.push(data.itemTypeId); industries.push(data.itemIndustry); makeIds.push(data.productOwnerId); msrps.push(data.itemOriginalPrice); vins.push(data.vin); externalColors.push(data.primaryColor); activePromotions.push(data.arePromotionsAvailable ? 1 : 0); } } catch (error) { console.error(JSON parse failed for unit: , error); } }); var addToUtag function(array, name) { if(array.length > 0) { utag_dataname array; } } addToUtag(makes, product_list_makes); addToUtag(years, product_list_years); addToUtag(ids, product_list_ids); addToUtag(names, product_list_names); addToUtag(types, product_list_types); addToUtag(onSales, product_list_on_sale); addToUtag(prices, product_list_prices); addToUtag(categories, product_list_categories); addToUtag(categoryIds, product_list_category_ids); addToUtag(industries, product_list_industries); addToUtag(makeIds, product_list_make_ids); addToUtag(msrps, product_list_msrp); addToUtag(vins, product_list_vins); addToUtag(externalColors, product_list_external_colors); addToUtag(productExternalIds, product_external_id); addToUtag(productExternalPlatforms, product_external_platform); addToUtag(activePromotions, product_list_did_active);}var setDataPointByDataPropertyName function(attributeName, propertyName){ var result $(span + attributeName + ).eq(0).attr(attributeName); if(result) { utag_datapropertyName result; }}$(document).ready(function() { try { getProductAnalyticsData(); utag_data $.extend({}, utag_data, productInfo); } catch(err) { console.error(err.message); } try { getPromotionAnalyticsData(); utag_data $.extend({}, utag_data, brandPromotionInfo); } catch(err) { console.error(err.message); } utag_data.podium_chatbox_active $(divclass*Premium-Texting_).length ! 0 ? 1 : 0; // any 404 modal will trigger the error_view event if ($(#pageNotFoundModal).length) { utag_data.tealium_event error_view; utag_data.site_section error; utag_data.site_sub_section error; utag_data.page_error_code 404; } // google_map_click event function handleGoogleMapClick(event) { utag_data.tealium_event google_map_click; if (typeof utag ! undefined) { utag.link(utag_data); } else { console.log(Could not trigger utag.link method); } } // promo_click event function handlePromoClick(event, matchingElement) { var clickedPromotionDetails matchingElement.querySelector(script); if (clickedPromotionDetails) { var promotionDataSource JSON.parse(clickedPromotionDetails.innerHTML.replace(/"/g, )); if (promotionDataSource.promotionId) { utag_data.promotion_id promotionDataSource.promotionId; utag_data.promotion_name promotionDataSource.promotionName; } if (promotionDataSource.promotionMakeId) { utag_data.promotion_make_id promotionDataSource.promotionMakeId; utag_data.promotion_make promotionDataSource.promotionMake; } if (promotionDataSource.promotionCategoryId) { utag_data.promotion_category promotionDataSource.promotionCategory; utag_data.promotion_category_id promotionDataSource.promotionCategoryId; } } utag_data.site_section promo; utag_data.site_sub_section promo_detail; utag_data.tealium_event promo_click; if (typeof utag ! undefined) { utag.link(utag_data); } else { console.log(Could not trigger utag.link method); } } // promotions carousel on home page will trigger carousel_click event function handleCarouselClick(event, matchingElement) { var currentlyVisibleSlide matchingElement.querySelector(divclass*slide slick-slide slick-current); var currentlyVisibleSlideIndex ; var currentlyVisibleSlideImage ; var currentlyVisibleSlideName ; if (currentlyVisibleSlide) { currentlyVisibleSlideIndex currentlyVisibleSlide.getAttribute(data-slick-index); currentlyVisibleSlideImage currentlyVisibleSlide.querySelectorAll(img); if (currentlyVisibleSlideImage.length > 0) { currentlyVisibleSlideName currentlyVisibleSlideImage0.getAttribute(title); } } var final {}; final.tealium_event carousel_click; final.carousel_asset_name currentlyVisibleSlideName; final.carousel_asset_index currentlyVisibleSlideIndex; final.site_sub_section home; final $.extend({}, utag_data, final); if (typeof utag ! undefined) { utag.link(final); } else { console.log(Could not trigger utag.link method.); } } // mousedown event delegation map const mousedownEventDelegationMap { selector: .location-directions, handler: handleGoogleMapClick }, { selector: .click-promotion-details, handler: handlePromoClick }, { selector: class*component OfferRotator_, handler: handleCarouselClick } ; // Add event delegation for all mapped selectors document.addEventListener(mousedown, (event) > { mousedownEventDelegationMap.forEach(({ selector, handler }) > { const matchingElement event.target.closest(selector); if (matchingElement) { handler(event, matchingElement); } }); }); var allH1InHeader $(h1); if(allH1InHeader.length > 0) { utag_data.page_h1 allH1InHeader0.innerText; //only 1st H1 tag is required } if(pageType search) { setProductItemsArrays(); var headerBanners $(class*component SearchRoot_ .seo-banner); if(headerBanners.length 0) { headerBanners $(class*component SEO-Content_ .seo-banner); } if(headerBanners.length > 0) { var pageHeaderButtons headerBanners0.innerHTML.match(/href((.*?))/g); if (pageHeaderButtons) { utag_data.product_list_header_buttons_uris pageHeaderButtons; } var allHeaderDescriptiveElements headerBanners0.querySelectorAll(p,li); if(allHeaderDescriptiveElements.length > 0) { var paragraphCharacterCounts 0; allHeaderDescriptiveElements.forEach((p, i) > { paragraphCharacterCounts paragraphCharacterCounts + p.innerText.trim().length; }) utag_data.product_list_header_p_char_counts paragraphCharacterCounts; } utag_data.product_list_header_img_count headerBanners0.getElementsByTagName(img).length; } var footerBanners $(class*component SearchRoot_ .seo-footer); if(footerBanners.length 0) { footerBanners $(class*component SEO-Content_ .seo-footer); } if (footerBanners.length > 0) { var allH2InFooter footerBanners0.getElementsByTagName(h2); var allH3InFooter footerBanners0.getElementsByTagName(h3); var footerDescriptiveElements footerBanners0.querySelectorAll(p,li); if (footerDescriptiveElements.length > 0) { utag_data.product_list_footer_p_char_counts ; Array.from(footerDescriptiveElements).forEach(function (item) { var text item.innerText.trim(); if(text.length > 0) { utag_data.product_list_footer_p_char_counts.push(text.length.toString()); } }); } utag_data.product_list_footer_img_count footerBanners0.getElementsByTagName(img).length; if (allH2InFooter.length > 0) { utag_data.product_list_footer_h2_char_counts ; utag_data.product_list_footer_h2_strings ; for (var i 0; i allH2InFooter.length; i++) { utag_data.product_list_footer_h2_char_counts.push(allH2InFooteri.innerText.length.toString()); utag_data.product_list_footer_h2_strings.push(allH2InFooteri.innerText); } } if (allH3InFooter.length > 0) { utag_data.product_list_footer_h3_char_counts ; utag_data.product_list_footer_h3_strings ; for (var i 0; i allH3InFooter.length; i++) { utag_data.product_list_footer_h3_char_counts.push(allH3InFooteri.innerText.length.toString()); utag_data.product_list_footer_h3_strings.push(allH3InFooteri.innerText); } } } var searchResultsCountLabel $(.search-results-count); if(searchResultsCountLabel.length > 0){ var arr searchResultsCountLabel0.innerText.split( ); utag_data.search_result_count arrarr.length - 2; } utag_data.did_active document.querySelectorAll(.promotion-link).length > 0 ? 1 : 0; } else if (pageType showroom) { setDataPointByDataPropertyName(data-product-owner-name, page_make); setDataPointByDataPropertyName(data-product-owner-id, page_make_id); setDataPointByDataPropertyName(data-category, page_category); setDataPointByDataPropertyName(data-category-id, page_category_id); setDataPointByDataPropertyName(data-selected-sub-category, page_subcategory); setDataPointByDataPropertyName(data-selected-sub-category-id, page_subcategory_id); } if (pageSubType blog post) { var blog_article_author $(.blog-detail__header-detail-author span).text().trim(); if (blog_article_author) { utag_data.blog_article_author blog_article_author; } var blog_article_category $(.blog-detail__header-detail-category span).text().trim(); if (blog_article_category) { utag_data.blog_article_category blog_article_category; } var dateStr $(.blog-detail__header-detail-date span).text().trim(); if (dateStr && dateStr.length > 0) { var date new Date(dateStr); utag_data.blog_article_date (0 + (date.getMonth()+1)).slice(-2) + / + (0 + date.getDate()).slice(-2) + / + date.getFullYear(); } var allH2InBlogDetail $(.blog-detail h2); if (allH2InBlogDetail.length > 0) { utag_data.blog_article_h2_char_counts ; utag_data.blog_article_h2_strings ; for(var i0; iallH2InBlogDetail.length; i++) { utag_data.blog_article_h2_char_counts.push(allH2InBlogDetaili.innerText.length.toString()); utag_data.blog_article_h2_strings.push(allH2InBlogDetaili.innerText.trim()); } } var allDescriptiveElementsInBlogDetail $(.blog-detail p, .blog-detail li); if (allDescriptiveElementsInBlogDetail.length > 0) { utag_data.blog_article_p_char_counts ; for(var i0; iallDescriptiveElementsInBlogDetail.length; i++) { var text allDescriptiveElementsInBlogDetaili.innerText.trim(); if(text.length > 0) { utag_data.blog_article_p_char_counts.push(text.length.toString()); } } } var allTagsInBlogDetail $(.blog-detail__tag-item); if (allTagsInBlogDetail.length > 0) { utag_data.blog_article_tags ; for(var i0; iallTagsInBlogDetail.length; i++) { utag_data.blog_article_tags.push(allTagsInBlogDetaili.innerText.trim()); } } } else if (pageSubType blog list) { var allCategoriesInBlogListing $(.blog-list__blog-category); if (allCategoriesInBlogListing.length > 0) { utag_data.blog_list_articles_category ; for(var i0; iallCategoriesInBlogListing.length; i++) { utag_data.blog_list_articles_category.push(allCategoriesInBlogListingi.innerText.trim()); } } var allArticleDateInBlogListing $(.blog-list__blog-header-detail-date); if (allArticleDateInBlogListing.length > 0) { utag_data.blog_list_articles_date ; for(var i0; iallArticleDateInBlogListing.length; i++) { var date new Date(allArticleDateInBlogListingi.innerText.trim()); utag_data.blog_list_articles_date.push((0 + (date.getMonth()+1)).slice(-2) + / + (0 + date.getDate()).slice(-2) + / + date.getFullYear()); } } var allArticleTitlesInBlogListing $(.blog-list__blog-title a); if (allArticleTitlesInBlogListing.length > 0) { utag_data.blog_list_articles_titles_char_counts ; utag_data.blog_list_articles_titles_strings ; for(var i0; iallArticleTitlesInBlogListing.length; i++) { utag_data.blog_list_articles_titles_char_counts.push(allArticleTitlesInBlogListingi.innerText.trim().length.toString()); utag_data.blog_list_articles_titles_strings.push(allArticleTitlesInBlogListingi.innerText.trim()); } } } try { loadTealiumScript(); // As a guideline from tealium, script should be loaded after all utag_data datapoints are created. } catch { console.log(Could not load tealium script.); } // Listener for form load event from products page $(body).on(show.bs.modal, divid*AriFormModal, function (e) { var form {}; form.tealium_event form_load; var modal e.currentTarget.closest(.ari-form); var formdetail modal.id; form.form_name $(modal).find(spandata-form-name).attr(data-form-name); form.form_type $(modal).find(spandata-lead-type).attr(data-lead-type); form.form_id $(modal).find(spandata-form-id).attr(data-form-id); if(form.form_name Get Promotions) { form.tealium_event did_view_offer_details_click; if(localStorage) { form.did_promotions_name localStorage.selectedPromotionTitle; form.campaign_id localStorage.selectedPromotionIds; } } if (form.form_id && form.form_type && form.form_name) { var final $.extend({}, siteUser, form, productInfo); if (utag_data.page_h1) { final.page_h1 utag_data.page_h1; } if (productInfo.product_make) { final.page_make productInfo.product_make.toLowerCase(); } if (productInfo.product_make_id) { final.page_make_id productInfo.product_make_id; } if (pageMakeGroup) { final.page_make_group pageMakeGroup; } if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link method.); } formInteraction(final,formdetail); } }); document.addEventListener(DIDViewOfferDetailsClick, function (e) { var promo {}; var formName getPromotionLeadForm; var formContainer .form-fields-container; promo.tealium_event did_view_offer_details_click; promo.did_promotions_selected ; promo.did_promotions_selected.push(e.detail.promotionId); promo.campaign_id e.detail.promotionId; var final $.extend({}, siteUser, productInfo, promo); if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link on promotion + e.detail.promotionId); } formInteraction(final,formName,formContainer); }); document.addEventListener(DIDViewMoreClick, function (e) { var promo {}; promo.tealium_event did_view_more_click; promo.did_promotions_selected ; promo.did_promotions_selected.push(e.detail.promotionId); promo.campaign_id e.detail.promotionId; var final $.extend({}, siteUser, productInfo, promo); if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link on promotion + e.detail.promotionId); } }); if (document.querySelector(class*New-Holland-CE-Dealer-Landing-Page)) { utag_data.tealium_event oem_standard_branded_zone_view; utag_data.page_make new holland construction; utag_data.page_make_group new holland construction; }});var getShowCaseData function () { var showCaseData {}; if (utag_data.page_make) { showCaseData.page_make utag_data.page_make.toLowerCase(); } if (utag_data.page_make_id) { showCaseData.page_make_id utag_data.page_make_id; } if (utag_data.page_category) { showCaseData.page_category utag_data.page_category; } if (utag_data.page_category_id) { showCaseData.page_category_id utag_data.page_category_id; } if (utag_data.page_subcategory) { showCaseData.page_subcategory utag_data.page_subcategory; } if (utag_data.page_subcategory_id) { showCaseData.page_subcategory_id utag_data.page_subcategory_id; } return showCaseData;}//for all other pages except products and search pages$(window).load(function() { if(pageType search || pageType product details) { utag_data.digital_retailing_active document.getElementsByClassName(boatyard-btn).length > 0 ? 1 : 0; utag_data.reserve_a_unit_active document.querySelectorAll(#reserveUnitBtn).length > 0 ? 1 : 0; } var pssExists $(.componentclass*PSS-component_).length > 1; var oemPartsLookupExists $(.componentclass*OEMPartsLookup_).length > 1; if(!pssExists || oemPartsLookupExists){ if(typeof utag ! referenceError) { utag.view(utag_data); } else { console.log(Could not trigger utag.view method.); } } $(.componentclass* LeadForm_).each(function () { var form {}; form.tealium_event form_load; var $modal $(this); if ($modal.closest(divclass*Staff_).length > 0) { return true; } if ($modal.closest(divclass*OfferedServices_).length > 0) { return true; } if ($modal.closest(divclass*ShowcaseRoot_).length > 0) { return true; } if ($modal.closest(divclass*VDP-Unit-Detail_).length > 0) { return true; } if ($modal.closest(divclass*SearchRoot_).length > 0) { return true; } form.form_name $modal.find(spandata-form-name).attr(data-form-name); form.form_type $modal.find(spandata-lead-type).attr(data-lead-type); form.form_id $modal.find(spandata-form-id).attr(data-form-id); var formDetail $modal.find(.ari-form).attr(id); if (form.form_id 1461 && screen.width > 768) { // Skip for Cant Find What Youre Looking For? (form id 1461) form as it expands on banner click for screen size > 768 px return true; } var productData ; if (pageType finance) { productData getProductsDataFromQueryString(); } else { var itemDataSource $modal.find(.datasource.hidden); if (itemDataSource && itemDataSource.length > 0) { var itemData itemDataSource0.innerHTML; if (itemData) { var productJson null; try { productJson JSON.parse(itemData); } catch (e) { } if (productJson && productJson.productId) { productData parseProductsData(productJson); } } } } if (form.form_id && form.form_type && form.form_name) { var final $.extend({}, siteUser, form, productData, getShowCaseData()); if (utag_data.page_h1) { final.page_h1 utag_data.page_h1; } if (productData.product_make) { final.page_make productData.product_make.toLowerCase(); } if (productData.product_make_id) { final.page_make_id productData.product_make_id; } if (pageMakeGroup) { final.page_make_group pageMakeGroup; } if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link method.); } formInteraction(final,formDetail); } }); // record form load for cant find form $(buttonhref*.cant-find-form).each(function(i){ $(this).click(function(){ if (screen.width > 768 && $(this).hasClass(expanded)) { var modal $(.ari-row.cant-find-form); TriggerUtagFormLoad(modal); }; }); }); // record form load for service request form var modalName $(.componentclass*OfferedServices_.ari-componentinstance ul li.active a).attr(href); TriggerOfferedServicesFormLoad(modalName); $(.componentclass*OfferedServices_.ari-componentinstance ul li).click(function () { var modalName $(this).find(a).attr(href); TriggerOfferedServicesFormLoad(modalName); }); const limitedTimeOfferBtnClicked limitedTimeOfferBtnClicked_flag; const handleLimitedTimeOfferButtonClick () > { utag_data.tealium_event did_limited_time_offer_click; utag.link(utag_data); }; $(.promotion-link).click(function() { localStorage.setItem(limitedTimeOfferBtnClicked, true); }); if (pageType product details) { if (localStorage.getItem(limitedTimeOfferBtnClicked)) { handleLimitedTimeOfferButtonClick(); localStorage.removeItem(limitedTimeOfferBtnClicked); } var inventoryPromoMessage document.getElementById(inventory_promoMessage); if (inventoryPromoMessage) { inventoryPromoMessage.addEventListener(click, function() { handleLimitedTimeOfferButtonClick(); }); } }});function TriggerOfferedServicesFormLoad(modalName) { if (modalName) { modalName modalName.replace(#, ); if (modalName schedule || modalName requestinfo) { var modal $(.componentclass*OfferedServices_.ari-componentinstance divid* + modalName + ); TriggerUtagFormLoad(modal); } }}function TriggerUtagFormLoad(modal) { if (modal) { var form {}; form.tealium_event form_load; form.form_name modal.find(spandata-form-name).attr(data-form-name); form.form_type modal.find(spandata-lead-type).attr(data-lead-type); form.form_id modal.find(spandata-form-id).attr(data-form-id); if (form.form_id && form.form_type && form.form_name) { var final $.extend({}, siteUser, form, getShowCaseData()); if (utag_data.page_h1) { final.page_h1 utag_data.page_h1; } if (pageMakeGroup) { final.page_make_group pageMakeGroup; } if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link method.); } } }}function QueryStringToJSON() { var pairs location.search.slice(1).split(&); var result {}; pairs.forEach(function(pair) { pair pair.split(); resultpair0 decodeURIComponent(pair1 || ); }); return result;}// Listener for form submission eventdocument.addEventListener(FormSubmissionDetails, function (e) { var form {}; form.tealium_event form_submit; var data e.detail; if ((data.firstname || data.firstName) || (data.lastname || data.lastName)) { if (data.firstname) { form.form_submission_first_name data.firstname; } else if(data.firstName) { form.form_submission_first_name data.firstName; } if (data.lastname) { form.form_submission_last_name data.lastname; } else if(data.lastName) { form.form_submission_last_name data.lastName; } } else if (data.name) { if (data.name.split( ).length > 0) { // logic to separate firstname and lastname in case just the name field exists form.form_submission_first_name unescape(data.name.split( )0.toString()); var lastName unescape(data.name.replace(form.form_submission_first_name, )); if (lastName) { form.form_submission_last_name lastName; } } else { form.form_submission_first_name data.name; } } else if (data.fullname) { var splittedName data.fullname.split( ); if (splittedName.length > 0) { // logic to separate firstname and lastname in case just the fullname field exists form.form_submission_first_name unescape(splittedName0.toString()); var lastName unescape(data.fullname.replace(form.form_submission_first_name, )); if (lastName) { form.form_submission_last_name lastName; } } else { form.form_submission_first_name data.name; } } if (data.email) { form.form_submission_email unescape(data.email.toString()); } else if (data.contactEmail) { form.form_submission_email unescape(data.contactEmail.toString()); } if (data.phone) { form.form_submission_phone_number data.phone.toString(); } else if(data.phoneNumber) { form.form_submission_phone_number data.phoneNumber.toString(); } if (data.address1) { form.form_submission_address data.address1.toString(); } if (data.street1) { form.form_submission_address data.street1.toString(); } if (data.city) { form.form_submission_city data.city.toString(); } if (data.postalcode) { form.form_submission_postal_code data.postalcode.toString(); } if (data.zip) { form.form_submission_postal_code data.zip.toString(); } else if(data.zipcode) { form.form_submission_postal_code data.zipcode.toString(); } if (data.region) { form.form_submission_state data.region.toString(); } if (data.tradeMake) { form.form_submission_trade_in_make unescape(data.tradeMake.toString()); } if (data.tradeModel) { form.form_submission_trade_in_model unescape(data.tradeModel.toString()); } if (data.tradeYear) { form.form_submission_trade_in_year data.tradeYear.toString(); } if (data.accessories) { form.form_submission_trade_in_accessories unescape(data.accessories.toString()); } if (data.usage) { form.form_submission_trade_in_miles data.usage.toString(); } if (data.leadType scheduletestdrive && data.item) { form.form_submission_vehicle_for_test_ride unescape(data.item.toString()); } if (data.SelectedServices) { form.form_submission_service_required data.SelectedServices.join(); } var productDetails ; if (pageType search) { if(loadedProductInfo.imageCount > 0) { data.imageCount loadedProductInfo.imageCount; } if(loadedProductInfo.videoCount > 0) { data.videoCount loadedProductInfo.videoCount; } if(loadedProductInfo.descriptionLength > 0) { data.descriptionLength loadedProductInfo.descriptionLength; } productDetails parseProductsData(data); } else if (pageType finance) { productDetails getProductsDataFromQueryString() } else { productDetails productInfo; } if(isExternalBrandedZoneSite && data.productExternalId) { form.product_id data.productExternalId.toString(); } else { if (data.productId) { form.product_id data.productId.toString(); } } if (data.FormName) { form.form_name data.FormName; } else if(data.formName) { form.form_name data.formName; } if(form.form_name Get Promotions) { form.tealium_event did_get_a_quote_form_submit; } if (data.Type) { form.form_type data.Type; } else if(data.formType) { form.form_type data.formType; } if (data.FormId) { form.form_id data.FormId; } else if(data.formId) { form.form_id data.formId; } if (data.LeadId) { form.form_submission_id data.LeadId; } if (data.AllLocations && data.AllLocations.length > 0 && data.SelectedLocation) { const selectedLocationValue Array.isArray(data.SelectedLocation) ? data.SelectedLocation0.value : data.SelectedLocation; var location data.AllLocations.find((item) > item.value selectedLocationValue); if(location) { form.form_submission_location_name location.text; } } else if(data.locationName) { form.form_submission_location_name data.locationName; } var final $.extend({}, siteUser, form, productDetails, getShowCaseData(), getPromotionData(form, data)); if (utag_data.page_h1) { final.page_h1 utag_data.page_h1; } if (productDetails.product_make) { final.page_make productDetails.product_make.toLowerCase(); } if (productDetails.product_make_id) { final.page_make_id productDetails.product_make_id; } if (pageMakeGroup) { final.page_make_group pageMakeGroup; } if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link method.); }});// Listener for form load event from search pagedocument.addEventListener(searchModalOpen, function (e) { var form {}; form.tealium_event form_load; var productData {} var item e.detail; var formDetail ; if (item){ productData parseProductsData(item); form.form_name item.formName; form.form_type item.formType; form.form_id item.formId; if(isExternalBrandedZoneSite && item.productId) { formDetail `${item.modelName}_${item.productId}`; } else { formDetail `${item.modelName}_${productData.product_id}`; } loadedProductInfo.imageCount productData.product_custom_image_count; loadedProductInfo.videoCount productData.product_videos_count; loadedProductInfo.descriptionLength productData.product_description_char_count; } if (form.form_id && form.form_type && form.form_name) { var final $.extend({}, siteUser, form, productData); if (utag_data.page_h1) { final.page_h1 utag_data.page_h1; } if (productData.product_make) { final.page_make productData.product_make.toLowerCase(); } if (productData.product_make_id) { final.page_make_id productData.product_make_id; } if (pageMakeGroup) { final.page_make_group pageMakeGroup; } if(typeof utag ! referenceError) { utag.link(final); } else { console.log(Could not trigger utag.link method.); } formInteraction(final,formDetail); }});$(document).on(click, id^addToCartECommerce, function () { let buttonId $(this).attr(id); let index buttonId.split(-).pop(); if (window.utag && typeof utag.track function) { let originalTrack utag.track; utag.track function(event, data) { if (event.data && event.data.tealium_event ecommerce_part_modify_cart && !(ecomm_part_detail_inventory_class in event.data)) { event.data.ecomm_part_detail_inventory_class utag_data.product_list_typesindex; } if (event.data && event.data.tealium_event ecommerce_part_cart_action) { const quantities event.data.ecomm_part_list_quantities; if (quantities) { event.data.ecomm_part_list_inventory_class new Array(quantities.length).fill(Inventory); } else { event.data.ecomm_part_list_inventory_class ; } } return originalTrack.call(this, event, data); }; }});function formInteraction(final, formDetail, optionalParam ) { var formElement document.querySelector(# + formDetail + form + optionalParam); if (formElement) { console.log(`Form with ID found, attaching event listeners.`); // Attach listener for form interaction (input, focus, click) formElement.addEventListener(input, handleFirstInteraction); formElement.addEventListener(focus, handleFirstInteraction); formElement.addEventListener(click, handleFirstInteraction); } else { console.log(`Form with ID ${formDetail} not found.`); } // Function to handle first interaction function handleFirstInteraction() { var finalInteractionData $.extend({}, final); finalInteractionData.tealium_event form_interaction; // Trigger the event if (typeof utag ! referenceError) { utag.link(finalInteractionData); } else { console.log(Could not trigger utag.link method for form interaction.); } // Remove event listeners after the first interaction to prevent multiple triggers formElement.removeEventListener(input, handleFirstInteraction); formElement.removeEventListener(focus, handleFirstInteraction); formElement.removeEventListener(click, handleFirstInteraction); }}var getProductsDataFromQueryString function () { var productJson null; try { productJson QueryStringToJSON(); } catch (e) { } return productJson && productJson.productId ? parseProductsData(productJson) : null }var parseProductsData function(item) { var product {}; if(isExternalBrandedZoneSite && item.productExternalId) { product.product_id item.productExternalId; } else { if (item.productId) { product.product_id item.productId; } } if (item.item) { product.product_name item.item; } if (item.itemYear > 0) { product.product_year item.itemYear; } else if (item.year > 0) { product.product_year item.year; } if (item.itemMake) { product.product_make item.itemMake; } if (item.itemMakeId) { product.product_make_id item.itemMakeId; } if (item.itemModel) { product.product_model item.itemModel; } else if (item.model) { product.product_model item.model; } if (item.itemUrl) { product.product_uri new URL(item.itemUrl, window.location).pathname; } else if (item.itemurl) { product.product_uri new URL(item.itemurl, window.location).pathname; } if (item.usageStatus) { product.product_condition item.usageStatus; } if (item.isUnitInventory || item.isUnitInventory True) { product.product_type Inventory; } else { product.product_type Showcase; } if (item.itemDisplayPrice) { var price parseFloat(item.itemDisplayPrice.replace(/$,/g,)); if (price > 0) { product.product_price price; } } if (item.itemType) { product.product_category item.itemType; } if (item.itemTypeId) { product.product_category_id item.itemTypeId; } if (item.itemOriginalPrice) { var price parseFloat(item.itemOriginalPrice.replace(/$,/g,)); if (price > 0){ product.product_original_price price; } } if (item.itemIndustry) { product.product_industry item.itemIndustry; } if (item.itemOnSale) { product.product_on_sale item.itemOnSale.toUpperCase() TRUE ? 1 : 0; } else if(item.FormId ! 1461) { //1461 is id for Cant find what you are looking for form product.product_on_sale 0; } if (product.product_price && product.product_original_price) { var price product.product_original_price - product.product_price; if (price > 0){ product.product_discount_amount price; } } if (item.itemSubtype) { product.product_subcategory item.itemSubtype; } if (item.itemSubtype && item.itemSubtypeId) { product.product_subcategory_id item.itemSubtypeId; } if (item.itemCustomImageCount) { product.product_custom_image_count item.itemCustomImageCount; } else if (item.imageCount > 0) { product.product_custom_image_count item.imageCount; } if (item.itemVideoExists) { product.product_videos_count item.itemVideoExists; } else if (item.videoCount > 0) { product.product_videos_count item.videoCount; } if (item.itemDescriptionCount) { product.product_description_char_count item.itemDescriptionCount; } else if (item.descriptionLength > 0) { product.product_description_char_count item.descriptionLength; } if (item.item_360view_count) { product.product_360view_count item.item_360view_count; } if (item.vdp_urgency_active_flag) { product.vdp_urgency_active item.vdp_urgency_active_flag; } return product;};var getPromotionData function(form, data) { var promotion {}; if(localStorage && localStorage.selectedPromotionIds) { promotion.did_promotions_selected localStorage.selectedPromotionIds; promotion.campaign_id localStorage.selectedPromotionIds; } if(form) { promotion.did_form_id form.formId; promotion.did_form_name form.formName; promotion.did_form_submission_first_name form.form_submission_first_name; promotion.did_form_submission_last_name form.form_submission_last_name; } if(data && data.contact) { promotion.did_form_submission_perferred_contact data.contact; if(data.contact email) { promotion.did_form_submission_email data.email; } if(data.contact phone) { promotion.did_form_submission_phone data.phone; } } return promotion; }window.onload function () { const branded_zone_event oem_brp_branded_zone_click; function updateUtagDataWithCallback(event, tealiumEvent, action, model , condition , promotion , destination , relatedProductName , relatedProductId , productLine , hotspotTitle , hotspotSection ) { event.preventDefault(); const redirectUrl event.target.closest(a)?.getAttribute(href) || ; const updatedData (typeof utag_data ! undefined) ? { ...utag_data, tealium_event: tealiumEvent, oem_brp_branded_zone_action: action, ...(model && { oem_brp_branded_zone_model: model }), ...(condition && { oem_brp_branded_zone_condition: condition }), ...(promotion && { oem_brp_branded_zone_promotion: promotion }), ...(destination && { oem_brp_branded_zone_destination: destination }), ...(relatedProductName && { related_product_name: relatedProductName }), ...(relatedProductId && { related_product_id: relatedProductId }), ...(productLine && { oem_brp_branded_zone_productline: productLine }), ...(hotspotTitle && { oem_brp_branded_zone_hotspot_title: hotspotTitle }), ...(hotspotSection && { oem_brp_branded_zone_hotspot_section: hotspotSection }) } : null; console.log(Updated data to send:, updatedData); const triggerRedirect () > { if (redirectUrl) { window.addEventListener(beforeunload, () > { navigator.sendBeacon(redirectUrl); }); window.location.href redirectUrl; } }; if (updatedData && typeof utag ! undefined && typeof utag.link function) { utag.link(updatedData, () > { triggerRedirect(); }); } else { triggerRedirect(); } } function getModel(tabPane) { const modelHeading tabPane?.querySelector(.brp-lineup__unit-info .brp-lineup__unit-info-heading); if(!modelHeading) return ; const modelText modelHeading.textContent.trim(); const words modelText.split( ); return words.length > 1 ? words.slice(1).join( ).toLowerCase() : modelText.toLowerCase(); } function getCondition(inventoryItem) { const conditionElement inventoryItem?.querySelector(.brp-inventory-item__data-usage); return conditionElement ? conditionElement.textContent.trim() : ; } function getActiveAccessoryProductLine() { const activeAccessoryTypeItem document.querySelector(.brp-accessories__type-item.active); const activeAccessoryLink activeAccessoryTypeItem?.querySelector(a); const productLineText activeAccessoryLink?.textContent; return productLineText.toLowerCase(); } function getActiveVehicleProductLine() { const activeVehicleTypeItem document.querySelector(.brp-lineup__type-item.active); const activeVehicleLink activeVehicleTypeItem?.querySelector(a); const productLineText activeVehicleLink?.textContent; return productLineText.toLowerCase(); } function getHotspotTitle() { const hotspotItem document.querySelector(.brp-accessories__modal-title); const hotspotText hotspotItem.textContent.trim(); return hotspotText.toLowerCase(); } function getHotspotSection() { const accessoryItem document.querySelector(.brp-accessories__heading) const accesoryText accessoryItem.textContent.trim(); return accesoryText.toLowerCase(); } function getModelForHotspotSection() { const section document.getElementById(accessories); const activeAccessoryAnchor document.querySelector(.brp-accessories__type-item.active a); const activeId activeAccessoryAnchor?.getAttribute(href).substring(1); const activeTabPane document.getElementById(activeId); const img activeTabPane?.querySelector(.brp-accessories__hotspots-figure img); const altText img?.getAttribute(alt) || ; if (!altText) { return ; } const words altText.split( ); const brandExtractors { can-am: words > words.slice(1).join( ).toLowerCase(), sea-doo: words > words.join( ).toLowerCase(), }; const brand Object.keys(brandExtractors).find(b > section.classList.contains(b)); if (brand && brandExtractorsbrand) { return brandExtractorsbrand(words); } return ; } // BRP branded zone event delegation const brpEventDelegationMap { selector: .brp-promotions__btn--offer, handler: (event) > updateUtagDataWithCallback(event, branded_zone_event, click_to_promo, , , promotion banner), }, { selector: .brp-lineup__unit-item, handler: (event) > { const modelSpan event.target.closest(.brp-lineup__unit-item)?.querySelector(.brp-lineup__unit-nav-title); updateUtagDataWithCallback(event, branded_zone_event, click_on_model, modelSpan?.textContent.trim().toLowerCase() || ); }, }, { selector: .brp-header__button div a, handler: (event) > updateUtagDataWithCallback(event, branded_zone_event, click_on_view_inventory), }, { selector: .logos__dealer, handler: (event) > updateUtagDataWithCallback(event, branded_zone_event, click_on_dealer_logo), }, { selector: .brand__dropdown .dropdown__logo:not(.dropdown__logo--del), handler: (event) > { const imgTag event.target.closest(.dropdown__logo)?.querySelector(img); const imgAlt imgTag?.getAttribute(alt) || ; updateUtagDataWithCallback(event, branded_zone_event, click_on_brand, , , , imgTag?.getAttribute(alt) || ); }, }, { selector: .brp-heroshot .brp-heroshot__cta-buttons a:nth-child(2), handler: (event) > updateUtagDataWithCallback(event, branded_zone_event, click_on_secondary_cta), }, { selector: .brp-lineup__unit-inventory-all, handler: (event) > { const tabPane event.target.closest(.tab-pane); updateUtagDataWithCallback(event, branded_zone_event, click_on_view_model_inventory, getModel(tabPane)); }, }, { selector: .brp-inventory-item__cta-actions .brp-inventory-item__btn--primary, handler: (event) > { const inventoryItem event.target.closest(.brp-inventory-item); const tabPane event.target.closest(.tab-pane); updateUtagDataWithCallback(event, branded_zone_event, click_on_view_details, getModel(tabPane), getCondition(inventoryItem)); }, }, { selector: .related_products_carousel .slick-track .related-product, handler: (event) > { const relatedProduct event.target.closest(.related-product); if (!relatedProduct) return; const productTitleAnchor relatedProduct.querySelector(.product-title a); const productName productTitleAnchor ? productTitleAnchor.textContent.trim() : ; const productHref productTitleAnchor ? productTitleAnchor.getAttribute(href) : ; const productIdMatch productHref.match(/-(\d+)^\d*$/); const productId productIdMatch ? productIdMatch1 : ; updateUtagDataWithCallback(event, related_products_click, , , , , , productName, productId); }, }, { selector: .brp-accessories__hotspots-actions .brp-accessories__hotspot-btn, handler: (event) > { updateUtagDataWithCallback(event, branded_zone_event, opening_hotspot, getModelForHotspotSection(), , , , , , getActiveAccessoryProductLine(), getHotspotTitle(), getHotspotSection()); } }, { selector: .brp-accessories__modal.modal .close, handler: (event) > { updateUtagDataWithCallback(event, branded_zone_event, closing_hotspot, getModelForHotspotSection(), , , , , , getActiveAccessoryProductLine(), getHotspotTitle(), getHotspotSection()); } }, { selector: .brp-accessories__modal.modal .brp-accessories__modal-btn, handler: (event) > { updateUtagDataWithCallback(event, branded_zone_event, hotspot_cta, , , , , , , , getHotspotTitle()); } }, { selector: .brp-accessories__type-item .brp-accessories__type-nav, handler: (event) > { updateUtagDataWithCallback(event, branded_zone_event, accessories_line_selector, getModelForHotspotSection(), , , , , , getActiveAccessoryProductLine()); } }, { selector: .brp-lineup__type-item .brp-lineup__type-nav, handler: (event) > { updateUtagDataWithCallback(event, branded_zone_event, vehicle_line_selector, , , , , , , getActiveVehicleProductLine()); } } ; // Add event delegation for all mapped selectors document.addEventListener(click, (event) > { brpEventDelegationMap.forEach(({ selector, handler }) > { const matchingElement event.target.closest(selector); if (matchingElement) { handler(event); } }); });};/script>/div>div classcomponent Global-Consent-Manager_1-0-5 data-component12748>script> function injectPrivacyChoicesHTML() { if (document.getElementById(lv_cm_btn)) { return; } const styleElement document.createElement(style); styleElement.textContent ` #lv_cm_btn { cursor: pointer; color: inherit; } #lv_cm_btn:hover { display: inline-flex; align-items: center; text-decoration: none; color: inherit; transition: opacity 0.2s ease; opacity: 0.8; } #lv_cm_btn img { display: inline-block; margin-left: 5px; position: relative; top: -1px; width: 28.06px; height: 13.92px; background-size: 28.06px 13.92px; background-repeat: no-repeat; } `; document.head.appendChild(styleElement); const htmlToInject ` div classrow styletext-align:center> div classcol-xs-12> a idlv_cm_btn titleYour Privacy Choices> Your Privacy Choices img srchttps://consent.trustarc.com/get?nameprivacy_choices_icon.png altPrivacy Choices Icon> /a> /div> /div> `; const wrapper document.createElement(div); wrapper.innerHTML htmlToInject; const targetElement document.querySelector(.ari-section.footer) || document.querySelector(.sft-footer) || document.body; targetElement.appendChild(wrapper); if (document.readyState loading) { document.addEventListener(DOMContentLoaded, addFooterPadding); } else { addFooterPadding(); } function addFooterPadding() { const psmBar document.getElementById(div-psm-inventoryupdate-content); if (psmBar) { const style document.createElement(style); style.id psm-style-fix; style.textContent ` .ari-section.footer, .sft-footer { margin-bottom: 50px !important; } `; document.head.appendChild(style); } } } document.addEventListener(DOMContentLoaded, function () { injectPrivacyChoicesHTML(); });/script>/div>div classari-layout homepg epgc* data-layout-id76445 data-layout-nameHomepage data-element-ida467041d-49b9-4e2f-9fc5-1f5c02eb771c>div classari-section header epgc* data-section-id165185 data-section-nameHeader data-element-idf5dd33fd-083c-468f-bd2e-709c22bd723d>div classari-row header xd-header1 visible-sm visible-md visible-lg epgc* data-row-id323181 data-element-id7b238e1a-84e4-4285-b2d1-7f4199f8c4c0>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513471 data-element-ide73d0bfe-7300-409a-87ae-b3aff17702ba>div classari-row header-top-row epgc* contain data-row-id323182 data-element-idcde981df-a245-48bb-b6a1-a5d9253b63e0>div classari-column header-contactinfo ari-col-xs-12 epgc* data-column-id513476 data-element-id2c0d8d34-d6d1-4c6d-812f-585312b8c3a3>div classcomponent BusinessInformation_1-0-0 ari-componentinstance phone epgc* data-component1019070 data-element-id86fb23b1-f4fb-8de0-134a-72da0076e86d> span classbusiness-info-phone> a hreftel:(631) 728-9200>(631) 728-9200/a> /span>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance cta-section epgc* data-component1019082 data-element-id2aff1a57-7846-6ea3-fda1-ed5735f5a838>div class> div classdynamic-cta> a href/locations classmini-jumbotron target_self> div> h2>Map & Hours/h2> /div> /a> /div>/div>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance epgc* data-component1019083 data-element-idbcfc5f94-0eaf-6644-bc55-53b54f5c4937> ul classbusiness-info-socialmedia> li classsocial-media facebook> a hrefhttps://www.facebook.com/SpellmansMarine titleFacebook target_blank> span classfa-stack fa-lg> i classfa fa-circle fa-stack-2x>/i> i classfa fa-facebook fa-stack-1x fa-inverse>/i> /span> /a> /li> li classsocial-media instagram> a hrefhttps://www.instagram.com/spellmansmarine/ titleInstagram target_blank> span classfa-stack fa-lg> i classfa fa-circle fa-stack-2x>/i> i classfa fa-instagram fa-stack-1x fa-inverse>/i> /span> /a> /li> /ul>/div>div classcomponent SearchBar_1-0-0 ari-componentinstance epgc* data-component1019073 data-element-id95b512ad-6a24-43be-9eb5-3d8c0c48af33>div idsearchBar_b6088f9f-88a5-4939-8114-a1568a978bd1 classsearchBar> div classinput-group search rolesearch> input namequery typetext classqueryString form-control typeahead tt-cursor tt-highlight placeholderSearch... value/> span classinput-group-btn> button idmicBtn typebutton classmicBtn btn btn-default> i idmicImg classfa fa-microphone>/i> /button> button classsearchBtn btn btn-primary typesubmit> i classfa fa-search>/i> /button> /span> /div>/div>/div>/div>/div>/div>div classari-column ari-col-xs-12 epgc* data-column-id513472 data-element-id5e6e83fd-2a88-456b-9bbc-74e44f32a1e6>div classari-row epgc* contain data-row-id323185 data-element-idd6b5bbd9-bb7f-91ef-1b1e-b604123dc1ca>div classari-column primary-navigation ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513480 data-element-id9cee4971-8a44-5420-e717-037e6f9be4e9>div classcomponent BusinessInformation_1-0-0 ari-componentinstance logo epgc* data-component1019085 data-element-idec44befe-8f44-9bf8-63df-c9bbd73ccb55> a classbusiness-info-logo-link href/> img classbusiness-info-logo srchttps://published-assets.ari-build.com/Content/Published/Site/35220/images/dealer-logo.png altSpellmans Marine /> /a>/div>div classcomponent PrimaryNavigation_1-0-0 ari-componentinstance epgc* data-component1019074 data-element-id3c5432a9-2eb1-4dc7-b63c-781319f2001d>div classnavbar-header> button typebutton idprimary-nav-1-toggler classnavbar-toggle collapsed data-togglecollapse data-target#primnav-1-collapse aria-expandedfalse> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button>/div>div classcollapse navbar-collapse idprimnav-1-collapse> ul classnav navbar-nav sft-justified> li class> a classroot-link href/ target data-toggle> Home /a> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Showroom i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/new-models target data-toggle> Showroom /a> /li> li classdropdown-item> a classdropdown-link href/search/Inventory/usage/New/availability/In%20Stock target data-toggle> Current New Inventory /a> /li> li classdropdown-item> a classdropdown-link href/search/Inventory/usage/Used/availability/In%20Stock target data-toggle> Pre-Owned Inventory /a> /li> li classdropdown-item> a classdropdown-link href/OEMpartfinder target data-toggle> Parts Finder /a> /li> li classdropdown-item> a classdropdown-link hrefhttps://www.p1frc.com/?partnerid779a8f47-18df-479b-9602-ee16497999af target data-toggle> Financing Form /a> /li> li classdropdown-item> a classdropdown-link href/value-your-trade target data-toggle> Value Your Trade /a> /li> li classdropdown-item> a classdropdown-link href/request-a-quote target data-toggle> Get A Quote /a> /li> li classdropdown-item> a classdropdown-link href/schedule-test-drive target data-toggle> Schedule Test Drive /a> /li> /ul> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Rentals i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/rental-request target data-toggle> Rentals /a> /li> li classdropdown-item> a classdropdown-link hrefhttps://spellmansmarine.stellarims.com target_blank data-toggle> Boat Rentals /a> /li> li classdropdown-item> a classdropdown-link href/rental-policy-inventory target data-toggle> Rental Policy Inventory /a> /li> li classdropdown-item> a classdropdown-link href/hampton-boat-rentals target data-toggle> Hampton Boat Rentals /a> /li> /ul> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Dealer Services i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/servicereq target data-toggle> Dealer Services /a> /li> li classdropdown-item> a classdropdown-link href/services-rates target data-toggle> Service Rates /a> /li> /ul> /li> li class> a classroot-link href/testimonials target data-toggle> Customer Corner /a> /li> li class> a classroot-link href/contactus target data-toggle> Contact Us /a> /li> li class> a classroot-link href/employment target data-toggle> Employment /a> /li> /ul>/div>/div>/div>/div>/div>/div>div classari-row header xd-mobile-header4 visible-xs epgc* data-row-id323191 data-element-ida245454c-8e52-427b-902d-9cbe4415b728>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513488 data-element-idfadc95dd-54cc-433a-99d4-ca8a635b679c>div classari-row menu-bar epgc* data-row-id323192 data-element-id6e6090fb-77fc-4543-92c2-c7cad31043bd>div classari-column ari-col-xs-2 epgc* data-column-id513496 data-element-id413b54eb-128b-4d4e-a898-185596daa178>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019092 data-element-idb04af634-80d5-4955-8c2e-adb17d529657>div classphone> a hreftel:+1(631) 728-9200 titleCall Us> span classsr-only>Give us a call!/span> i classfa fa-phone fa-fw fa-lg>/i> /a>/div>/div>/div>div classari-column ari-col-xs-2 epgc* data-column-id513495 data-element-idf836e761-86bc-4f44-a745-e2689d456a73>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019091 data-element-id1e75bce9-28dd-4d5c-b6d1-0687c61a4247>div classlocations> a href/locations titleVisit Us> span classsr-only>Visit Us/span> i classfa fa-map-marker fa-fw fa-lg>/i> /a>/div>/div>/div>div classari-column ari-col-xs-4 epgc* data-column-id513494 data-element-idac8d5c31-1b32-45f5-b764-6c5203809a12>div classcomponent BusinessInformation_1-0-0 ari-componentinstance logo epgc* data-component1019085 data-element-id349cccaa-e9b8-a462-af4b-5f1a6956aa51> a classbusiness-info-logo-link href/> img classbusiness-info-logo srchttps://published-assets.ari-build.com/Content/Published/Site/35220/images/dealer-logo.png altSpellmans Marine /> /a>/div>/div>div classari-column ari-col-xs-2 epgc* data-column-id513493 data-element-idfae89ac8-41b1-49db-b84d-a4afdf73e67a>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019089 data-element-idbb237b15-8a93-4303-a9ef-e031ffbfb816>div classsearch-btn> span titleSearch data-togglecollapse data-target.xd4-mobile-search onclickthis.classList.toggle(collapsed);> span classsr-only>Toggle Search Bar/span> i classfa fa-search fa-lg fa-fw>/i> /span>/div>/div>/div>div classari-column ari-col-xs-2 epgc* data-column-id513492 data-element-idd03f1cec-aece-4301-94d6-c28f223142f8>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019088 data-element-idab9266d3-dd3a-4776-bdb3-ced54ac890de>div classmenu-btn> span titleMenu data-togglecollapse data-target.xd4-mobile-nav classnavbar-toggle collapsed onclickthis.classList.toggle(collapsed);> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /span>/div>/div>/div>/div>/div>div classari-column xd4-mobile-search collapse ari-col-xs-12 epgc* data-column-id513489 data-element-id51b92d8d-d16d-457f-91ae-1355194f1dd6>div classcomponent SearchBar_1-0-0 ari-componentinstance epgc* data-component1019093 data-element-id177a656f-1ad1-4b34-b77d-7aa1729a4b9c>div idsearchBar_860d1e81-8235-4e5d-ba00-ea5f68ba4c6e classsearchBar> div classinput-group search rolesearch> input namequery typetext classqueryString form-control typeahead tt-cursor tt-highlight placeholderSearch... value/> span classinput-group-btn> button idmicBtn typebutton classmicBtn btn btn-default> i idmicImg classfa fa-microphone>/i> /button> button classsearchBtn btn btn-primary typesubmit> i classfa fa-search>/i> /button> /span> /div>/div>/div>/div>div classari-column xd4-mobile-nav collapse ari-col-xs-12 epgc* data-column-id513490 data-element-id4c44649a-348e-4ed1-abff-1844e21901ba>div classcomponent PrimaryNavigation_1-0-0 ari-componentinstance epgc* data-component1019087 data-element-idfc1940e8-a030-4472-a6bb-2b1b26509681>div classnavbar-header> button typebutton idprimary-nav-1-toggler classnavbar-toggle collapsed data-togglecollapse data-target#primnav-1-collapse aria-expandedfalse> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button>/div>div classcollapse navbar-collapse idprimnav-1-collapse> ul classnav navbar-nav sft-justified> li class> a classroot-link href/ target data-toggle> Home /a> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Showroom i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/new-models target data-toggle> Showroom /a> /li> li classdropdown-item> a classdropdown-link href/search/Inventory/usage/New/availability/In%20Stock target data-toggle> Current New Inventory /a> /li> li classdropdown-item> a classdropdown-link href/search/Inventory/usage/Used/availability/In%20Stock target data-toggle> Pre-Owned Inventory /a> /li> li classdropdown-item> a classdropdown-link href/OEMpartfinder target data-toggle> Parts Finder /a> /li> li classdropdown-item> a classdropdown-link hrefhttps://www.p1frc.com/?partnerid779a8f47-18df-479b-9602-ee16497999af target data-toggle> Financing Form /a> /li> li classdropdown-item> a classdropdown-link href/value-your-trade target data-toggle> Value Your Trade /a> /li> li classdropdown-item> a classdropdown-link href/request-a-quote target data-toggle> Get A Quote /a> /li> li classdropdown-item> a classdropdown-link href/schedule-test-drive target data-toggle> Schedule Test Drive /a> /li> /ul> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Rentals i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/rental-request target data-toggle> Rentals /a> /li> li classdropdown-item> a classdropdown-link hrefhttps://spellmansmarine.stellarims.com target_blank data-toggle> Boat Rentals /a> /li> li classdropdown-item> a classdropdown-link href/rental-policy-inventory target data-toggle> Rental Policy Inventory /a> /li> li classdropdown-item> a classdropdown-link href/hampton-boat-rentals target data-toggle> Hampton Boat Rentals /a> /li> /ul> /li> li classdropdown auto-drop> a classroot-link href# target_self data-toggledropdown> Dealer Services i classfa fa-caret-down>/i> /a> ul classdropdown-menu rolemenu> li classdropdown-item> a classdropdown-link href/servicereq target data-toggle> Dealer Services /a> /li> li classdropdown-item> a classdropdown-link href/services-rates target data-toggle> Service Rates /a> /li> /ul> /li> li class> a classroot-link href/testimonials target data-toggle> Customer Corner /a> /li> li class> a classroot-link href/contactus target data-toggle> Contact Us /a> /li> li class> a classroot-link href/employment target data-toggle> Employment /a> /li> /ul>/div>/div>/div>/div>/div>div classari-section hero-shot epgc* fullResolution data-section-id165190 data-section-nameHero Shot data-element-idb19dcdb2-6664-4feb-92c9-a54a375bcbaa>div classari-row wrapper-heroshot epgc* data-row-id317318 data-element-idcd3673e7-970c-400e-8dac-7dc6d5a5b9bc>div classari-column heroVideo ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513446 data-element-id233c578f-eeec-9f4e-1801-f756fadac3ab>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019027 data-element-idd28311b3-2a22-1b50-043b-35b3e4431bbb>div classembed-responsive embed-responsive-16by9> div idytplayer>/div>/div>/div>/div>/div>/div>div classari-section index-ctas epgc* data-section-id165192 data-section-nameCTAs data-element-id64d2304e-ab37-4532-b027-0a9eb6aa30a0>div classari-row epgc* data-row-id317322 data-element-id9e28f22a-747d-4ba3-8d69-f002ac2746dd>div classari-column contain-ctas ari-col-xs-12 ari-col-sm-12 epgc* data-column-id505400 data-element-idd16fc1c5-326f-4524-834d-8a6bf68a108b>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance epgc* data-component992643 data-element-id6ddc4c7e-9560-4654-b25e-782d82dc180c>div class> div classdynamic-cta> a href/search/Inventory/usage/New/availability/In%20Stock classmini-jumbotron target_self> img src//cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/ctas/new-inventory-cta.jpg altNew Inventory titleNew Inventory classcenter-block img-responsive> div> h2>New/h2> p>Inventory/p> /div> /a> /div>/div>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance epgc* data-component1019030 data-element-id1ac2c584-c992-5b53-601d-6fdb5ade9008>div class> div classdynamic-cta> a href/search/Inventory/usage/Used/availability/In%20Stock classmini-jumbotron target_self> img src//cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/ctas/pre-owned-inventory-cta.jpg altPre-Owned Inventory titlePre-Owned Inventory classcenter-block img-responsive> div> h2>Pre-Owned/h2> p>Inventory/p> /div> /a> /div>/div>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance epgc* data-component1019031 data-element-idd5966aa4-bf37-a841-f95d-fe3bd125b234>div class> div classdynamic-cta> a hrefhttps://www.p1frc.com/?partnerid779a8f47-18df-479b-9602-ee16497999af classmini-jumbotron target_blank> img src//cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/ctas/financing-cta.jpg altFinancing titleFinancing classcenter-block img-responsive> div> h2>See/h2> p>Financing/p> /div> /a> /div>/div>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance epgc* data-component1019032 data-element-id14fc1d40-8157-b780-e640-b21b6bd29fd8>div class> div classdynamic-cta> a href/rental-request classmini-jumbotron target_self> img src//cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/ctas/rentals-cta.jpg altOur Rentals titleOur Rentals classcenter-block img-responsive> div> h2>Our/h2> p>Rentals/p> /div> /a> /div>/div>/div>/div>/div>/div>div classari-section index-offer epgc* data-section-id165194 data-section-nameOffer Rotator data-element-idae642573-10a4-47a3-8297-aff0a295eff0>div classari-row epgc* data-row-id317324 data-element-id503d4fa2-942c-4a6e-9c99-daf45350586a>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id505402 data-element-idd19f667d-592e-4b79-8bb7-39c74be237cb>div classcomponent OfferRotator_1-0-0 ari-componentinstance epgc* data-component992601 data-element-idbf66c92a-2722-4575-9243-8bebdc7f3360> div classoffer-rotator row offer-rotator-nav-bar> span classautoRotate data-auto-rotateTrue>/span> span classautoSpeed data-auto-speed3000>/span> div idnavDots classoffer-slider> div classslide> a href/new-models/hurricane-258 classrotoSlide > picture> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2ff1da5553-2c3e-4bf9-bada-5c5980020955.jpg&w450 media(max-width: 450px) /> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2ff1da5553-2c3e-4bf9-bada-5c5980020955.jpg&w600 media(max-width: 600px) /> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2ff1da5553-2c3e-4bf9-bada-5c5980020955.jpg&w760 media(max-width: 760px) /> img src//cdnmedia.endeavorsuite.com/images/corporate/webdesign/merchslides/Hurricane/f1da5553-2c3e-4bf9-bada-5c5980020955.jpg altHurricane Boats titleHurricane Boats /> /picture> /a> div classdescription text-center> a href/new-models/hurricane-258 classrotoSlide > h2 classheader>Hurricane Boats/h2> span classbtn btn-default subHeader>Hurricane Boats/span> /a> /div> /div> div classslide> a href/new-models/hurricane-258 classrotoSlide > picture> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2f26cd4416-ab0d-4900-9051-e372542c00cc.jpg&w450 media(max-width: 450px) /> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2f26cd4416-ab0d-4900-9051-e372542c00cc.jpg&w600 media(max-width: 600px) /> source srcsethttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcorporate%2fwebdesign%2fmerchslides%2fHurricane%2f26cd4416-ab0d-4900-9051-e372542c00cc.jpg&w760 media(max-width: 760px) /> img src//cdnmedia.endeavorsuite.com/images/corporate/webdesign/merchslides/Hurricane/26cd4416-ab0d-4900-9051-e372542c00cc.jpg altHurricane Boats titleHurricane Boats /> /picture> /a> div classdescription text-center> a href/new-models/hurricane-258 classrotoSlide > h2 classheader>Hurricane Boats/h2> span classbtn btn-default subHeader>Hurricane Boats/span> /a> /div> /div> /div> /div>/div>/div>/div>div classari-row epgc* data-row-id330966 data-element-id2a38a960-d3ea-28a2-d3a1-896a75374011>/div>/div>div classari-section index-logobar epgc* data-section-id165193 data-section-nameLogo Bar data-element-id9c13a9f8-7e29-47a6-9192-002872c3678f>div classari-row epgc* contain data-row-id323455 data-element-id79274c7e-fde4-ef44-c699-dde254f17ff3>div classari-column title-section ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513966 data-element-id6c1d113e-1ff6-c6fb-dc3d-75a6ba385200>div classcomponent BusinessInformation_1-0-0 ari-componentinstance first-title epgc* data-component1019992 data-element-id053f6a8e-a010-c97d-da7d-28fa725a36a4> span classbusiness-info-slogan>Browse/span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance second-title epgc* data-component1019993 data-element-ide61f2ebc-6ed5-5b2f-b611-5762688b6055> span classbusiness-info-slogan>By Brand/span>/div>/div>/div>div classari-row logobar-area epgc* data-row-id317323 data-element-idde431430-23c0-45a5-b3d8-13c334242112>div classari-column bike-holder ari-col-xs-12 ari-col-sm-5 epgc* data-column-id513967 data-element-id3c2c73fa-41a8-b773-eeb6-d683c3edcfe6>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance bike epgc* data-component1019994 data-element-id3d5c9f9e-edac-9d28-7399-d93492ff1d39>div class> div classdynamic-cta> img src//cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/background-section/2019_Yamaha_190FSH.png altYamaha Boat titleYamaha Boat classcenter-block img-responsive> div> /div> /div>/div>/div>/div>div classari-column pull-right ari-col-xs-12 ari-col-sm-7 epgc* data-column-id505401 data-element-id84702e41-57a0-48af-b0f9-c40622012ba9>div classcomponent LogoBar_1-0-0 ari-componentinstance epgc* data-component992612 data-element-id17cd6439-138b-4da7-b87b-53edcd4abea9> div data-logo-number3>/div> div data-logo-rotatetrue>/div>div classproductOwnerLogos> div classrow> div classcol-xs-12> div classproduct-owner-logos product-owner-logos-slider product-owner-logos-slider-lg> div> div classlogo-bar-logo> a classlogoImage href/search/inventory/Brand/Grady-White target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fshowcase%2fproductOwner_colorLogos%2fmarine%2fgrady-white.png&mw243&mh132&f1 altGrady-White /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory/Brand/Hurricane target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fshowcase%2fproductOwner_colorLogos%2fmarine%2fhurricane.png&mw243&mh132&f1 altHurricane /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory/Brand/Yamaha target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fshowcase%2fproductOwner_colorLogos%2fmarine%2fyamaha_outboards.png&mw243&mh132&f1 altYamaha /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory/Brand/Zodiac target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fshowcase%2fproductOwner_colorLogos%2fmarine%2fzodiac.png&mw243&mh132&f1 altZodiac /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?img%2f%2fcdnmedia.endeavorsuite.com%2fimages%2forganizationsstg%2faa4fc077-72a6-4bc6-9a9d-99f44d228131%2flogobar-custom%2fHighfield.png&mw243&mh132&f1 altHighfield Boats /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?img%2f%2fcdnmedia.endeavorsuite.com%2fimages%2forganizationsstg%2faa4fc077-72a6-4bc6-9a9d-99f44d228131%2flogobar-custom%2fRelease.jpg&mw243&mh132&f1 altRelease /> /a> /div> /div> div> div classlogo-bar-logo> a classlogoImage href/search/inventory target> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?img%2f%2fcdnmedia.endeavorsuite.com%2fimages%2forganizationsstg%2faa4fc077-72a6-4bc6-9a9d-99f44d228131%2flogobar-custom%2ftwinvee_logo-horizontal-main.png&mw243&mh132&f1 altTwin Vee /> /a> /div> /div> /div> /div> /div>/div>script srchttps://cdn.jsdelivr.net/knockout/3.4.0/knockout.js>/script>script srchttps://cdn.jsdelivr.net/combine/npm/corejs-typeahead@1.3.0,npm/underscore@1.9.2,npm/sortablejs@1.10.2>/script>/div>/div>/div>/div>div classari-section index-welcome-area epgc* fullResolution data-section-id165191 data-section-nameMain Page Asset data-element-id998fa81f-f42d-4e8d-8361-e31e0baa7628>div classari-row epgc* contain data-row-id317319 data-element-idd5d3f11e-2af8-4904-86e8-0613384c5716>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id505396 data-element-idb0f244ff-d7ea-4410-b4d8-fe64a2c11e0d>div classcomponent PageAsset_1-0-0 ari-componentinstance epgc* data-component992596 data-element-ide96eafa4-be83-4023-b7ce-616248689186> div classrow> div classcol-xs-12> div classecomm_asset>div classwelcome-area>div classtext>h1>Welcome to span>Spellmans Marine, Inc./span>/h1>p>Spellmans Marine has been creating the ultimate boating experience for all of Long Island since 1958. We are your one-stop boating shop built on three generations of excellence in sales and service. Shop among our boat lines, Grady White, Hurricane, and Zodiac; and motors from Yamaha and Evinrude./p>a classbtn btn-primary href/aboutus titleRead More>Read More/a>/div>/div>/div> /div> /div>/div>/div>/div>div classari-row epgc* data-row-id317320 data-element-idc54ce383-7c8b-48af-98dd-cbdea32977e7>/div>/div>div classari-section index-finv epgc* data-section-id169550 data-section-nameFeatured Inventory data-element-id731e577a-b673-cf07-d0fe-ce64789ac52b>div classari-row epgc* contain data-row-id323171 data-element-idb8ac97ae-1ab8-113c-851a-576a394218a0>div classari-column title-section ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513449 data-element-id0198a698-05ca-6426-f7cb-d8c8ec6d268d>div classcomponent BusinessInformation_1-0-0 ari-componentinstance first-title epgc* data-component1019035 data-element-id4b23efa7-95f3-10a7-971e-0f48ef0c5604> span classbusiness-info-slogan>Featured/span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance second-title epgc* data-component1019036 data-element-idb44ba45d-7a1a-f320-e1d4-a5dce819ef02> span classbusiness-info-slogan>Inventory/span>/div>/div>/div>div classari-row epgc* contain data-row-id323170 data-element-id14805598-11d2-b5e4-3c97-48f4a06b5c90>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513448 data-element-id22c13ed2-cb66-9db3-ee8b-b51a42f5b018>div classcomponent ItemGroup_1-0-0 ari-componentinstance epgc* data-component992600 data-element-id73c96244-26ad-f411-a8e4-8820aacfa7e7>div classfeaturedItems> div classrow> div classcol-xs-12> h2 classheaderTitle>Featured Inventory/h2> /div> /div> div classrow> div classcol-xs-12> div classitem-group item-group-slider item-group-slider-lg> div> div classitemMedia> a href//www.spellmansmarine.com/inventory/2019-grady-white-freedom-325-hampton-bays-ny-11946-12611497i classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?img%2f%2fcdnmedia.endeavorsuite.com%2fimages%2forganizations%2fstg%2faa4fc077-72a6-4bc6-9a9d-99f44d228131%2finventory%2f12611497%2fe1583d79-7441-487d-8c3b-02df14e3ad3c.jpeg&mw300&mh197&f1 altFreedom 325 /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/inventory/2019-grady-white-freedom-325-hampton-bays-ny-11946-12611497i> 2019 Grady-White Freedom 325(Grady-White) /a> /div> div classtext-primary itemPrice> strong> $240,125.00 /strong> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2023-grady-white-canyon-306-28850831b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22910%2fproducts%2fdetail%2fe9feca3a-e061-4ea8-b0b0-e798da2554b0.jpg&mw300&mh197&f1 altCanyon 306 /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2023-grady-white-canyon-306-28850831b> 2023 Grady-White Canyon 306(Grady-White) /a> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2023-grady-white-canyon-326-28850832b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22910%2fproducts%2fdetail%2f680df27e-d640-4c14-91a9-beba83dd8bee.jpg&mw300&mh197&f1 altCanyon 326 /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2023-grady-white-canyon-326-28850832b> 2023 Grady-White Canyon 326(Grady-White) /a> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2023-hurricane-sundeck-187-ob-28853683b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22917%2fproducts%2fdetail%2f6441fec0-f5f2-494c-9b9d-0d457171fa0d.jpg&mw300&mh197&f1 altSunDeck 187 OB /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2023-hurricane-sundeck-187-ob-28853683b> 2023 Hurricane SunDeck 187 OB(Hurricane) /a> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2023-hurricane-sundeck-191-ob-28853650b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22917%2fproducts%2fdetail%2f2389a6e2-35a8-4cf8-b056-a350cac387cf.jpg&mw300&mh197&f1 altSunDeck 191 OB /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2023-hurricane-sundeck-191-ob-28853650b> 2023 Hurricane SunDeck 191 OB(Hurricane) /a> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2022-zodiac-zodiac-nautic-cadet-240-rib-alu-28848900b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22879%2fproducts%2fdetail%2f1666b01d-c2fa-4375-a2de-b8f384943e0f.jpg&mw300&mh197&f1 altZodiac Nautic™ Cadet 240 Rib Alu /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2022-zodiac-zodiac-nautic-cadet-240-rib-alu-28848900b> 2022 Zodiac Zodiac Nautic™ Cadet 240 Rib Alu(Zodiac) /a> /div> /div> /div> div> div classitemMedia> a href//www.spellmansmarine.com/new-models/2022-zodiac-zodiac-nautic-ejet-450-28848386b classitemImage> img classimg-responsive center-block data-lazyhttps://cdnmedia.endeavorsuite.com/images/ThumbGenerator/Thumb.aspx?imghttp%3a%2f%2fcdnmedia.endeavorsuite.com%2fimages%2fcatalogs%2f22879%2fproducts%2fdetail%2fc970dd67-3e2c-4d07-962a-adc191dc5232.jpg&mw300&mh197&f1 altZodiac Nautic™ eJET 450 /> /a> /div> div classitemDetail> div classitemTitle> a href//www.spellmansmarine.com/new-models/2022-zodiac-zodiac-nautic-ejet-450-28848386b> 2022 Zodiac Zodiac Nautic™ eJET 450(Zodiac) /a> /div> /div> /div> div> /div> /div> /div> /div>/div>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance cta-section epgc* data-component1019050 data-element-id1d676f5b-67a5-8fd9-04b0-d4a2f4fae9be>div class> div classdynamic-cta> a href/itemgroup classmini-jumbotron target_self> div> h2>More Featured Inventory »/h2> /div> /a> /div>/div>/div>/div>/div>/div>div classari-section footer epgc* data-section-id165188 data-section-nameFooter data-element-ide1ed5a3b-ddfd-4d2e-bb62-ea1fd70f0ecd>div classari-row footer-top epgc* contain data-row-id323193 data-element-ide6d233bc-0b85-a0d6-6a24-4c9072574cf8>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513498 data-element-id226359d0-7da2-1a90-16cc-ec1a28d1e17a>div classari-row wrapper-footer epgc* data-row-id323194 data-element-idef716eba-a6dc-b65d-0334-48c1a5961be7>div classari-column footer-item ari-col-xs-12 ari-col-sm-12 epgc* data-column-id513499 data-element-idddc8597a-182f-0c85-9d25-3f29a5f40951>div classcomponent BusinessInformation_1-0-0 ari-componentinstance footer-title epgc* data-component1019095 data-element-id7fd19422-4efe-4668-5c18-2f95449bcf75> span classbusiness-info-slogan>Spellmans Marine/span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance address epgc* data-component1019096 data-element-id4b2bd8bf-800f-bead-c593-4c8d8bbb6941> div classstacked-address> span classbusiness-info-address1>262 E Montauk Hwy/span> br /> span classbusiness-info-city>Hampton Bays, /span> span classbusiness-info-region>NY /span> span classbusiness-info-postal>11946/span> /div>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance phone epgc* data-component1019070 data-element-idb0f5bbef-2c41-0a9c-ccbf-23a953059779> span classbusiness-info-phone> a hreftel:(631) 728-9200>(631) 728-9200/a> /span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance footer-title epgc* data-component1019097 data-element-idb9a35349-5623-a148-6b79-9e42bbbf50d9> span classbusiness-info-slogan>Store Hours/span>/div>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019098 data-element-id28a973b0-342a-4cc4-983a-3dc8e0eb26d7>div classhours> ul classhours-group> li classhours-item> span classhours-name>Monday: /span>span classhours-value>Closed/span> /li> li classhours-item> span classhours-name>Tuesday-Saturday: /span>span classhours-value>8:00 a.m. - 5:00 p.m./span> /li> li classhours-item> span classhours-name>Sunday: /span>span classhours-value>Closed/span> /li> /ul>/div>/div>/div>div classari-column footer-item middle ari-col-xs-12 epgc* data-column-id513500 data-element-id13bc36bc-d5a7-7fbd-be13-4f69aad4b117>div classcomponent BusinessInformation_1-0-0 ari-componentinstance logo epgc* data-component1019085 data-element-id5f055223-4427-b725-e689-475924eb7f78> a classbusiness-info-logo-link href/> img classbusiness-info-logo srchttps://published-assets.ari-build.com/Content/Published/Site/35220/images/dealer-logo.png altSpellmans Marine /> /a>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance epgc* data-component1019083 data-element-id03a9ebec-d5b8-c023-b32a-18e61e21773b> ul classbusiness-info-socialmedia> li classsocial-media facebook> a hrefhttps://www.facebook.com/SpellmansMarine titleFacebook target_blank> span classfa-stack fa-lg> i classfa fa-circle fa-stack-2x>/i> i classfa fa-facebook fa-stack-1x fa-inverse>/i> /span> /a> /li> li classsocial-media instagram> a hrefhttps://www.instagram.com/spellmansmarine/ titleInstagram target_blank> span classfa-stack fa-lg> i classfa fa-circle fa-stack-2x>/i> i classfa fa-instagram fa-stack-1x fa-inverse>/i> /span> /a> /li> /ul>/div>div classcomponent CTA-Component-with-Alt-Text_1-0-0 ari-componentinstance cta-section epgc* data-component1019099 data-element-id489c5dfd-fff8-caac-cacc-73965fe31307>div class> div classdynamic-cta> a href/contactus classmini-jumbotron target_self> div> h2>Contact Us/h2> /div> /a> /div>/div>/div>/div>div classari-column footer-item ari-col-xs-12 epgc* data-column-id513501 data-element-id6fa81ae6-bcce-3241-35b5-527ef029fd42>div classcomponent BusinessInformation_1-0-0 ari-componentinstance footer-title epgc* data-component1019100 data-element-id34268380-1b4e-e5e4-17cf-f888d8d433d0> span classbusiness-info-slogan>Service Center/span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance address epgc* data-component1019101 data-element-id12bc7e36-bf54-515e-17d5-3c4bcb0d4ac1> div classstacked-address> span classbusiness-info-address1>23 Rampasture Rd/span> br /> span classbusiness-info-city>Hampton Bays, /span> span classbusiness-info-region>NY /span> span classbusiness-info-postal>11946/span> /div>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance phone epgc* data-component1019104 data-element-id8a2c8ab9-2aa0-44a6-ff68-d02e70e8c3cd> span classbusiness-info-phone> a hreftel:(631) 728-1341>(631) 728-1341/a> /span>/div>div classcomponent BusinessInformation_1-0-0 ari-componentinstance footer-title epgc* data-component1019102 data-element-id7b6be5d3-4b80-ce68-4c56-fb732582f967> span classbusiness-info-slogan>Store Hours/span>/div>div classcomponent Template_1-0-0 ari-componentinstance epgc* data-component1019103 data-element-idbd655b51-e118-b1f2-06a9-980296f85eee>div classhours> ul classhours-group> li classhours-item> span classhours-name>Sunday-Monday: /span>span classhours-value>Closed/span> /li> li classhours-item> span classhours-name>Tuesday-Saturday: /span>span classhours-value>8:00 a.m. - 5:00 p.m./span> /li> /ul>/div>/div>/div>/div>/div>/div>div classari-row footer-bottom epgc* data-row-id317316 data-element-id59ef109f-6900-42da-9d2b-2bdffd4d9372>div classari-column ari-col-xs-12 ari-col-sm-12 epgc* data-column-id505392 data-element-id6688d525-a0a2-4a57-bc28-7c972ebef841>div classcomponent Template_1-0-0 ari-componentinstance contain epgc* data-component1019077 data-element-id302f53cb-9278-dd06-606b-808bf1cd119e>div classbottom-row> div classfooter-copyright> a hrefhttps://www.dealerspike.com/ target_blank titlePowered by Dealer Spike> small>Copyright© script>document.write(new Date().getFullYear())/script> Dealer Spike All Rights Reserved./small> /a> /div> div classfooter-ds-logo> a hrefhttps://www.dealerspike.com titlePowered by Dealer Spike target_blank> img srchttps://cdnmedia.endeavorsuite.com/images/organizationsstg/aa4fc077-72a6-4bc6-9a9d-99f44d228131/background-section/ds-logo-light.png?v1712100112203 altPowered by Dealer Spike> /a> /div> div classfooter-nav> small> ul> li> a href/accessibility titleAccessibility>Accessibility/a> /li> li> a href/privacypolicy titlePolicy>Policy/a> /li> li> a href/termsandconditions titleTerms>Terms/a> /li> li> a href/sitemap titleSite Map>Site Map/a> /li> /ul> /small> /div>/div>/div>/div>/div>/div>div classari-section epgc* data-section-id165189 data-section-nameTracking Codes data-element-id30217b18-1a59-43b3-8351-fd4bf327ebc0>div classari-row epgc* data-row-id317317 data-element-id01fb8e44-1e2e-475d-bcce-2bbf7b213b33>div classari-column min-height-0 ari-col-xs-12 ari-col-sm-12 epgc* data-column-id505393 data-element-id0ba81718-170b-4515-924e-fe858b6b6832>div classcomponent GoogleAnalytics_1-0-0 ari-componentinstance epgc* data-component992627 data-element-ideaf776aa-e15f-4c0f-82eb-7e07d847ffa5>/div>div classcomponent GoogleTagManager_1-0-0 ari-componentinstance epgc* data-component992631 data-element-idde1af97c-5aae-4bd9-8071-223674eb75e6>/div>div classcomponent AdTracking_1-0-0 ari-componentinstance epgc* data-component992621 data-element-id1e1200d6-226a-4059-9166-39612743a2ac>/div>div classcomponent LeadForm_1-0-0 ari-componentinstance epgc* data-component1032414 data-element-idf67b05c0-5d85-b50f-796e-22383b564753> span classari-form idAriForm_957e8564-8f0d-4525-8bf3-3673144b4890> span data-form-id3168>/span> span data-system-form-id67>/span> span data-form-nameCustom LeadPop Contact Us>/span> span classdatasource hidden>{}/span> span data-lead-typeleadpop>/span> span data-form-submit-txtSubmit>/span> span data-form-enable-optinFalse>/span> span data-form-confirm-minimum-age-enabledFalse>/span> span data-form-minimum-age17>/span> span data-form-autoreplyTrue>/span> span data-form-disable-auto-reply-dealersFalse>/span> span data-form-iscustomFalse>/span> span data-form-reply>/span> span data-dealer-notification-override>/span> span classindustry-datasource hidden>/span> span data-encryption-key-id0>/span> span data-delivery-targetAri>/span> span data-lead-source0>/span> span classisNewVdp data-isNewVdpFalse>/span> span data-is-phone-number-requiredFalse>/span>input idleadPopModalId nameleadPopModalId typehidden valueAriFormModal_957e8564-8f0d-4525-8bf3-3673144b4890 /> div classmodal fade form-modal modal-leadpop tabindex-1 roledialog idAriFormModal_957e8564-8f0d-4525-8bf3-3673144b4890> div classmodal-dialog> div classmodal-content> div classmodal-header> button typebutton classclose data-dismissmodal aria-labelClose>span aria-hiddentrue>×/span>/button> h3 classmodal-title>Looking for a boat?/h3> /div> div classmodal-body> div classform-message>Our team of experts is ready to help. Jump start the search by contacting us now./div> div classsuccess-message hidden>/div> div classerror alert alert-danger hidden>An error occurred while submitting this form./div> div classadditional-message hidden> /div> div classari-form-container>/div> /div> /div> /div> /div> /span>/div>div classcomponent AdTracking_1-0-0 ari-componentinstance epgc* data-component1082209 data-element-id6bbb8e72-731b-5102-48a4-a802f87a6d5b>/div>/div>/div>/div>/div> script typetext/javascript src//published-assets.ari-build.com/Content/Published/ComponentVersion/1476/audio_eye-2.js?vl7Hd+AwvLkqScQmwC95hdg-637152391152030000 >/script> script typetext/javascript src//published-assets.ari-build.com/Content/Published/ComponentVersion/3684/ada-v2.1.js?vl7Hd+AwvLkqScQmwC95hdg-637316457422370000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/ComponentVersion/23/configIndex.js?vl7Hd+AwvLkqScQmwC95hdg-638699709799500000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/ComponentVersion/23/knockout-sortable.js?vl7Hd+AwvLkqScQmwC95hdg-638699709799500000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/ComponentVersion/23/logoSlider.js?vl7Hd+AwvLkqScQmwC95hdg-638699709799500000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/ComponentVersion/9/offerRotator.js?vl7Hd+AwvLkqScQmwC95hdg-638835698717270000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/Theme/54/scripts/scripts-bundle.min.js?vl7Hd+AwvLkqScQmwC95hdg-638949450726770000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/Site/35220/customScripts.js?vl7Hd+AwvLkqScQmwC95hdg-638991505310570000 >/script> script typetext/javascript srchttps://published-assets.ari-build.com/Content/Published/Site/35220/heroVideo.js?vl7Hd+AwvLkqScQmwC95hdg-638991505310570000 >/script> !-- Component external scripts--> !-- Component internal scripts--> script src//published-assets.ari-build.com/Areas/SearchBar_1.0.0/Content/scripts/searchBar.js?v1.0.0.21>/script> script src//published-assets.ari-build.com/Areas/ItemGroup_1.0.0/Content/scripts/itemSlider.js?v1.0.0.21>/script> script src//published-assets.ari-build.com/Areas/LeadForm_1.0.0/Content/scripts/leadForms.js?v1.0.0.21>/script> script src//published-assets.ari-build.com/Areas/LeadForm_1.0.0/Content/scripts/leadPop.js?v1.0.0.21>/script> !-- Component inline scripts--> script typetext/javascript> new SearchBar(#searchBar_b6088f9f-88a5-4939-8114-a1568a978bd1, , /SearchRoot/1.0.0/Home); new SearchBar(#searchBar_860d1e81-8235-4e5d-ba00-ea5f68ba4c6e, , /SearchRoot/1.0.0/Home); new OfferRotator(); if (typeof leadforms undefined) { var leadforms { forms: {} }; } $.alpaca.Form.prototype.enableSubmitButton function () { $(.alpaca-form-button-submit, this.domEl).attrProp(disabled, false); if ($.mobile) { try { $(.alpaca-form-button-submit, this.domEl).button(refresh); } catch (e) { } } }; $.alpaca.Form.prototype.disableSubmitButton function () { $(.alpaca-form-button-submit, this.domEl).attrProp(disabled, true); if ($.mobile) { try { $(.alpaca-form-button-submit, this.domEl).button(refresh); } catch (e) { } } }; leadforms.formsAriForm_957e8564-8f0d-4525-8bf3-3673144b4890 new LeadForm(); $(#AriFormModal_957e8564-8f0d-4525-8bf3-3673144b4890).on(show.bs.modal, function (e) { if (!leadforms.formsAriForm_957e8564-8f0d-4525-8bf3-3673144b4890.alpacaObj) { leadforms.formsAriForm_957e8564-8f0d-4525-8bf3-3673144b4890.boot(#AriForm_957e8564-8f0d-4525-8bf3-3673144b4890, {schema:{type:object,properties:{locationid:{title:Location},name:{title:First Name,required:true},cf_comments:{type:string,title:Last Name,required:true},phone:{title:Phone,required:true},email:{title:Email,required:true},message:{type:string,title:Comments}}},options:{fields:{locationid:{type:hidden,autocomplete:on},phone:{type:phone,autocomplete:on},message:{type:textarea,autocomplete:on},email:{type:email,autocomplete:on},cf_comments:{type:text,autocomplete:on},name:{autocomplete:on}}}}, ); } }); $(#AriFormModal_957e8564-8f0d-4525-8bf3-3673144b4890).on(shown.bs.modal, function (e) { $(body).addClass(modal-open); }); $(function() { var config new LeadPop(); }); /script> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]