Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (2024)

ByColin Wolfon Fri, Mar 31, 2023 at 1:54 pm

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (1)

Photo via Zillow

A sprawling waterfront estate owned by Hillsborough County Sheriff Chad Chronister and wife Nikki DeBartolo is now for sale in South Tampa.

The9,332-square-foothome was purchased by the couple in 2010 for $5,150,000, andsits on two waterfront lots.

According to the listing, the three-story mansion comes with six bedrooms and eight bathrooms, as well as two kitchens, a wine cellar, an elevator, a gym, a dog park, a four-car garage, pool, media room, library,an "entertainment dock" and a "pristine yacht facility."

The current asking price is $15,499,00,which would be more than any home sold in the Tampa Bay area over the last year. As of now, only Derek Jeter's Davis Islands estate has sold for more, at $22.5 million back in 2021.

A few things worth noting in the listing photos included a framed version of the "One Kiss Changed Everything" story, which was first published in the St. Petersburg Times in 2005, and documents the couple's courtship and eventual marriage. Notably, there's also a banner hanging in Chad's gym with the phrase "Be a bad ass with a good ass."

Before it was even completed in 2003, the Sunset Park behemoth estate was the subject of controversy, and was referred to as a "Titanic" and one of South Tampa's first "McMansions" in a 2002 St. Petersburg Times article titled "Neighborhood Monsters."

"It is called a McMansion, a monster house, a house that looms over the neighborhood," said the St. Petersburg Times. "Some say it is the American dream to own such a home. Others say it is what is wrong with supersized America."

Chronister, a registered Republican who's been Hillsborough County's sheriff since 2017, married NikkiDeBartolo back in 2010. Her father is billionaire Eddie DeBartolo Jr., the former San Francisco 49ers owner who famously pleaded guilty in a 1998 corruption case but waslater pardoned by former president Donald Trump.

The home's listing agent is Toni Everett, with the Toni Everett Company.

Tags:

  • Chad Chronister,
  • HCSO,
  • Hillsborough County Sheriff,
  • NikkiDeBartolo,
  • Eddie DeBartolo Jr,
  • Tampa Bay real estate,
  • South Tampa homes for sale,
  • Florida mansions

Scroll down to view images

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (3)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (4)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (5)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (6)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (7)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (9)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (10)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (11)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (12)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (13)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (14)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (15)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (16)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (17)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (18)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (19)

Photo via Zillow

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (20)

Photo via Zillow

Page 1 of 3

Next Page

