Description Estate Sale! Vintage Colonial – A MUST SEE! Located on a corner lot with a detached garage/carport, this home is one for the antiquer’s eye. A rare find, this home features 4 bedrooms with exquisite hardwoods and ORIGINAL woodwork with unique and intricate window features. Custom built-ins are found throughout this home – all original. The kitchen is newly remodeled with new cabinetry, countertops and flooring. This homes boiler system, electrical panel and roofing shingles are all newer upgrades as well as a brand new roof/sheathing on the carport. In the front of this home you will find a spacious 8X32 three season porch and a sunroom/mudroom at the back entrance. In addition, on the third level, find a HUGE walk-up attic, floored with a walk-in cedar closet. Generous space for storage throughout and turn-key…this home is simply awaiting personal touches! The PERFECT opportunity!
https://smartmls.mlsmatrix.com/matrix/shared/3BzCLK9zkr/150HighStreet
Address Address: 150 High Street, Thomaston, CT.
Country: United States Postal code / ZIP: 06787 Open on Google Maps Property ID 670 Price $194,900 Property Type Residential, Single Family Property status SOLD! Rooms 8 Bedrooms 4 Bathrooms 1.5 Year Built 1900 Size 1,776 SqFt Garages 1 Garages 1 car - detached Outdoor Parking Carport Appliances Included Oven/Range, Refrigerator, Washer, Dryer Attic Walk-up, Partially Finished, Cedar Closet Basement Full with Hatchway, Partially Finished Exterior Siding Aluminum Lot Description Dry, Corner Lot Roof Asphalt Shingle Hot Water System Electric Heat Type Natural Gas, Boiler, Radiator Cooling Window Units Water & Sewer Service Public Water, Public Sewer Acres .37 ");
var marker = new google.maps.Marker({
map: map,
position: place.geometry.location,
icon: place_icon
});
google.maps.event.addListener(marker, 'click', function () {
infowindow.setContent('
' + place_label + ' ' + '' + place.name);
infowindow.open(map, this);
});
bounds.extend(marker.position);
//now fit the map to the newly inclusive bounds
map.fitBounds(bounds);
var google_map_style = ere_property_map_vars.google_map_style;
if (google_map_style !== '') {
var styles = JSON.parse(google_map_style);
map.setOptions({styles: styles});
}
var boundsListener = google.maps.event.addListener((map), 'idle', function (event) {
this.setZoom(12);
google.maps.event.removeListener(boundsListener);
});
}
google.maps.event.addDomListener(window, 'load', initialize);
function distance(latitude, longitude) {
var lat1 = lat;
var lng1 = lng;
var lat2 = latitude;
var lng2 = longitude;
var radlat1 = Math.PI * lat1 / 180;
var radlat2 = Math.PI * lat2 / 180;
var theta = lng1 - lng2;
var radtheta = Math.PI * theta / 180;
var dist = Math.sin(radlat1) * Math.sin(radlat2) + Math.cos(radlat1) * Math.cos(radlat2) * Math.cos(radtheta);
dist = Math.acos(dist);
dist = dist * 180 / Math.PI;
dist = dist * 60 * 1.1515;
if (distance_in == "km") {
dist = dist * 1.609344;
} else if (distance_in == "m") {
dist = dist * 1.609344 * 1000;
}
var result = Math.round(dist * 100) / 100;
result = result.toLocaleString().replace(/[^\d.]/ig, '.');
return result;
}
function setScroll() {
var $this = $('#nearby-places-detail');
var map_height = $('#googleMapNearestPlaces');
var height = $this.height();
if (height >= map_height.height()) {
$this.css('position', 'relative');
$this.css('max-height', +map_height.height());
$this.css('overflow-y', 'scroll');
$this.css('overflow-x', 'hidden');
if (($this.length > 0) && (typeof(PerfectScrollbar) !== 'undefined')) {
new PerfectScrollbar($this[0], {
wheelSpeed: 0.5,
suppressScrollX: true
});
}
}
}
}
};
$(document).ready(G5PlusGoogleMap.init);
})(jQuery);
Leave A Comment