Back
Top Areas
- Toronto
- York
- Peel
- Simcoe
- Niagara
- Halton
- Hamilton
- Ottawa
- Durham
- Wellington
- Dufferin
Other Areas
- Middlesex
- Grey County
- Muskoka
- Hastings
- Frontenac
- Bruce
- Peterborough
- Parry Sound
- Oxford
- Northumberland
- Kawartha Lakes
- Leeds and Grenvi
- Elgin
- Huron
- Renfrew
- Norfolk
- Lambton
- Stormont, Dund
- Lanark
- Nipissing
- Prescott and R
- Haliburton
- Perth
- Brantford
- Prince Edward
- Cochrane
- Haldimand
- Brant
- Timiskaming
- Essex
- Chatham-Kent
- Sudbury
- Algoma
- Greater Sudbur
- Thunder Bay
- Manitoulin
- Rainy River
- Kenora
- Haldimand-Norfolk
DataIntelligence
Sell Your Home
Shortlisted Properties
- New Homes
- For Sale
- For Rent
Danger! Indicates a dangerous or potentially negative action.
Error
Maximum 4 project can be compared at one go.
Last Updated : 128 Days ago

+ 4 Photos
Kitchener, Waterloo, ON, N2C 2G5
$900,000
Status: For Sale
- Property Type: Commercial (Sale Of Business)
- Property Taxes : $1.00 (Tax Year:2024)
- Listing Courtesy : Re/max Elite Real Estate
- Description
- Property Facts
- Property Details
- History
- Location Insights
- Questions and Answers
42 Kevco Pl Property Description
Very Unique and Profitable business! No competition! Well-established B to B new and used butcher equipment supply and maintenance business. The price also includes machine inventory value over $1.1millions! Also all equipment and tools and loyal clientele! You are getting the profitable business for free! Very Stable clientele including premium meat plants. Stable and strong sales! Over 1million sales even during covid. Owner retiring after more than 30 years successful operation! **EXTRAS** Seller also owns the building and long lease will be granted to the Buyer if wanted. Also the building can be purchased too.
Read More
42 Kevco Pl Property Facts
Property Type | :Commercial |
---|---|
MLS Number | :X11930460 |
Listing Type | :Sale |
Possession Date | : |
Last Updated | :14 Feb, 2025 (128 Days ago) |
Source | :TRREB |
Area | :Waterloo |
---|---|
Postal Code | : N2C 2G5 |
42 Kevco Pl Property Price & Tax Insights
Price | : $900,000 |
---|---|
Property Taxes | :$1.00 |
Tax Year | :2024 |
---|
42 Kevco Pl, Kitchener Property Details
Cross Street | :Wabananki Dr/Wilson Ave |
---|
42 Kevco Pl, Kitchener - Price History
2024-02
13 Feb, 2024
TREB #X8064114
Available
$900000.0