`this.removeSpinner = () => {jQuery(slideshowInstance.itemContainerSelector + ' div[uk-spinner]').remove()};this.prevPageLinkHTML = `Previous Page `this.nextPageLinkHTML = `Next Page `Object.defineProperties(this, {'items': { get: function() { return jQuery(this.itemContainerSelector).find(this.itemSelector)}},'currentItem': {get: function() {var foundItem = nullvar foundItemInView = nullthis.items.each(function () {var currentInView = elementInView(jQuery(this), scrollTopOffset, 0)if (currentInView) {// An in view item is already located extra logicif (foundItemInView && foundItemInView.inView) {// The entire previously found item is visible - it winsif (foundItemInView.topInView && foundItemInView.bottomInView) return// The previously found item covers the visible area - it winsif (foundItemInView.middleCoversView) return// The previously found item has more surface area - it winsif (foundItemInView.percentVisable > currentInView.percentOfViewHeight) return}foundItem = jQuery(this)foundItemInView = currentInView}})return foundItem}},'currentItemIndex': {get: function() {var currentElement = this.currentItem.closest('[slide-index]')if(currentElement) {return parseInt(currentElement.attr('slide-index'))}return null}},'currentItemId': {get: function() {var currentElement = this.currentItem.closest('[slide-id]')if(currentElement) {return currentElement.attr('slide-id')}return null}}})var slideshowInstance = this// xxx for debuggering - igwindow.slideshowInstance = slideshowInstance;var scrollTopOffset = window.innerHeight > this.smallMenuBreakPoint ? 110 : 140var originUrl = window.location.hrefthis.scrollToIndex = function (index) {var slideItem = this.items.filter('[slide-index="' + index + '"]')if (slideItem.length) { var topOffset = slideItem.offset().top - scrollTopOffset// window.scrollTo({ top: topOffset, behavior: 'smooth' })window.scrollTo({ top: topOffset, behavior: 'auto' })}else {this.fetchMore(index, function () {slideshowInstance.scrollToIndex(index)})}}this.fetchMore = function (startIndex, callback) {var currentItemOnFetch = this.currentItemvar url = '/tampa/hillsborough-county-sheriff-chad-chronister-is-selling-his-south-tampa-waterfront-compound-for-155-million/Slideshow/15384663'var params = {ajaxComponent: componentId,action: 'grabMore',startIndex: startIndex,oid: slideshowOid,cb: '1696607392',}if (paginate) {params.paginate = paginate;}var keywords = currentItemOnFetch.attr('slide-keywords')if (keywords) {params.keywords = keywords}if (editorView === true) {params.editor = true}// jQuery.ajax({url: url,type: 'GET',data: params,dataType: 'json',// beforeSend: function () { console.log('Fetching results') },success: function (data) {console.log('success', data.results, data.results.length, data.error, data)if (data) {if (data.error) {console.log(data.error)}else if (data.results) {console.log('slideshowInstance.items', slideshowInstance.items)for (var i = 0; i < data.results.length; i++) {var resultItem = jQuery(data.results[i])// // var resultItem = jQuery.parseHTML(data.results[i], document, true);var resultItemIndex = parseInt(resultItem.attr('slide-index'))var resultAlreadyInserted = slideshowInstance.items.filter('[slide-index="' + resultItemIndex + '"]').length > 0console.log('result', resultItemIndex)var previousItem = nullvar previousItemIndex = 0if (!resultAlreadyInserted) {slideshowInstance.items.each(function () {if (resultAlreadyInserted) returnvar currentItem = jQuery(this)var currentItemIndex = parseInt(currentItem.attr('slide-index'))if (resultItemIndex === currentItemIndex ) {resultAlreadyInserted = truereturn}else if (resultItemIndex > previousItemIndex && resultItemIndex < currentItemIndex) {var topOffsetBeforeInsert = currentItemOnFetch.get(0).getBoundingClientRect().topresultItem.insertBefore(currentItem)resultAlreadyInserted = truevar adjustedTopPosition = currentItemOnFetch.offset().top - topOffsetBeforeInsertwindow.scrollTo({ top: adjustedTopPosition, behavior: 'auto' })}previousItem = currentItempreviousItemIndex = currentItemIndex})if (!resultAlreadyInserted) {var topOffsetBeforeInsert = currentItemOnFetch.get(0).getBoundingClientRect().topresultItem.insertAfter(slideshowInstance.items.last())resultAlreadyInserted = truevar adjustedTopPosition = currentItemOnFetch.offset().top - topOffsetBeforeInsertwindow.scrollTo({ top: adjustedTopPosition, behavior: 'auto' })if (typeof instgrm === 'object' && instgrm.Embeds && typeof instgrm.Embeds.process === 'function') {setTimeout(instgrm.Embeds.process, 200);}}}}}else { console.log('How did we get here?') }}else { console.log('No result or error returned from content request.') }},complete: function () { slideshowInstance.items = jQuery(slideshowInstance.itemSelector) // Update items resultslideshowInstance.removeSpinner();if (typeof callback === 'function') { callback() }},error: function (jqXHR, textStatus, errorThrown) {console.log(jqXHR, textStatus, errorThrown);if (textStatus === 'timeout') {slideshowInstance.removeSpinner();if (paginate === true) return;paginate = true;if (slideshowInstance.items.length < totalSlides) {var firstLoadedIndex = parseInt(slideshowInstance.items.first().attr('slide-index')) || 1;var lastLoadedIndex = parseInt(slideshowInstance.items.last().attr('slide-index')) || totalSlides;if(firstLoadedIndex > 1) {var prevLink = jQuery(slideshowInstance.prevPageLinkHTML);var prevLinkUrl = new URL(url, `https://www.cltampa.com`);prevLinkUrl.searchParams.append('startIndex', firstLoadedIndex - 1);prevLinkUrl.searchParams.append('paginate', 'true');prevLink.attr('href', prevLinkUrl.href);jQuery(slideshowInstance.itemContainerSelector).prepend(prevLink);}if(lastLoadedIndex < totalSlides) {var nextLink = jQuery(slideshowInstance.nextPageLinkHTML);var nextLinkUrl = new URL(url, `https://www.cltampa.com`);nextLinkUrl.searchParams.append('startIndex', lastLoadedIndex + 1);nextLinkUrl.searchParams.append('paginate', 'true');nextLink.attr('href', nextLinkUrl.href);jQuery(slideshowInstance.itemContainerSelector).append(nextLink);}}}}})}// // // var lazyLoadSurroundingItemsInterval = null;// var lazyLoadTimeout = null;// var lazyLoadSurroundingItems = function (index) {// if (paginate) return;// if (slideshowInstance.items.length >= totalSlides) {// clearInterval(lazyLoadSurroundingItemsInterval);// }// if (slideshowInstance.lazyLoadMoreResults) {// // Rate limit lazyloading more slides// clearTimeout(lazyLoadTimeout);// lazyLoadTimeout = setTimeout(function () {// var prevIndex = Math.max(index - 1, 1)// var prevPrevIndex = Math.max(index - 2, 1)// var nextIndex = index + 1// var nextNextIndex = index + 2// var prevIndexLoaded = slideshowInstance.items.filter('[slide-index="' + prevIndex + '"]').length > 0// var prevPrevIndexLoaded = slideshowInstance.items.filter('[slide-index="' + prevPrevIndex + '"]').length > 0// var nextIndexLoaded = slideshowInstance.items.filter('[slide-index="' + nextIndex + '"]').length > 0// var nextNextIndexLoaded = slideshowInstance.items.filter('[slide-index="' + nextNextIndex + '"]').length > 0// if(!prevIndexLoaded) {// slideshowInstance.removeSpinner();// // jQuery(slideshowInstance.itemContainerSelector).prepend(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(Math.max(prevIndex - (fetchMoreMaxCount - 1), 1))// }// else if(!prevPrevIndexLoaded) {// slideshowInstance.removeSpinner();// // jQuery(slideshowInstance.itemContainerSelector).prepend(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(Math.max(prevPrevIndex - (fetchMoreMaxCount - 1), 1))// }// if(!nextIndexLoaded) {// slideshowInstance.removeSpinner();// jQuery(slideshowInstance.itemContainerSelector).append(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(nextIndex)// }// else if(!nextNextIndexLoaded) {// slideshowInstance.removeSpinner();// jQuery(slideshowInstance.itemContainerSelector).append(slideshowInstance.spinnerHTML)// slideshowInstance.fetchMore(nextNextIndex)// }// }, 200)// }// }// // // var lazyLoadLastCheckedIndex = slideshowInstance.currentItemIndex// lazyLoadSurroundingItemsInterval = setInterval(function () {// var currentIndex = slideshowInstance.currentItemIndex// console.log(`lazyLoadSurroundingItemsInterval - currentIndex: ${currentIndex}; lazyLoadLastCheckedIndex: ${lazyLoadLastCheckedIndex}`);// if(currentIndex !== lazyLoadLastCheckedIndex) {// lazyLoadLastCheckedIndex = currentIndex;// lazyLoadSurroundingItems(currentIndex);// }// }, 1000);var onScrollLastCheckedIndex = slideshowInstance.currentItemIndexjQuery(window).on('scroll resize', function () {var currentIndex = slideshowInstance.currentItemIndexif(currentIndex !== onScrollLastCheckedIndex) {onScrollLastCheckedIndex = currentIndex// console.log(`Slide Item index: ${currentIndex}`)fireEvent('foundation:slideshow:slidechange')}});// var onScrollTimeout = null;// jQuery(window).on('scroll resize', function () {// // Rate limit lazyloading more slides// clearTimeout(onScrollTimeout);// onScrollTimeout = setTimeout(function () {// var currentIndex = slideshowInstance.currentItemIndex// if(currentIndex !== onScrollLastCheckedIndex) {// onScrollLastCheckedIndex = currentIndex// console.log(`Slide Item index: ${currentIndex}`)// fireEvent('foundation:slideshow:slidechange')// }// }, 100);// });this.initialized = falsethis.init = function () {if (this.initialized === true) return// Prevent the browser from trying to scroll to the last scroll position before reloadif (history.scrollRestoration) {history.scrollRestoration = 'manual'}var startIndex = this.items.first().attr('slide-index')var oid = window.location.pathname.match(/\d+$/)if (oid) {var grabIndex = parseInt(this.items.closest('[slide-id="' + oid[0] + '"]').attr('slide-index'))if (!isNaN(grabIndex)) {var startIndex = grabIndex}}// if (startIndex > 1) {// this.scrollToIndex(startIndex)// }// if(jQuery(this.itemContainerSelector + '[single-listing]').length === 0) {// this.lazyLoadMoreResults = true// }this.lazyLoadMoreResults = truethis.initialized = true// lazyLoadSurroundingItems(startIndex)}return this}var SlideshowItems = new SlideshowItemsObj()// Ad refresh on slide change handlingvar adSlideChangeRefreshThreshold = 10;var adSlideChangeRefreshTimeout = null;// adSlideChangeRefreshTimeout = setTimeout(function () {adSlideChangeRefreshTimeout = null; // Set timer to null}, adSlideChangeRefreshThreshold)// Timeout to prevent fast jogging from item to itemvar itemChangeTimeout = nulljQuery(document).on('foundation:slideshow:slidechange', function () {if (editorView !== true) {updateMetaDataFromElement(SlideshowItems.currentItem)}// Google Anayltics track pageviewif (typeof ga === 'function') {console.log("foundation:slideshow:slidechange event", "sending pageview navigation to:", window.location.href);ga('set', 'location', window.location.href)for (let i = 1; i <= 3; i++) {let currentDimension = jQuery(SlideshowItems.currentItem).attr('ga-dimension'+i)if (typeof currentDimension === 'string') {ga('set', 'dimension' + i, currentDimension)}else {ga('set', 'dimension' + i, '') }}ga('send', 'pageview')}// if (adSlideChangeRefreshTimeout === null) {// adSlideChangeRefreshTimeout = setTimeout(function () {adSlideChangeRefreshTimeout = null; // Set timer to null}, adSlideChangeRefreshThreshold)// if (Foundation.Ad && Foundation.Ad.slots) {if (typeof (Foundation.Ad.slots['_Footer-1']) === 'object') {Foundation.Ad.showFooter('_Footer-1');}}// if (Foundation.Gpt && Foundation.Gpt.getInPageSlotDataById) {var gptSlots = window.googletag.pubads().getSlots();var gptSlotFixedFooter = gptSlots.filter((slot) => slot.getSlotElementId() === `FixedFooter`)if (gptSlotFixedFooter.length) {Foundation.Gpt.ShowAd.refreshFixedFooter(gptSlotFixedFooter[0]);}}}});// Try to init immediatelySlideshowItems.init()// On document loadedjQuery(function () {SlideshowItems.init()})// })();

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million (2024)

