Homes for Sale in Allen Estates of Liberty Township, Ohio
jQuery(function ($) {
var instance = '#wolfnet_listingGrid_d2fe362961af48fa93bef747ddd5ced9'; var $listingGrid = $(instance);
var setupThumbnailScroller = function () { var $listing = $listingGrid.find('.wolfnet_listing'); $listing.wolfnetThumbnailScroller({ keyid : 1, photoSelector : '.wolfnet_listingImage img', hideControls : !wolfnet.hasFeature('touch') // If on a touch screen, always show the controls }); $listing .on('wolfnet.controlover', function () { $(this).find('.wolfnet_detailsLink').addClass('wolfnet_hidden'); }) .on('wolfnet.controlout', function () { $(this).find('.wolfnet_detailsLink').removeClass('wolfnet_hidden'); }); };
var setupToolbar = function () { $listingGrid.filter('.wolfnet_withPagination,.wolfnet_withSortOptions').wolfnetToolbar({ numrows : 50 , criteria : {"title":"","class":"wolfnet_listingGrid ","criteria":"","ownertype":"all","maptype":"below","paginated":false,"sortoptions":false,"maxresults":50,"maxrows":50,"mode":"advanced","savedsearch":"","zipcode":"","city":"","exactcity":"","minprice":"","maxprice":"","keyid":1,"startrow":1,"search_mode":"form","primarysearchtype":"active","searchtype":"subdivision","state":"OH","single_family":"y","condo":"y","townhouse":"y","duplex":"y","multi_family":"y","farm_hobby":"y","min_price":0,"max_price":1000000000,"listing_status":"All","subdivision":"Allen Estates||Liberty Twp","total_rows":3} , maxResults : 250 , itemsPerPageData : [5,10,15,20,25,30,35,40,45,50] , sortOptionsData : [{"value":"price_desc","label":"Descending by Price"},{"value":"price","label":"Ascending by Price"},{"value":"city_desc","label":"Descending by City"},{"value":"city","label":"Ascending by City"},{"value":"type_desc","label":"Descending by Type"},{"value":"type","label":"Ascending by Type"},{"value":"year_desc","label":"Descending by Year"},{"value":"year","label":"Ascending by Year"}] , defaultSort : "price_desc" }); };
var setupListingGrid = function () { $listingGrid.filter('.wolfnet_listingGrid').wolfnetListingGrid({ containerClass : 'wolfnet_listings', itemClass : 'wolfnet_listing', clearfixClass : 'wolfnet_clearfix', gridAlign : 'center' }); };
setupToolbar(); setupListingGrid();
});
var maptype = 'below' if (maptype == 'map_only') {
var collapseListingsId = 'collapseListings16c153f1ec0b411e806173a76ca76c37'; var hideId = 'hideListings51b46b41b6b549439190e681cf935ac4'; var showId = 'showListings5780b72183d24c738507d03cdcbcf2c4';
wolfnet.hideListings(collapseListingsId,hideId,showId); }