\n 1166 Poplar Hill Drive <\/div>\n
\n Lebanon, Ohio <\/div>\n <\/div>\n
\n
\n \n <\/span>\n <\/span>\n <\/div>\n <\/div>\n <\/td>\n <\/tr>\n <\/tbody>\n <\/table>\n <\/div>\n <\/a>\n <\/div>","propertyId":"1640980","propertyUrl":"http:\/\/mlsfinder.com\/oh_cincy\/johnbissman\/?action=listing_detail&property_id=1640980"}];
var $map = $('#' + mapParams.mapId);
var onMapLoaded = function () {
$map.wolfnetMaptracksDriver({
keyid : '1',
houseoverData : houseoverJson,
houseoverIcon : mapParams.houseoverIcon
});
};
$map.mapTracks({
mapName: 'pluginMap',
mapZoomLevel: mapParams.zoomLevel,
centerLat: mapParams.centerLat,
centerLng: mapParams.centerLng,
isMovable: true,
allowMouseWheel: false,
loaded: onMapLoaded
});
});
jQuery(function ($) {
var instance = '#wolfnet_listingGrid_ebbe8fdc02ce4630a75306ad231d6fb5'; 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":1,"minprice":"","maxprice":"","keyid":1,"startrow":1,"property_id":1640980,"total_rows":1}
,
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();
$listingGrid.on('wolfnet.updated', setupThumbnailScroller);
setupThumbnailScroller();
});
var maptype = 'below'
if (maptype == 'map_only') {
var collapseListingsId = 'collapseListings1ddffe66b8aa49139514a0e60be69583';
var hideId = 'hideListingsb4afd87e741545a78e87cfecad8b9f9a';
var showId = 'showListingsecc4bc3026834175a48ce373d91ae431';
wolfnet.hideListings(collapseListingsId,hideId,showId);
}