FAQs

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million? ›

Hillsborough County Sheriff Chad Chronister is selling his South Tampa waterfront compound for $15.5 million. A sprawling waterfront estate owned by Hillsborough County Sheriff Chad Chronister and wife Nikki DeBartolo is now for sale in South Tampa.

Who is Chad Chronister's wife? ›

Sheriff Chronister is married to Nikki DeBartolo, has two sons, and credits his success to their love, sacrifice and support.

Did Chad Chronister sell his house? ›

The house sold for $6.5 million, according to property records. Information on the sale price of the adjacent lot was not available this week. Chronister said, after commissions, he and his wife netted $14 million on the sales.

Who was Hillsborough County Sheriff before Chronister? ›

Chronister was appointed by Gov. Rick Scott (R) to replace outgoing sheriff David Gee (R) in 2017.

Who is the current sheriff in Hillsborough County? ›

Chad Chronister, Sheriff

It's our duty to make Hillsborough County, Florida a safer place.

What is Grady Judd's salary? ›

Judd is paid $149,402 per year.

Who is Chad Bianco's wife? ›

Sheriff Bianco is married with four adult children, and four grandchildren. He and his wife, Denise, live in the Woodcrest area of Riverside.

What is Hillsborough County Sheriff ranked? ›

HCSO ranked 61st in sworn law enforcement personnel to service population ratio with 1.24 deputies per 1,000 residents. The HCSO Communications Bureau handled 933,973 calls for service, with 1,093,783 units dispatched to service calls in 2019.

