Homes for Sale in Ashford Woods of West Chester, Ohio
jQuery(function ($) {
var instance = '#wolfnet_listingGrid_7788d290f71b422c9283268276a0a341'; 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":"Ashford Woods||West Chester","total_rows":2} , 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 = 'collapseListings76e0bea2f1cf4091b29d7223f095f30b'; var hideId = 'hideListings5dc95b98f77944ef9a7b74798d951444'; var showId = 'showListings5c64ac2bfcb04b44ba2d1a040ff61388';
wolfnet.hideListings(collapseListingsId,hideId,showId); }