/***** Reviews *****/
.reviewTable{
width: 100%;
margin-bottom: 0;
}
.facReview th:last-child, .facReview td:last-child {
width:100%;
}
.reviewCompany{
clear:both;
font-weight:bold;
}
.reviewLogo{
vertical-align: top;
}
.reviewTable .facReview:nth-of-type(1n+1002){
display:none;
}
.reviewAuthor{
text-align: right;
}
.reviewComment{
margin-bottom: 5px;
margin-top: 5px;
clear: both;
}
.reviewContainer {
margin-bottom: 50px;
margin-top: 40px;
}
.tsg-columnsb.feedbackblurb b {
margin: 20px 0;
float: left;
width: 100%;
}
div#tsg-total-reviews {
margin-bottom: 50px;
/* float: left; */
width: 100%;
}
.leaveAReviewWrapper{
display:none;
}
.selectLocationsForReviewsText{
padding-bottom:10px;
}
.reviewTable{
border-collapse: separate;
}
.leaveReview {
margin-right:5px;
}
.leaveReview:first-of-type {
margin-left: 0;
}
.leaveAReviewTD{
padding-bottom:50px;
}
.selectedLocation{
margin-bottom: 1.5rem;
}
.commentLink{
margin-left:0px;
margin-right:5px;
}
.selectLocationsForReviewsText{
font-weight:bold;
}
.more-limit-link{
float: right;
margin-top: 2.5rem;
}
@media (max-width: 768px) {
.leaveReviewMessage{
display:block;
width:100%;
}
}
.reviewDate,
.reviewAuthor {
display: inline-block;
}
.reviewAuthor {
float: right;
clear: both;
}
|
Leave us a review on:
Google
Yelp
|
East Towne Storage Center 05/04/2026 Barbara Rodgers |
East Towne Storage Center 04/24/2026 Raschani Moua |
East Towne Storage Center 08/28/2024 Michael Erdman |
More reviews
{"@context":"https://schema.org","@type":"LocalBusiness","name":"East Towne Storage Center","image":"https://www.easttownestorage.com/wp-content/uploads/sites/140/cropped-east-towne-storage-logo.png","address":{"@type":"PostalAddress","streetAddress":"2009 Atwood Ave Suite 2R (side/rear) - office","addressLocality":"Madison","addressRegion":"WI","postalCode":"53704","addressCountry":"USA"},"telephone":"608 244-5030","url":"https://www.easttownestorage.com/location/USA/WI/Madison/east-towne-center-1461/","review":[{"@type":"Review","author":{"@type":"Person","name":"Barbara Rodgers"},"reviewBody":"This is my second time using East Town Storage, and the overall experience has always been great, convenient, and professional, anytime i have a question or concern staff addresses it right away I give East Town Storage Center 10/10 Highly recommend.","datePublished":"2026-05-04","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5,"worstRating":1}},{"@type":"Review","author":{"@type":"Person","name":"Raschani Moua"},"reviewBody":"I rented out 10x10 and 10x20. It was clean, the storages were fenced in, & the location is good/safe. What sold me was the transparent pricing on the website and easy payment set up. I highly recommend it to anyone looking to a unit!","datePublished":"2026-04-24","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5,"worstRating":1}},{"@type":"Review","author":{"@type":"Person","name":"Michael Erdman"},"reviewBody":"Our student needed very short term storage between lease terms. I called with only a few days notice, and Mark was able to set me up with a space over the phone. Right size, fair price, short term (one calendar month only), and we scheduled time to pick up key. When I picked up key, he took time to show me how to use the lock mechanism. Unit was very clean, and easy to access. Returned key in person, but he has mail drop in case he's not there. Would definitely use again. Security deposit returned within a week or so. Note the office and storage facility are at different locations.","datePublished":"2024-08-28","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5,"worstRating":1}},{"@type":"Review","author":{"@type":"Person","name":"Tyler Grubb"},"reviewBody":"10/10. Super friendly, helpful, and great service. I don't know how good renting a storage unit can be as an experience, but this was probably as good as it gets.","datePublished":"2024-07-31","reviewRating":{"@type":"Rating","ratingValue":5,"bestRating":5,"worstRating":1}}],"aggregateRating":{"@type":"AggregateRating","ratingValue":4.77,"ratingCount":22,"reviewCount":4,"bestRating":5,"worstRating":1}}
docReady(function() {
//this is for single facility
if("1" == 1){
cQuery('.selectLocationsForReviews').hide();
cQuery('.facReview').show();
cQuery('.leaveAReviewWrapper').show();
}
if("22" == 0){
var firstReviewMessage = SHARED.candee_translate('Be the first to review', candee_js_variables.lang);
cQuery('.leaveReviewMessage').text(firstReviewMessage+':');
}
//lets remove any options that don't have reviews
cQuery('.propOption').each(function( index ) {
var propID = cQuery(this).attr('data-propid');
if(cQuery('.facility-id-'+propID).length == 0){
cQuery(this).remove();
}
});
cQuery(document).on('click', '.leaveAReviewWrapper a', function(){
var title = cQuery(this).attr('title').toLowerCase();
var link = cQuery(this).attr('href');
var facName = cQuery('.selectedLocation').find(':selected').text();
var googleData = {
'facname': facName,
'cat': 'CAS3-reviews',
'action': 'leave-review',
'label': title,
'value': link,
};
SHARED.post_gtag(JSON.stringify(googleData));
});
cQuery('.selectedLocation').on('change', function(){
cQuery('.facReview').show();
var fac = cQuery(this).find(':selected').attr('data-propid');
var facName = cQuery(this).find(':selected').text();
//remove all from the select
cQuery('.selectLocationsDefault').remove();
//hide all facilties
cQuery('.reviewTable').hide();
//show selected facility
cQuery('.facility-id-'+fac).show();
cQuery('.facility-id-'+fac + ' .leaveAReviewWrapper').show();
var googleData = {
'facname': facName,
'cat': 'CAS3-reviews',
'action': 'reviews-facility-dropdown',
'label': 'reviews-facility-dropdown',
'value': facName,
};
SHARED.post_gtag(JSON.stringify(googleData));
});
// Preselect location if option is set. Otherwise show first locations within limit
var preselect = 'false';
if (preselect !== 'false'){
var selectedVal = '';
if (preselect === 'true'){
selectedVal = cQuery(cQuery('.propOption')[0]).val();
} else {
selectedVal = cQuery(cQuery('.propOption[data-propid="'+preselect+'"]')[0]).val()
}
cQuery(cQuery('.selectedLocation')[0]).val(selectedVal);
cQuery(cQuery('.selectedLocation')[0]).trigger('change');
} else {
cQuery('.facReview').each(function(index){
if (index >= 3){
cQuery(this).hide();
} else {
cQuery(this).show();
}
});
}
//if user sets random ony show random amount
var random = 0;
var randomForAll = false;
if("0" > 0){
var divs = [];
if( randomForAll == true ){
//do random for each faclity
cQuery('.reviewsTheme1 .reviewTable').each(function( index, reviewTable ) {
var review = cQuery(reviewTable).find('.facReview');
var div = cQuery(review).get().sort(function(){
return Math.round(Math.random())-0.5; //so we get the right +/- combo
}).slice(0,random);
divs.push(div);
});
} else {
//overall reandom
var div = cQuery('.reviewsTheme1 .facReview').get().sort(function(){
return Math.round(Math.random())-0.5; //so we get the right +/- combo
}).slice(0,random);
divs.push(div);
}
cQuery('.reviewsTheme1').prepend('
');
cQuery(divs).each(function( index, rev ) {
cQuery('.reviewsTheme1 .facReviewWrapper').append(rev);
cQuery(rev).css('display', 'block');
});
}
if(candee_js_variables.facilities.length > 1){
let inputId = 'selectReviewLocation';
var $select = cQuery('#'+inputId);
var $container = $select.closest('.selectLocationsForReviews');
$select.off('change').on('change', function(){
var $opt = cQuery(this).find('option:selected');
var facName = $opt.text();
var prop_id = $opt.attr('data-propid');
cQuery(this).attr('data-propid', prop_id);
if (prop_id && prop_id != '0') {
cQuery('.facReview').show();
cQuery('.reviewTable').hide();
cQuery('.facility-id-'+prop_id).show();
cQuery('.facility-id-'+prop_id + ' .leaveAReviewWrapper').show();
} else {
cQuery('.reviewTable').show();
}
var googleData = {
'facname': facName,
'cat': 'CAS3-reviews',
'action': 'reviews-facility-dropdown',
'label': 'reviews-facility-dropdown',
'value': facName,
};
SHARED.post_gtag(JSON.stringify(googleData));
});
// Trigger change on page load to show default facility's social media
$select.trigger('change');
$container.find('.clearLocationButton').off('click').on('click', function(e){
e.preventDefault();
var $def = $select.find('option.selectLocationsDefault');
if ($def.length) {
$select.val($def.val());
$select.removeAttr('data-propid').trigger('change');
} else {
$select.val('');
$select.removeAttr('data-propid').trigger('change');
}
});
}
});