How many helicopters does Hillsborough County have? ›

Hillsborough County Sheriff's Office
Jails2
Police Boats5
Helicopters5
Planes1
22 more rows

Who is the head of Hillsborough County? ›

County Administrator Bonnie M. Wise

The Administrator is the County's chief executive officer. Hillsborough County's current County Administrator is Bonnie M. Wise.

Who is the commissioner of Hillsborough County Florida? ›

County commissioners
OfficeName
Hillsborough County Board of Commissioners District 1Harry Cohen
Hillsborough County Board of Commissioners District 2Ken Hagan
Hillsborough County Board of Commissioners District 3Gwen Myers
Hillsborough County Board of Commissioners District 4Michael Owen
3 more rows

Who represents Hillsborough County in Congress? ›

Meet Kathy Castor

She was elected in 2006 and represents Florida's 14th Congressional district, which includes Tampa and parts of Hillsborough County.

When was Orient Road Jail built? ›

The Orient Road Jail, which has about 1,700 beds, opened in 1990 to ease Hillsborough's prisoner overcrowding.

Who is Lisa DeBartolo married to? ›

Family is everything to Lisa DeBartolo. Not just her husband Don, sons Milo and Jasper, and their two dogs, but also her extended family — the community of Tampa Bay. While calling Nashville home, Lisa's unwavering dedication to Tampa Bay remains.

What does the DeBartolo family own? ›

His sister, Denise DeBartolo York, took controlling ownership of the 49ers in 2001; her family runs the team today. DeBartolo now runs his Florida-based property development and investment firm and owns shares in publicly-traded Simon Property Group.

Who is the current Pasco County sheriff? ›

Chris Nocco

Who is the chief of police in Hillsborough County? ›

The sheriff is the chief law enforcement officer of the county. The current sheriff is Chad Chronister.

References

Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6153

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.