View More
Sign in to view full price history of this property
Mortgage Calculator
- 0
- 400k
- 800k
- 1.2M
- 1.6M
- 2M+
- 0
- 6
- 12
- 18
- 24
- 30+
- 0
- 6
- 12
- 18
- 24
- 30+
42 Kevco Pl - Location Map and Landmarks
- Health Care
- St. Mary's General, Waterloo 5.92 km
- Grand River, Waterloo 7.83 km
- Cambridge Memorial, Waterloo 9.7 km
"; var map = L.map('map').setView([43.4082245, -80.4412017], 13); L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19, attribution: '© OpenStreetMap' }).addTo(map); // Check for active classes and assign the corresponding image path let imagePath; // Declare Boolean variables let schoTab = false; let hospitalTab = false; let shoppingTab = false; let commuteTab = false; let buildingTab = false; let crossStreetTab = false; // Create a mapping for the image paths const imageMapping = { school: 'school-location.svg', hospital: 'hospital-location.svg', shopping: 'mapMarker.svg', commute: 'mapMarker.svg', building: 'mapMarker.svg', crossStreet: 'mapMarker.svg', }; // Check the conditions if (document.querySelector(".schoolDesk.active") || document.querySelector(".schoolmob.active")) { imagePath = imageMapping.school; schoTab = true; } else if (document.querySelector(".hospitalDesk.active") || document.querySelector(".hospitalmob.active")) { imagePath = imageMapping.hospital; hospitalTab = true; } else if (document.querySelector(".shoppingDesk.active") || document.querySelector(".shoppingDeskmob.active")) { imagePath = imageMapping.shopping; shoppingTab = true; } else if (document.querySelector(".commuteDesk.active") || document.querySelector(".commuteDeskDeskmob.active")) { imagePath = imageMapping.commute; commuteTab = true; } else if (document.querySelector(".buildingDesk.active") || document.querySelector(".buildingDeskmob.active")) { imagePath = imageMapping.building; buildingTab = true; } else if (document.querySelector(".crossStreetDesk.active") || document.querySelector(".crossStreetDeskmob.active")) { imagePath = imageMapping.crossStreet; crossStreetTab = true; } // Use imagePath as needed // console.log(imagePath); // console.log('School Tab:', schoTab); // console.log('Hospital Tab:', hospitalTab); // console.log('Shopping Tab:', shoppingTab); // console.log('Commute Tab:', commuteTab); // console.log('Building Tab:', buildingTab); // console.log('Cross Street Tab:', crossStreetTab); // console.log(imagePath, ": imagePath"); var homeIcon = L.icon({ iconUrl: '/static/assets/images/new-map-img/new-pin.svg', iconSize: [72, 72], iconAnchor: [20, 50], popupAnchor: [0,-51],className:"homeIcon" }); var mapdata=[]; if(crossStreetTab){ var mapdata =[]var icon for (var i = 0; i < mapdata.length; i++) {var crossStreetMapLat=`${mapdata[i]['lat']}`;crossStreetMapLat=crossStreetMapLat.split('.')crossStreetMapLat=crossStreetMapLat[1]icon = L.icon({iconUrl: '/static/assets/images/mapImages/'+imagePath,iconSize: [25, 41],iconAnchor: [20, 50],popupAnchor: [0,-51],className: crossStreetMapLat}); marker = new L.marker([mapdata[i]['lat'], mapdata[i]['lon']],{icon: icon}) .addTo(map); popup = marker.bindPopup('
'+mapdata[i]['crossStreetName']+'
').addTo(map); popup.openPopup(); } homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() popup.on('mouseover', function (e) { popup.openPopup(); }); popup.on('mouseout', function (e) { popup.closePopup(); }); };if(schoTab){ var mapdata =[]var icon for (var i = 0; i < mapdata.length; i++) {var schoolMapLat=`${mapdata[i]['lat']}`;schoolMapLat=schoolMapLat.split('.')schoolMapLat=schoolMapLat[1]icon = L.icon({iconUrl: '/static/assets/images/'+imagePath,iconSize: [25, 41],iconAnchor: [20, 50],popupAnchor: [0,-51],className: schoolMapLat}); marker = new L.marker([mapdata[i]['lat'], mapdata[i]['lon']],{icon: icon}) .addTo(map); popup = marker.bindPopup('
'+mapdata[i]['schoolname']+'
').addTo(map); popup.openPopup(); } homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() popup.on('mouseover', function (e) { popup.openPopup(); }); popup.on('mouseout', function (e) { popup.closePopup(); }); }; if(hospitalTab){ var mapdata =[{"lat": 43.4381939615041, "lon": -80.501760317496, "schoolname": "St. Mary\u0027s General"}, {"lat": 43.4562338711181, "lon": -80.5120458040025, "schoolname": "Grand River"}, {"lat": 43.3782460452391, "lon": -80.3285775807585, "schoolname": "Cambridge Memorial"}]var icon for (var i = 0; i < mapdata.length; i++) {var hospitalMapLat=`${mapdata[i]['lat']}`;hospitalMapLat=hospitalMapLat.split('.')hospitalMapLat=hospitalMapLat[1]icon = L.icon({iconUrl: '/static/assets/images/'+imagePath,iconSize: [25, 41],iconAnchor: [20, 50],popupAnchor: [0,-51],className: hospitalMapLat}); marker = new L.marker([mapdata[i]['lat'], mapdata[i]['lon']],{icon: icon}).addTo(map); popup = marker.bindPopup('
'+mapdata[i]['schoolname']+'
').addTo(map); popup.openPopup(); } homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() popup.on('mouseover', function (e) { popup.openPopup(); }); popup.on('mouseout', function (e) { popup.closePopup(); }); };if(shoppingTab){ var mapdata =[]var icon for (var i = 0; i < mapdata.length; i++) {var schoolMapLat=`${mapdata[i]['lat']}`;schoolMapLat=schoolMapLat.split('.')schoolMapLat=schoolMapLat[1]icon = L.icon({iconUrl: '/static/assets/images/mapImages/'+imagePath,iconSize: [25, 41],iconAnchor: [20, 50],popupAnchor: [0,-51],className: schoolMapLat}); marker = new L.marker([mapdata[i]['lat'], mapdata[i]['lon']],{icon: icon}) .addTo(map); popup = marker.bindPopup('
'+mapdata[i]['schoolname']+'
').addTo(map); popup.openPopup(); } homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() popup.on('mouseover', function (e) { popup.openPopup(); }); popup.on('mouseout', function (e) { popup.closePopup(); }); };if(commuteTab){ var mapdata =[]var icon for (var i = 0; i < mapdata.length; i++) {var schoolMapLat=`${mapdata[i]['lat']}`;schoolMapLat=schoolMapLat.split('.')schoolMapLat=schoolMapLat[1]icon = L.icon({iconUrl: '/static/assets/images/mapImages/'+imagePath,iconSize: [25, 41],iconAnchor: [20, 50],popupAnchor: [0,-51],className: schoolMapLat}); marker = new L.marker([mapdata[i]['lat'], mapdata[i]['lon']],{icon: icon}) .addTo(map); popup = marker.bindPopup('
'+mapdata[i]['schoolname']+'
').addTo(map); popup.openPopup(); } homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() popup.on('mouseover', function (e) { popup.openPopup(); }); popup.on('mouseout', function (e) { popup.closePopup(); }); }; homeMarker = new L.marker([43.4082245,-80.4412017],{icon: homeIcon}).addTo(map); var homePopup = homeMarker.bindPopup('
42 Kevco Pl
').addTo(map); homePopup.openPopup() homePopup.on('mouseover', function (e) { homePopup.openPopup(); }); homePopup.on('mouseout', function (e) { homePopup.closePopup(); }); // Define custom iconsvar customStartIcon = L.icon({ iconUrl: 'path/to/custom-start-icon.png', iconSize: [2, 1], iconAnchor: [1, 1]});let currentRoutingControl = null;let isProcessing = false;$("body").addClass("noActive");$(".panelBody .commuteDistance li .distanceName,.panelBody .schoolDistance li .distanceName ,.panelBody .hospitalDistance li .distanceName,.panelBody .buildingDistance li .distanceName,.panelBody .crossStreetDistance li .distanceName,.fronthospitalTab li, .frontshoppingTab li , .frontbuildingTab li, .frontcrossStreetTab li , .frontschoolTab li ,.frontcommuteTab li ").on("click", function(event) { let destinationLat ,destinationLon let mobileFlag=$(event.target).closest("li").find(".commuteName").length > 0 console.log(mobileFlag," :mobileFlag ") if(mobileFlag){ destinationLat = $(this).attr("latitude"); destinationLon = $(this).attr("longitude"); }else{ destinationLat = $(this).parent().attr("latitude"); destinationLon = $(this).parent().attr("longitude"); }; if (isProcessing) return; isProcessing = true; // console.log("routeDistance called ",43.4082245); const startPoint = L.latLng(43.4082245, -80.4412017); const endPoint = L.latLng(destinationLat, destinationLon); if (currentRoutingControl !== null) { map.removeControl(currentRoutingControl); } currentRoutingControl = L.Routing.control({show: false, waypoints: [ startPoint, endPoint ], routeWhileDragging: true, showAlternatives: true, altLineOptions: { styles: [ { color: 'black', opacity: 0.15, weight: 9 }, { color: 'white', opacity: 0.8, weight: 6 }, { color: 'blue', opacity: 0.5, weight: 2 } ] }, lineOptions: { styles: [{ color: 'black', weight: 4 }] }, createMarker: function (i, waypoint, n) { if (i === 0) { return L.marker(waypoint.latLng, { icon: customStartIcon }); } else if (i === n - 1) { return L.marker(waypoint.latLng); } } });$(this).parents('.mapPopupMobileTab').removeClass('active'); currentRoutingControl.addTo(map); isProcessing = false; }); }document.addEventListener('DOMContentLoaded', function() {let mapTabs = document.querySelectorAll('[role=tablist].mapTabs');for (var i = 0; i < mapTabs.length; i++) {new TabsManual(mapTabs[i]);}})var mapTabData =[{"commuteData": [], "educationalData": [], "hospitalData": [{"Area": "Waterloo", "_id": {"$oid": "6581391d330a7ac5b018bd10"}, "address": "911 Queen\u0027s Blvd, Kitchener, ON N2M 1B2, Canada", "county": "Ontario", "distance": 5.924753045538498, "location": {"coordinates": [-80.501760317496, 43.4381939615041], "type": "Point"}, "name": "St. Mary\u0027s General", "newBreadcrumb": [{"name": "Ontario", "type": "County", "url": "/sale/on"}, {"name": "Waterloo", "type": "Area", "url": "/sale/on/waterloo"}], "newUrl": "/sale/on/waterloo/houses-near-st-mary-s-general-hospital-for-sale", "sr_type": "Sale", "type": "hospital", "url": "/sale/on/waterloo/houses-near-st-mary-s-general-hospital-for-sale"}, {"Area": "Waterloo", "_id": {"$oid": "6581391d330a7ac5b018bd0f"}, "address": "GRH KW Campus, 835 King St W, Kitchener, ON N2G 1G3, Canada", "county": "Ontario", "distance": 7.833244284343574, "location": {"coordinates": [-80.5120458040025, 43.4562338711181], "type": "Point"}, "name": "Grand River", "newBreadcrumb": [{"name": "Ontario", "type": "County", "url": "/sale/on"}, {"name": "Waterloo", "type": "Area", "url": "/sale/on/waterloo"}], "newUrl": "/sale/on/waterloo/houses-near-grand-river-hospital-for-sale", "sr_type": "Sale", "type": "hospital", "url": "/sale/on/waterloo/houses-near-grand-river-hospital-for-sale"}, {"Area": "Waterloo", "_id": {"$oid": "65813910330a7ac5b018bcfe"}, "address": "700 Coronation Blvd, Cambridge, ON N1R 3G2, Canada", "county": "Ontario", "distance": 9.702203946765346, "location": {"coordinates": [-80.3285775807585, 43.3782460452391], "type": "Point"}, "name": "Cambridge Memorial", "newBreadcrumb": [{"name": "Ontario", "type": "County", "url": "/sale/on"}, {"name": "Waterloo", "type": "Area", "url": "/sale/on/waterloo"}], "newUrl": "/sale/on/waterloo/houses-near-cambridge-memorial-hospital-for-sale", "sr_type": "Sale", "type": "hospital", "url": "/sale/on/waterloo/houses-near-cambridge-memorial-hospital-for-sale"}], "nearByCrossStreet": [], "shoppingRecreationalData": []}]const {commuteData,hospitalData,educationalData,shoppingRecreationalData,nearByCrossStreet} = mapTabData[0]; function getActiveTab(className) { let activeLi = document.querySelector(className); if (activeLi) { let firstClass = activeLi.className.split(' ')[0]; return firstClass; } else { console.log('No active tab found.'); return null; } } function generateHTMLForData(commuteData, educationalData, hospitalData, shoppingRecreationalData, nearByCrossStreet) { let activeTab = getActiveTab('.nearLocation .active'); function generateListItem(data, type, index) { return `
`; } // Helper function to generate a panel for each category function generatePanel(headerIcon, headerTitle, listClass, data, type) { if (!data || data.length === 0) return ''; const isActive = activeTab === type ? 'active' : ''; return `
${headerTitle}
- ${data.map((item, index) => generateListItem(item, type, index)).join('')}
`; } // Generate HTML for all categories return `
Around this property
${generatePanel('icon-city-connection', 'Commute', 'commuteDesk', commuteData, 'commute')} ${generatePanel('icon-school', 'Education', 'schoolDesk', educationalData, 'school')} ${generatePanel('icon-hospital', 'Health Care', 'hospitalDesk', hospitalData, 'hospital')} ${generatePanel('icon-shopping', 'Shopping & Recreation', 'shoppingDesk', shoppingRecreationalData, 'shopping')} ${generatePanel('icon-crossroad', 'Nearby Cross Streets', 'crossStreetDesk', nearByCrossStreet, 'crossStreet')}
`; }function callAutoGenrateMapTab(){const htmlContent = generateHTMLForData(commuteData, educationalData, hospitalData, shoppingRecreationalData, nearByCrossStreet);const mapLeftElement = document.querySelector('.mapLeft'); if (mapLeftElement) { mapLeftElement.innerHTML = htmlContent; }}function generateHtml(data,activeTab='') { const { commuteData, educationalData, hospitalData, shoppingRecreationalData, nearByCrossStreet } = data; const hasEducationalData = educationalData.length > 0; const hasCommuteData = commuteData.length > 0; const hasHospitalData = hospitalData.length > 0; const hasShoppingData = shoppingRecreationalData.length > 0; const hasCrossStreetData = Array.isArray(nearByCrossStreet) && nearByCrossStreet.length > 0; if (!hasEducationalData && !hasCommuteData && !hasHospitalData && !hasShoppingData && !hasCrossStreetData) { return ''; // Return empty if no data is available } const tabs = `
- ${hasCommuteData ? `
- Commute ` : ''} ${hasEducationalData ? `
- Education ` : ''} ${hasHospitalData ? `
- Health Care ` : ''} ${hasShoppingData ? `
- Shopping & Recreational ` : ''} ${hasCrossStreetData ? `
- Nearby Cross Streets ` : ''}
`; const generateListItems = (data, type) => { return data.map(item => `
${item.name} ${item.Municipality || item.Area}
${(item.distance).toFixed(2)} km`).join(''); }; const tabsContent = ` ${hasCommuteData ? `
- ${generateListItems(commuteData, 'commute')}
` : ''} ${hasEducationalData ? `
- ${generateListItems(educationalData, 'education')}
` : ''} ${hasHospitalData ? `
- ${generateListItems(hospitalData, 'hospital')}
` : ''} ${hasShoppingData ? `
- ${generateListItems(shoppingRecreationalData, 'shopping')}
` : ''} ${hasCrossStreetData ? `
- ${generateListItems(nearByCrossStreet, 'crossStreet')}
` : ''} `; return `
${tabs} ${tabsContent}
`;}// Example usageconst data = { commuteData, educationalData, hospitalData, shoppingRecreationalData, nearByCrossStreet,};
Last Updated :23 Hours ago

Unit-203, 30 Avalon Place , Kitchener, ON
$299900
- 1 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

227 Blackhorne Drive , Kitchener, ON
$825000
- 2 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

56 Scott Road , Cambridge, ON
$799900
- 2 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

78 Ironstone Drive , Cambridge, ON
$685000
- 2 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

22 Maple Ridge Road , Cambridge, ON
$585000
- 2 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

199 St. Leger Street , Kitchener, ON
$735000
- 4 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

Unit-2, 52 Allen Street W , Waterloo, ON
$829000
- 4 Ba
- 2500-3000 sq-ft
Last Updated :1 Day ago

Unit-3307, 60 Frederick Street , Kitchener, ON
$479900
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

59 Highgate Road , Kitchener, ON
$1150000
- 4 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

Unit-1201, 55 Duke Street W , Kitchener, ON
$524900
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

223 Williamsburg Road , Kitchener, ON
$799000
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

483 Ephraim Street , Kitchener, ON
$689900
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

134 Alison Avenue , Cambridge, ON
$599999
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

Unit-A, 170 Rochefort Street , Kitchener, ON
$424888
- 2 Ba
- 2500-3000 sq-ft
Last Updated :2 Days ago

Unit-3, 229 Baker Street , Waterloo, ON
$479000
- 1 Ba
- 2500-3000 sq-ft
Recently Viewed
Buildings in Kitchener

- 0 For Sale
- 1 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 0 For Sale
- 2 For Rent
View Building Details

- 5 For Sale
- 0 For Rent
View Building Details

- 5 For Sale
- 1 For Rent
View Building Details

- 4 For Sale
- 0 For Rent
View Building Details

- 4 For Sale
- 0 For Rent
View Building Details

- 1 For Sale
- 2 For Rent
View Building Details

- 1 For Sale
- 1 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 1 For Sale
- 0 For Rent
View Building Details

- 4 For Sale
- 0 For Rent
View Building Details
FAQs: 42 Kevco Pl, Kitchener
-
Q:What is the Area Size of the 42 Kevco Pl In Sq.Ft and it's MLS No.?
A: The project covers an area of approximately sq. ft and is strategically located in Waterloo. The MLS No of this project is X11930460 and the Project is located in Ontario, Canada -
Q: Does this Project 42 Kevco Pl available for Sale ?
A: The project 42 Kevco Pl is readily available for Sale and can be purchased at competitive prices today. You can schedule a tour or request a call back for knowing further. -
Q: How far is this property from my workplace?
A:You can calculate your travel time and see how this property is far from your Office, your spouse's workplace or your kid's school. You just need to tell us which places you commute to frequently and Square Yards will tell you how far they are from this property. -
Q:What are the Key Features 42 Kevco Pl is Offering?
A:Square Yards is giving a Cashback of $4,500 if you buy this property from us, however there are several key features offered by the 42 Kevco Pl. You get Beds with N/A Bath, central air conditioning, parking space and garage along with a heating system, basement, gas fuel system and balcony. -
Q:How many Beds & Baths available in 42 Kevco Pl, Waterloo?
A: 42 Kevco Pl, Waterloo comes with Beds for maximum convenience and space. There are N/A baths available as well for when you have guests over or if you have a large family! -
Q:How many Apartments and Condos are available for Sale in Waterloo, On?
A:Waterloo, Ontario is one of the biggest real estate markets in Canada. There are several options available here pertaining to condos and apartments alike. There are approximately apartments and condos available currently for your perusal.