
<!DOCTYPE html>
<html>
<head>
	
    	<title>Speedqueen.com: Vended Laundry - </title>
	<link rel="shortcut icon" href="/files/speedqueen/shared/sq-favicon.ico">
	<!-- CSS -->
	<link href="/CSS/jquery-ui.min.css" rel="stylesheet" type="text/css" />
	<link href="/CSS/sq-common.css" rel="stylesheet" type="text/css" />
	<link href="/CSS/sq-market.css" rel="stylesheet" type="text/css" />
	<link href="/CSS/prettyPhoto.css" rel="stylesheet" type="text/css" />
	
	<link href="/CSS/sq-vend.css" rel="stylesheet" type="text/css" />
	<link href="/CSS/prettyPhoto.css" rel="stylesheet" type="text/css" />
	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/css/sq-vend-ie7.css" /><![endif]-->
	<!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/sq-vend-ie8.css" /><![endif]-->
	
	

	

	<!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/sq-common-ie8.css" /><![endif]-->
	<!--[if IE 8]><link rel="stylesheet" type="text/css" href="/css/sq-market-ie8.css" /><![endif]-->
	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/css/sq-market-ie7.css" /><![endif]-->
	<!--[if IE 9]><link rel="stylesheet" type="text/css" href="/css/sq-market-ie9.css" /><![endif]-->

	<!-- JS -->
	<script src="/scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
	<script src="/scripts/jquery-migrate-1.1.1.min.js" type="text/javascript"></script>
	<script src="/scripts/jquery.timers-1.2.js" type="text/javascript"></script>
	<script src="/scripts/jquery.prettyPhoto.js" type="text/javascript"></script>
	<script src="/scripts/jqueryUI/jquery-ui.min.js" type="text/javascript"></script>


	

<script type="text/javascript" src="/scripts/jquery.cookie.js"></script> 	
<script type="text/javascript">

$(document).ready(function() {
	
	if (window.location.href.indexOf('news/promotions') == -1) {
		// Ensure the visitor hasn't seen the promo popup.
		if (!$.cookie('sqv_promo_essayContest2014_clicker'))
		{
			$("a[rel^='prettyPhoto']").prettyPhoto({
				theme: 'dark_rounded',
				deeplinking: false,
				social_tools: false,
				image_markup:'<a href="/vend/en-us/news/promotions.aspx"><img id="fullResImage" src={path} /></a>',
			});
			
			$("#clickit").click();	
		}
		
	} 

	// Set the cookie so the visitor doesn't see popup next visit.
	$.cookie('sqv_promo_essayContest2014_clicker', 'is_set', { expires: 7, path: '/' });

});
</script>

<script type="text/javascript" src="/scripts/shadowbox/src/adapter/shadowbox-jquery.js"></script>
<script type="text/javascript" src="/scripts/shadowbox/src/shadowbox.js"></script>
<script type="text/javascript">
    Shadowbox.loadSkin('classic', '/scripts/shadowbox/src/skin');
    Shadowbox.loadLanguage('en', '/scripts/shadowbox/src/lang');
    Shadowbox.loadPlayer(['iframe'], '/scripts/shadowbox/src/player');
    Shadowbox.loadPlayer(['img'], '/scripts/shadowbox/src/player');
    $(document).ready(function () {
        Shadowbox.init();
    });
</script> 

	<script src="/Scripts/jquery.prettyPhoto.js" type="text/javascript"></script>
    	<script type="text/javascript" src="/scripts/swfobject.js"></script>
		<script type="text/javascript">
		swfobject.registerObject("promo", "9.0.0", "/files/speedqueen/shared/swf/expressInstall.swf");
		</script>
	<script type="text/javascript">
	jQuery(document).ready(function($){
		jQuery(".nav-list a").mouseenter(function(){
			var link = $(this);
			jQuery(".nav-list a, .sub-nav-container").stopTime();
			
			var linkSplit = link.attr("id").split("-");
			var id = linkSplit[1];
			
			if($("#children-node-"+id).length > 0){
				link.oneTime(500, "start-open", function() {
					jQuery(".sub-nav-list").hide();
					jQuery(".sub-nav-container").show();
					jQuery("#children-node-"+id).show();
					jQuery("#SubMenu").show();
				});
			} else {
				link.oneTime(500, "start-open", function() {
					jQuery(".sub-nav-list").hide();
					jQuery("#SubMenu").hide();
				});
			}
		}).mouseleave(function(){
			$(this).stopTime();
			$(this).oneTime(500, "start-close", function() {
				jQuery(".sub-nav-container").hide();
				jQuery("#SubMenu").hide();
			});
		});
		jQuery(".sub-nav-container").mouseenter(function(){
			$(".nav-list a").stopTime("start-close");
		}).mouseleave(function(){
			$(this).oneTime(500, "start-close", function() {
				jQuery(".sub-nav-container").hide();
				jQuery("#SubMenu").hide();
			});
		});

		jQuery(".sub-nav-list .child").mouseenter(function(){
			var self = jQuery(this);
			var pChild = self.children(".product-detail-node");
			
			jQuery(".sub-nav-list").stopTime("start-close");
			jQuery(".product-detail-node").hide();
			
			if(pChild.length > 0){
				var navList = jQuery(".sub-nav-list");
				pChild.show();
				var relativeOffset = pChild.offset().left - navList.offset().left;
				var distanceFromEnd = navList.width() - (relativeOffset + pChild.width());
				var hoverOffset = (pChild.offset().left + distanceFromEnd) - navList.offset().left - 20;
				if(distanceFromEnd < 0){
					pChild.css("left",hoverOffset+"px");
				}
			}
		}).mouseleave(function(){
			$(".sub-nav-list").oneTime(500, "start-close", function() {
				jQuery(".product-detail-node").hide();
			});
		});

		jQuery(".product-detail-node").mouseenter(function(){
			jQuery(".sub-nav-list").stopTime();
		}).mouseleave(function(){
			$(".sub-nav-list").oneTime(500, "start-close", function() {
				jQuery(".product-detail-node").hide();
			});
		});;
		
		jQuery("a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded',social_tools:'false'});
	});
	</script>
	
	<script type="text/javascript">
$(document).ready(function() {
function getURLParameter(name) {
    return decodeURI(
        (RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1]
    );
}

if (getURLParameter("playvideo") == 1) {
	$("#sq_video_main").click();
}

});
</script>

	
	<script type="text/javascript">
    	$(function() {

    	    // png fix for ie8
    	    if (jQuery.browser.msie == true && jQuery.browser.version == 8) {
    	        jQuery(".content-area").each(function (i, elem) {
    	            var product = jQuery(elem).children(".product");
    	            product.remove();
    	            $(elem).append("<div class=\"ie-fix\"><div class=\"float-left\" style=\"background-image:url('" + product.attr("src") + "');filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + product.attr("src") + "', sizingMethod='crop');width:" + product.attr("width") + "px;height:" + product.attr("height") + "px;\"></div></div>");
    	        });
    	    }

    	    var $printButton = $('<span></span>');
    	    $printButton.addClass('printIconButton').click(function (e) {
    	        e.preventDefault();
    	        window.print();
    	    });
    	    $('div.share-this, div.share-this-detail').append($printButton);

    	});
    
	</script>
	
	<script type="text/javascript">
		jQuery(document).ready(function(){	


			if (!jQuery.browser.opera) {

				jQuery("select.RegionStyle").each(function(){
					var title = jQuery(this).attr('title');
					if( jQuery('option:selected', this).val() != ''  ) title = jQuery('option:selected',this).text();
					jQuery(this)
						.css({'z-index':10,'opacity':0,'-khtml-appearance':'none'})
						.after('<span class="RegionStyle">' + title + '</span>')
						.change(function(){
							val = jQuery('option:selected',this).text();
							jQuery(this).next().text(val);
							})
				});
			};	
		});
	</script>

	<script type="text/javascript">
		jQuery(document).ready(function(){	

			if (!jQuery.browser.opera) {

				jQuery("select.LangStyle").each(function(){
					var title = jQuery(this).attr('title');
					if( jQuery('option:selected', this).val() != ''  ) title = jQuery('option:selected',this).text();
					jQuery(this)
						.css({'z-index':10,'opacity':0,'-khtml-appearance':'none'})
						.after('<span class="LangStyle">' + title + '</span>')
						.change(function(){
							val = jQuery('option:selected',this).text();
							jQuery(this).next().text(val);
							})
				});

			};
				
		});
	</script>
	
	<!-- jqueryUI tooltip init -->
	<script type="text/javascript">
		$(document).ready(function(){
			$( ".quantum-tooltip" ).tooltip({ 
				content: "Revolutionary Quantum<sup>&reg;</sup> Gold technology combines equipment controls, programming and wireless networking into one full-store management system, giving you total control over your profitability from any computer, anywhere in the world.",
				items:'*'
			});
		});
	</script>

    <!-- Meta Data -->
    <meta name="description" content="Commercial coin operated laundry equipment from Speed Queen. An unbeatable combination of on-premises commercial laundry equipment including washer extractors, tumble dryers, washers and flatwork finisher and ironer units." />
    <meta name="keywords" content="coin operated laundry equipment business commercial op laundromats energy efficient on-premises stack washer extractors tumble dryers vended Softmount flatwork finisher ironer Speed Queen" />
    
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3802774-5']);
_gaq.push(['_setDomainName', 'speedqueen.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['secondTracker._setAccount', 'UA-3802774-26']);
_gaq.push(['secondTracker._setDomainName', 'speedqueen.com']);
_gaq.push(['secondTracker._setAllowLinker', true]);
_gaq.push(['secondTracker._trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</script>
<script type="text/javascript">
function trackOutboundLink(link, category, action) { 
  try { 
    _gaq.push(['_trackEvent', category , action]);
    _gaq.push(['secondTracker._trackEvent', category , action]);
  } catch(err) { }
  setTimeout(function() {document.location.href = link.href;}, 100);
}
</script>
</head>
<body>
	<form name="aspnetForm" method="post" action="/vend/en-us/news/success-stories.aspx?rss=true" id="aspnetForm">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgQCDw9kFgJmD2QWAmYPFgIeBFRleHQF0Ag8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+DQp2YXIgX2dhcSA9IF9nYXEgfHwgW107DQpfZ2FxLnB1c2goWydfc2V0QWNjb3VudCcsICdVQS0zODAyNzc0LTUnXSk7DQpfZ2FxLnB1c2goWydfc2V0RG9tYWluTmFtZScsICdzcGVlZHF1ZWVuLmNvbSddKTsNCl9nYXEucHVzaChbJ19zZXRBbGxvd0xpbmtlcicsIHRydWVdKTsNCl9nYXEucHVzaChbJ190cmFja1BhZ2V2aWV3J10pOw0KX2dhcS5wdXNoKFsnc2Vjb25kVHJhY2tlci5fc2V0QWNjb3VudCcsICdVQS0zODAyNzc0LTI2J10pOw0KX2dhcS5wdXNoKFsnc2Vjb25kVHJhY2tlci5fc2V0RG9tYWluTmFtZScsICdzcGVlZHF1ZWVuLmNvbSddKTsNCl9nYXEucHVzaChbJ3NlY29uZFRyYWNrZXIuX3NldEFsbG93TGlua2VyJywgdHJ1ZV0pOw0KX2dhcS5wdXNoKFsnc2Vjb25kVHJhY2tlci5fdHJhY2tQYWdldmlldyddKTsNCihmdW5jdGlvbigpIHsNCnZhciBnYSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ3NjcmlwdCcpOw0KZ2EudHlwZSA9ICd0ZXh0L2phdmFzY3JpcHQnOw0KZ2EuYXN5bmMgPSB0cnVlOw0KZ2Euc3JjID0gKCdodHRwczonID09IGRvY3VtZW50LmxvY2F0aW9uLnByb3RvY29sID8gJ2h0dHBzOi8vc3NsJyA6ICdodHRwOi8vd3d3JykgKyAnLmdvb2dsZS1hbmFseXRpY3MuY29tL2dhLmpzJzsNCnZhciBzID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeVRhZ05hbWUoJ3NjcmlwdCcpWzBdOyBzLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlKGdhLCBzKTsNCn0pKCk7DQo8L3NjcmlwdD4NCjwvc2NyaXB0Pg0KPHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPg0KZnVuY3Rpb24gdHJhY2tPdXRib3VuZExpbmsobGluaywgY2F0ZWdvcnksIGFjdGlvbikgeyANCiAgdHJ5IHsgDQogICAgX2dhcS5wdXNoKFsnX3RyYWNrRXZlbnQnLCBjYXRlZ29yeSAsIGFjdGlvbl0pOw0KICAgIF9nYXEucHVzaChbJ3NlY29uZFRyYWNrZXIuX3RyYWNrRXZlbnQnLCBjYXRlZ29yeSAsIGFjdGlvbl0pOw0KICB9IGNhdGNoKGVycikgeyB9DQogIHNldFRpbWVvdXQoZnVuY3Rpb24oKSB7ZG9jdW1lbnQubG9jYXRpb24uaHJlZiA9IGxpbmsuaHJlZjt9LCAxMDApOw0KfQ0KPC9zY3JpcHQ+DQpkAhEQZGQWBmYPZBYCAgEPZBYCZg9kFgRmDxAPFgYeDURhdGFUZXh0RmllbGQFA0tleR4ORGF0YVZhbHVlRmllbGQFBVZhbHVlHgtfIURhdGFCb3VuZGdkEBUCDVVuaXRlZCBTdGF0ZXMJV29ybGR3aWRlFQICdXMCd3cUKwMCZ2cWAWZkAgIPEA8WCB8BBQNLZXkfAgUFVmFsdWUfA2ceB1Zpc2libGVoZGQWAGQCAQ9kFgJmD2QWAgIBDxYCHwAFlQI8bGk+PGEgaHJlZj0iL3ZlbmQvZW4tdXMuYXNweCIgY2xhc3M9InNlbGVjdGVkIj5WZW5kZWQgTGF1bmRyeTwvYT48L2xpPjxsaT48YSBocmVmPSIvbXVsdGlob3VzaW5nL2VuLXVzLmFzcHgiIGNsYXNzPSIiPk11bHRpLUhvdXNpbmcgTGF1bmRyeTwvYT48L2xpPjxsaT48YSBocmVmPSIvaG9tZS9lbi11cy5hc3B4IiBjbGFzcz0iIj5Ib21lIExhdW5kcnk8L2E+PC9saT48bGk+PGEgaHJlZj0iL29wbC9lbi11cy5hc3B4IiBjbGFzcz0iIj5Pbi1QcmVtaXNlcyBMYXVuZHJ5PC9hPjwvbGk+ZAIID2QWAgIBD2QWAgIDD2QWAmYPZBYCAgMPDxYCHwRoZBYCZg8QZGQWAGRkvW/jPE4wuHRNg/ykJCbcNEQHqjw=" />
</div>

	<div id="top">
		<div id="regionbox">
			
	<select name="ctl00$ctl00$ctl00$ctl00$ctl00$ContentPlaceHolderDefault$RegionNavigation$SQ_RegionLanguageSelector_4$RegionDDL" id="ctl00_ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_RegionNavigation_SQ_RegionLanguageSelector_4_RegionDDL" class="RegionStyle">
	<option selected="selected" value="us">United States</option>
	<option value="ww">Worldwide</option>

</select>


		</div>
		
<ul class="markets h-list float-right">
    <li><a href="/vend/en-us.aspx" class="selected">Vended Laundry</a></li><li><a href="/multihousing/en-us.aspx" class="">Multi-Housing Laundry</a></li><li><a href="/home/en-us.aspx" class="">Home Laundry</a></li><li><a href="/opl/en-us.aspx" class="">On-Premises Laundry</a></li>
</ul>
<div class="clear"></div>
	</div>
	<div id="main">
		
	<!-- The navigation list is positioned over the menu graphic in order for the 
	the links to display -->
	<div id="menu">
		<div class="ie-fix"></div>
	</div>
	<ul class="h-list nav-list vend">
  <li><a href="/vend/en-us/about-us.aspx" id="node-1805"><span>About Us</span></a></li>
  <li><a href="/vend/en-us/products.aspx" id="node-1806"><span>Products</span></a></li>
  <li><a href="/vend/en-us/controls.aspx" id="node-1836"><span>Controls</span></a></li>
  <li><a href="/vend/en-us/support.aspx" id="node-1842"><span>Support</span></a></li>
  <li><a href="/vend/en-us/investing-in-laundromats.aspx" id="node-1853"><span>Investing In Laundromats</span></a></li>
  <li><a href="/vend/en-us/finance.aspx" id="node-1863"><span>Finance</span></a></li>
  <li class="selected"><a href="/vend/en-us/news.aspx" id="node-1874"><span>News</span></a></li>
  <li class="last"><a href="/vend/en-us/contact-us.aspx" id="node-1878"><span>Contact Us</span></a></li>
</ul>
<div style="display:none;" id="SubMenu"></div>
<div class="sub-nav-container">
  <ul id="children-node-1806" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Hardmount Washer-Extractors</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/16736/hardmount-washer-sm.png" width="100" height="134" alt="hardmount-washer-sm"/></p>

<p>Flexible water usage. High-speed extraction. This sublime
marriage of form and function will be the crown jewel of your
laundry operation.</p>
<p><a class="button-link" href="/vend/en-us/products/hardmount-washer-extractors.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/hardmount-washer-extractors.aspx" id="node_1810">Hardmount Washer-Extractors</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Front Load Washers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p><img src="/media/17137/horizon-front-load-sm.png" width="100" height="130" alt="horizon-front-load-sm" class="image-float-right"/></p>

<p>Energy Efficient. Cost Efficient. Everything you need to reduce
operating costs, from our low water usage to our high-speed
extraction.</p>
<p><a class="button-link" href="/vend/en-us/products/front-load-washers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/front-load-washers.aspx" id="node_1813">Front Load Washers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Top Load Washers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/16900/vendtopload_sm.png" width="92" height="133" alt="vendtopload_sm"/></p>

<p>As timeless as they are reliable, these washers are built from
the ground up from heavy-duty components that are guaranteed to
stand the test of time.</p>
<p><a class="button-link" href="/vend/en-us/products/top-load-washers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/top-load-washers.aspx" id="node_1816">Top Load Washers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Tumble Dryers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/16942/vendtumbdry_sm.png" width="82" height="133" alt="vendtumbdry_sm"/></p>

<p>Uncomplicated. Uncompromising. Unmatched. Enjoy heavy-duty
construction that will provide reliable operation for years to
come.</p>
<p><a class="button-link" href="/vend/en-us/products/tumble-dryers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/tumble-dryers.aspx" id="node_1819">Tumble Dryers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Stack Tumble Dryers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/16984/vendstackdry_sm.png" width="76" height="150" alt="vendstackdry_sm"/></p>

<p>Get twice the capacity of a standard dryer in the floor space of
a single pocket tumble dryer. Plus, you'll still only need one set
of gas, electric and exhaust hook ups, simplifying your
installation.</p>
<p><a class="button-link" href="/vend/en-us/products/stack-tumble-dryers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/stack-tumble-dryers.aspx" id="node_1822">Stack Tumble Dryers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Single Dryers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/17026/single-dryer-sm.png" width="100" height="139" alt="single-dryer-sm"/></p>

<p>With a large load capacity in a compact frame, each one of our
single dryers is all business, all the time. So you don't have to
be.</p>
<p><a class="button-link" href="/vend/en-us/products/single-dryers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/single-dryers.aspx" id="node_1825">Single Dryers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Stack Dryers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/17063/stack-tumblers-sm.png" width="80" height="190" alt="stack-tumblers-sm"/></p>

<p>Save your floor space and double up on some of the most
efficient dryers in the industry. We even provide extra capacity
for large loads, for the ultimate in space-saving performance.</p>
<p><a class="button-link" href="/vend/en-us/products/stack-dryers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/stack-dryers.aspx" id="node_1828">Stack Dryers</a></li>
    <li class="child" style="width:109px">
      <ul style="display:none;" class="product-detail-node">
        <li>
          <h2>Stack Washer/Dryers</h2><img src="/files/speedqueen/vend/Home-Spacer.png" alt=""><br>
<p class="image-float-right"><img src="/media/17179/vendstackwd_sm.png" width="72" height="150" alt="vendstackwd_sm"/></p>

<p>Turn your world on its edge and get the complete package in a
single unit, combining our efficient dryers with the powerful
performance of our industry-leading front load washers.</p>
<p><a class="button-link" href="/vend/en-us/products/stack-washerdryers.aspx">view product details</a></p>
        </li>
      </ul><a href="/vend/en-us/products/stack-washerdryers.aspx" id="node_1832">Stack Washer/Dryers</a></li>
  </ul>
  <ul id="children-node-1836" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child" style="width:175px"><a href="/vend/en-us/controls/the-revolutionary-technology-of-quantum.aspx" id="node_1837">The Revolutionary Technology of Quantum</a></li>
    <li class="child" style="width:175px"><a href="/vend/en-us/controls/maximize-revenue.aspx" id="node_1838">Maximize Revenue</a></li>
    <li class="child" style="width:175px"><a href="/vend/en-us/controls/manage-your-laundry.aspx" id="node_1839">Manage Your Laundry</a></li>
    <li class="child" style="width:175px"><a href="/vend/en-us/controls/increase-flexibility-and-profitability.aspx" id="node_1840">Increase Flexibility and Profitability</a></li>
    <li class="child" style="width:175px"><a href="/vend/en-us/controls/reduce-operating-costs.aspx" id="node_1841">Reduce Operating Costs</a></li>
  </ul>
  <ul id="children-node-1842" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child" style="width:83px"><a href="/vend/en-us/support/brochures.aspx" id="node_1843">Brochures</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/product-manuals.aspx" id="node_1844">Product Manuals</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/service-parts.aspx" id="node_1845">Service Parts</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/safety.aspx" id="node_1846">Safety</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/service-school.aspx" id="node_1847">Service School</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/warranty.aspx" id="node_1848">Warranty</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/maintenance-tips.aspx" id="node_1849">Maintenance Tips</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/laundry-design.aspx" id="node_1850">Laundry Design</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/image-database.aspx" id="node_1851">Image Database</a></li>
    <li class="child" style="width:83px"><a href="/vend/en-us/support/banner-ads.aspx" id="node_1852">Banner Ads</a></li>
  </ul>
  <ul id="children-node-1863" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/online-credit-application.aspx" id="node_2100">Online Credit Application</a></li>
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/financial-services.aspx" id="node_1864">Financial Services</a></li>
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/my-loans.aspx" id="node_1869">My Loans</a></li>
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/promotions.aspx" id="node_5404">Promotions</a></li>
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/faqs.aspx" id="node_1872">FAQs</a></li>
    <li class="child" style="width:93px"><a href="/vend/en-us/finance/pre-owned-equipment.aspx" id="node_1873">Pre-Owned Equipment</a></li>
  </ul>
  <ul id="children-node-1874" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child"><a href="/vend/en-us/news/what's-new.aspx" id="node_1876">What's New</a></li>
    <li class="child"><a href="/vend/en-us/news/success-stories.aspx" id="node_2041">Success Stories</a></li>
    <li class="child"><a href="/vend/en-us/news/promotions.aspx" id="node_2098">Promotions</a></li>
    <li class="child"><a href="/vend/en-us/news/industry-events.aspx" id="node_1877">Industry Events</a></li>
    <li class="child"><a href="/vend/en-us/news/newsletter.aspx" id="node_5423">Newsletter</a></li>
  </ul>
  <ul id="children-node-1878" class="h-list alt-link-list-4 sub-nav-list">
    <li class="child"><a href="/vend/en-us/contact-us/locate-a-distributor.aspx" id="node_2054">Locate a Distributor</a></li>
    <li class="child"><a href="/vend/en-us/contact-us/feedback.aspx" id="node_2055">Feedback</a></li>
  </ul>
</div>

		<div class="background" style="background-image:url('/media/16648/containerbackground-middle.jpg')">
			<div class="top" style="background-image:url('/media/18725/vended-news-top.jpg')">
				<!--<a class="hideable" href="/home/en-us.aspx"><img style="position: relative; left: 25px; top: 25px; float: left;" src="/images/BCAwareness/sqlogo-small.png" alt="sqlogo-small" /></a>-->
				<div class="content-top">
					
	<a class="home-image" href="/vend/en-us.aspx" xmlns:urlhandler="urn:urlhandler"></a>

					<ul class="h-list breadcrumb-list">
  <li><a href="/vend/en-us/news.aspx"><span>News</span></a></li>
  <li>:
			<a href="/vend/en-us/news/success-stories.aspx"><span>Success Stories</span></a></li>
</ul>

					<div class="phone-number" style="float:right; color: #666666; font-size: 16px; margin-right: 15px; line-height: 18px;">
						
	<p>1-800-590-8872</p>

					</div>
				<!--<div class="hideable" style="float: right;margin: 15px 25px"><a onClick="_gaq.push(['_trackEvent', 'SQ Home BC Awareness', 'Commited Link Click']);"style="color: #ec4aa6" href="/home/en-us/breast-cancer-awareness.aspx" target="_blank">Commited to the Cure</a></div>-->

				</div>
				<div class="content">
					
	
<div id="content-container">
	
	<div id="Sidebar-Navigation" class="float-left">
  <h2><span>News</span></h2>
  <ul>
    <li><a href="/vend/en-us/news/what's-new.aspx" id="node-1876">What's New</a></li>
    <li class="&#xA;							selected&#xA;						"><a href="/vend/en-us/news/success-stories.aspx" id="node-2041">Success Stories</a></li>
    <li><a href="/vend/en-us/news/promotions.aspx" id="node-2098">Promotions</a></li>
    <li><a href="/vend/en-us/news/industry-events.aspx" id="node-1877">Industry Events</a></li>
    <li><a href="/vend/en-us/news/newsletter.aspx" id="node-5423">Newsletter</a></li>
  </ul>
  <div style="padding:30px 0px 5px 0px;background-image:none;background-repeat:no-repeat;" id="special_offers"><a rel="shadowbox;width=450;height=660;" href="/vend/en-us/sign-up-for-special-offers.aspx"><img src="/files/speedqueen/shared/SignUpForSpecialOffers.png"></a></div>
</div>
	
	<div class="float-left" id="content-area">
		<h2></h2>
		<img src="/files/speedqueen/shared/Content-Horizontal-Spacer.png" alt="" border="0" />
		<script type="text/javascript">
	
	function SuccessStoriesHelper(successStoryChildSelector) { 
		// close all except for the first element
		var counter = 0;
		var obj = this;
		var children = jQuery(successStoryChildSelector);
		children.each(function(){
			if(counter == 0){
				obj.open(this);
			} else {
				obj.close(this);
			}
			counter++;
		});
		children.children(".head").click(function(){
			var parent = jQuery(this).parent();
			var siblings = parent.siblings();
			
			if(parent.hasClass("story-closed")){
				obj.open(parent);
				obj.close(siblings);
			} else {
				obj.close(parent);
				obj.close(siblings);
			}
		});
		
	}
	
	SuccessStoriesHelper.prototype.open = function(storySelector) {
		var self = jQuery(storySelector);
		self.removeClass("story-closed");
	}

	SuccessStoriesHelper.prototype.close = function(storySelector) {
		var self = jQuery(storySelector);
		self.addClass("story-closed");
	}
	
	jQuery(document).ready(function(){
		var helper = new SuccessStoriesHelper(".success-stories .story");
	});
	
	</script><div class="success-stories">
  <div class="story">
    <div class="head">
      <h3>Jon Horn - Allentown, PA</h3>
    </div>
    <div class="body">
      <div class="video"><a href="http://www.youtube.com/watch?v=TTLuEbnQltk?width=500&amp;height=360" rel="prettyPhoto" title="Increase Your Laundromat's Success with Newer, Larger, Efficient Equipment and Advance Controls"><img alt="" width="245" style="padding-bottom:10px;" src="/media/268794/jon-horn-pa.jpg"></a><br></div>
<p>Jon Horn discusses the benefits of owning eight successful Speed
Queen laundromats, and the added value of replacing older equipment
with newer, larger, energy efficient machines equipped with
advanced Quantum™ Gold controls.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Deechen Horton</h3>
    </div>
    <div class="body">
      <div class="video"><a href="http://www.youtube.com/watch?v=Kccv8wPbPEg?width=500&amp;height=360" rel="prettyPhoto" title="Learn how Deechen Horton drastically improved profitability by upgrading an old laundromat with reliable, high-performance Speed Queen equipment."><img alt="" width="245" style="padding-bottom:10px;" src="/media/298162/speedqueendhorton.jpg"></a><br></div>
<p>California entrepreneur Deechen Horton saw an investment
opportunity in coin laundry. She purchased an old, neglected
laundromat and upgraded the equipment to reliable, high-performance
Speed Queen commercial washers and dryers, giving customers what
they're looking for and drastically improving profitability.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Building A Profitable Future</h3>
    </div>
    <div class="body">
      <div class="video"><a href="http://www.youtube.com/watch?v=LuYjIfCqtp0?width=500&amp;height=360" rel="prettyPhoto" title="See how Al Amiri was able to supplement his income by investing in the coin laundry business, which delivers high ROI with very little effort. "><img alt="" width="245" style="padding-bottom:10px;" src="/media/305298/alamirihome243x126.jpg"></a><br></div>
<p>When Al Amiri was looking for supplemental income, he realized a
coin laundromat business with Speed Queen® would generate high ROI
with little effort. He now buys and refurbishes older laundromats
to sell to other investors - helping them build their future with a
stable, profitable business.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Ed and Rich McCobb</h3>
    </div>
    <div class="body">
      <div class="video"><a href="http://www.youtube.com/watch?v=u0z3QDG8-jg?width=500&amp;height=360" rel="prettyPhoto" title="See how Ed and Rich McCobb exceeded their profit expectations by investing in a coin laundromat with the help of Speed Queen®."><img alt="" width="245" style="padding-bottom:10px;" src="/media/304852/ed_mccobb_homepage.jpg"></a><br></div>
<p>Ed and Rich McCobb invested in a coin laundromat for its
flexibility and high ROI. And they partnered with Speed Queen® for
reliable equipment with advanced Quantum® Controls. Speed Queen
helped them from site demographics to store design to financing,
and their profits quickly beat their expectations.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Phillip Viccinelli – Austin, TX</h3>
    </div>
    <div class="body">
      <div class="video"><a href="/files/speedqueen/shared/swf/washtopia.swf?width=500&amp;height=360" rel="prettyPhoto" title="Phillip Viccinelli, multi-store owner from Austin, TX."><img alt="" width="245" style="padding-bottom:10px;" src="/media/233113/washtopia-1.jpg"></a><br></div>
<p>Phillip Viccinelli, owner of Washatopia in Georgetown and
Austin, Texas, has been using Speed Queen machines for more than 17
years. See how the Quantum Gold control allows him to pull reports,
change prices and manage his stores from anywhere in the world.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Ed Ellis – Winter Park, FL</h3>
    </div>
    <div class="body">
      <div class="video"><a href="/files/speedqueen/shared/swf/EdEllis.swf?width=500&amp;height=360" rel="prettyPhoto" title="The Laundry King of Central Florida."><img alt="" width="245" style="padding-bottom:10px;" src="/media/21896/edellisthumb.png"></a><br></div>
<p>Ed Ellis and his wife Rachael got into the laundry business to
escape the 24/7 grind of the property management business. Discover
how they use Quantum Gold's remote management technology to make
their lives simpler, as they implement special promotions, manage
their revenue and program their machines, all without leaving their
own backyard.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Greg Fuhrman – Fort Collins, CO</h3>
    </div>
    <div class="body">
      <div class="video"><a href="/files/speedqueen/shared/swf/fort-collins.swf?width=500&amp;height=360" rel="prettyPhoto" title=""><img alt="" width="245" style="padding-bottom:10px;" src="/media/21928/ft-collins.jpg"></a><br></div>
<p>Greg Fuhrman had a vision for his laundromat business in
Colorado. That vision placed a heavy emphasis on technology to
assist with efficiently running the venture. In this video, he
discusses the benefits of his Quantum Gold networked store and life
in a Quantum World.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Brian Brunckhorst – Hayward, CA</h3>
    </div>
    <div class="body">
      <div class="video"><a href="/files/speedqueen/shared/swf/brunckhorst.swf?width=500&amp;height=360" rel="prettyPhoto" title=""><img alt="" width="245" style="padding-bottom:10px;" src="/media/22158/brunckhorst.jpg"></a><br></div>
<p>Brian Brunckhorst, of Advantage Laundry, uses Quantum Gold's
remote management capabilities to work "on his business, not in his
business." He manages vend prices and water settings from anywhere
in the world, and receives email alerts if any of his machines need
service. He also uses Quantum Gold to increase customer
loyalty.</p>
</div>
  </div>
  <div class="story">
    <div class="head">
      <h3>Ed Schmidt – Athens, TN</h3>
    </div>
    <div class="body">
<p>In virtually every retail outlet across America consumers are
given the option to use their credit or debit card to pay for their
purchases. But in about 99 percent of coin laundries, paying for
washing and drying with these types of cards isn't an option.</p>

<p>Previously, the technology either wasn't available or it was too
expensive. But times have changed. And if you're looking for a
competitive edge or a revenue booster, retrofitting coin laundry
equipment with credit/debit readers may be a great way of
increasing profits.</p>

<p><strong>Some Statistics</strong></p>

<p>Credit and debit card statistics back up the argument for coin
laundries to offer equipment with devices that take these
cards.</p>

<p>By the end of 2010, MasterCard and Visa had more than 960
million credit and debit cards in circulation in the U.S.,
according to each card's website. And, consumers are more likely to
purchase more when paying with credit and debit cards when compared
to cash purchases, according to "The Survey of Consumer Payment
Choice," Federal Reserve Bank of Boston.</p>

<p><strong>The First in Tennessee</strong></p>

<p>When Ed Schmidt decided to open a laundromat in Athens, Tenn.,
he wanted to provide the optimum flexibility for his customers.</p>

<p>The Sullied Duck opened in June 2010 as the first laundromat in
Tennessee to provide a credit/debit card system for laundry
customers. The system is on 20 of the washers and dryers, giving
customers the option to use coins or credit/debit cards.</p>

<p>The credit/debit card system has been popular with customers
because they no longer have to carry large amounts of coins. Using
a credit/debit card streamlines the laundry process because
customers don't need to take steps to get cash or change before
using the machines.</p>

<p>About 30 percent of customers use the credit/debit option, with
70 percent still using coins.</p>

<p>The laundromat also provides maximum flexibility with its mix of
equipment. It offers 21 Speed Queen washers ranging in size from 20
pounds to 80 pounds, and 23 dryers ranging from 30 pounds to 75
pounds. The different sizes allow customers to choose the option
that best suits their needs.</p>

<p>The Speed Queen patented Quantum Silver control system has been
a helpful tool to Ed. Quantum allows Ed to monitor store activity
including machine usage and water consumption. Quantum Silver also
allows customers to select different wash cycles with varying
temperatures and fill levels.</p>

<p>Ed wanted to make sure his customers had a great experience at
his store so he added amenities like free Wi-Fi, flat panel
televisions, an adult lounge and a children's lounge complete with
video games to appeal to different audiences. He also offers a
curbside drop-off service for those customers in a hurry and
professional alterations.</p>

<p><strong>Return on Investment</strong></p>

<p>Laundromats have a traditionally high return on investment with
low or no labor costs. They have the potential for first year ROI
of up to 15-to-20 percent and a breakeven point on investment of
less than a year.</p>

<p>Ed notes that the laundromat has been a good investment. The
store has been in the black since the third month of opening. Ed
attributes the success to a combination of factors: service,
equipment, ambiance and the added value benefits available.</p>

<p>Customers see the value of the Speed Queen machines, recognizing
that they're top of the line, have better wash cycles and are
dependable. The amenities, along with good customer service, help
keep a steady flow of attendance and drive repeat business.</p>

<p>The credit/debit card machines have helped give The Sullied Duck
its competitive advantage. Customers are using more expensive
cycles since they no longer have to carry coins and are willing to
break up larger loads, using more machines. With the amount of
people who rely on credit/debit cards every day, the system will
undoubtedly become more popular over time.</p>

<p><strong>Importance of the Right Distributor</strong></p>

<p>Ed partnered with Star Distributing of Tennessee when he decided
to open The Sullied Duck. From day one, they worked with him to
provide information on the laundry industry, including location
selection, store layout and equipment mix. They also helped Ed set
up financing through Alliance Laundry Systems.</p>

<p>Star Distributing was a great partner when it came to
establishing the credit/debit card system as they had familiarity
with the set-up and made sure The Sullied Duck was equipped with
the right machines for the system.</p>

<p>Star Distributing continues to be a resource for Ed. They stop
by to do routine maintenance, as well as conduct training to keep
Schmidt and his staff up to date with the industry developments. Ed
uses his distributor partner for a sounding board as he continues
to grow and develop the business.</p>
</div>
  </div>
</div>
	</div>

	<div class="float-left right-sidebar" style="width:283px;">
		<h2>To Purchase, Locate a Distributor</h2>
		<img src="/files/speedqueen/vend/Home-Spacer.png" alt="" style="padding-bottom:5px;" /><br/>
		

<script type="text/javascript">
    jQuery(document).ready(function () {
        jQuery(".ZipcodeTextBox").click(function () {
            var self = jQuery(this);
            if (self.val() == "Enter Zip") {
                self.val("");
            }
        });
    });
</script>

<div id="ctl00_ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentAreaPlaceholder_VendedContentPlaceHolder_SQ_DistributorLocator_11_DistributorLocatorPanel">
	

<table id="SQ_DistributorLocator" cellpadding="0" cellspacing="0">
    <tr>
        <td colspan="3">
            
        </td>
    </tr>
    <tr>
        <td class="label">Locate a Distributor</td>
        <td><input name="ctl00$ctl00$ctl00$ctl00$ctl00$ContentPlaceHolderDefault$ContentAreaPlaceholder$VendedContentPlaceHolder$SQ_DistributorLocator_11$zipCodeTextBox" type="text" value="Enter Zip" id="ctl00_ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentAreaPlaceholder_VendedContentPlaceHolder_SQ_DistributorLocator_11_zipCodeTextBox" class="ZipcodeTextBox" /></td>
        <td class="submitCell">
            <input type="submit" name="ctl00$ctl00$ctl00$ctl00$ctl00$ContentPlaceHolderDefault$ContentAreaPlaceholder$VendedContentPlaceHolder$SQ_DistributorLocator_11$SubmitButton" value="" id="ctl00_ctl00_ctl00_ctl00_ctl00_ContentPlaceHolderDefault_ContentAreaPlaceholder_VendedContentPlaceHolder_SQ_DistributorLocator_11_SubmitButton" class="submitBtn" /></td>
    </tr>
</table>


</div>


		<img src="/files/speedqueen/vend/Home-Spacer.png" alt="" style="padding-bottom:5px;" /><br/>
		

		
		
		<h2>Share This</h2>
		<img src="/files/speedqueen/vend/Home-Spacer.png" alt="" style="padding-bottom:5px;" /><br/>
		<script type="text/javascript">var switchTo5x=true;</script>
		<span class='st_delicious' ></span><span class='st_digg' ></span><span class='st_facebook' ></span><span class='st_google_bmarks' ></span><span class='st_linkedin' ></span><span class='st_stumbleupon' ></span><span class='st_twitter' ></span><span class='st_email' ></span>
		
		
	</div>
	<div class="clear"></div>
</div>


				</div>
			</div>
		</div>
		<div class="bottom" style="background-image:url('/media/16649/containerbackground-bottom.jpg')"></div>
	</div>

	
	<div id="social-icons">
		<a href="http://www.youtube.com/user/SpeedQueenLdry"><img src="/files/speedqueen/shared/Icons-YouTube.png" alt="YouTube" /></a>
		<img src="/files/speedqueen/shared/social-divider.png" alt="" border="0" />
		<a href="http://extranet.alliancels.net" class="button-link">extranet login</a>
	</div>


	<div id="footer">
		<div class="inner">
			<a href="/"><img class="float-left" src="/files/speedqueen/shared/FooterSpeedQueenLogo.png" alt="Speed Queen" /></a>
			<div class="content float-left center">
				<p style="vertical-align:middle;">® Registered Trademark of Alliance Laundry Systems LLC © 2011 All Rights Reserved</p>
			</div>
			<a href="http://www.comlaundry.com/"><img class="float-left" src="/files/speedqueen/shared/Footer-AllianceLogo.png" alt="Speed Queen" /></a>
			<img class="clear" src="/files/speedqueen/shared/Footer-Spacer.png" alt="" />
					
	<h3>Vended Laundry:</h3>
	<div class="columns">
		<div class="column float-left column-speed-queen">
			<h4>Speed Queen</h4>
			<p>
			Alliance Laundry Systems LLC<br>
			Attn: Speed Queen Sales<br>
			Shepard Street PO Box 990<br>
			Ripon, WI 54971-0990<br>
			1-800-590-8872<br>
			</p>
<ul>
<li><a href="/vend/en-us/contact-us.aspx">Contact Us</a></li>
<li><a href="/vend/en-us/environmental-impact-statement.aspx">Environmental Impact Statement</a></li>
<li><a href="/vend/en-us/privacy-policy.aspx">Privacy Policy</a></li>
<li><a href="/vend/en-us/terms-of-use.aspx">Terms of Use</a></li>
<li><a href="http://www.speedqueen.com/vend/en-ww.aspx">Worldwide Site</a></li>
			</ul>
		</div>
<div class="column float-left column-products">
  <ul class="node-children">
    <h4><span>Products</span></h4>
    <li><a href="/vend/en-us/products/hardmount-washer-extractors.aspx" id="node-1810"><span>Hardmount Washer-Extractors</span></a></li>
    <li><a href="/vend/en-us/products/front-load-washers.aspx" id="node-1813"><span>Front Load Washers</span></a></li>
    <li><a href="/vend/en-us/products/top-load-washers.aspx" id="node-1816"><span>Top Load Washers</span></a></li>
    <li><a href="/vend/en-us/products/tumble-dryers.aspx" id="node-1819"><span>Tumble Dryers</span></a></li>
    <li><a href="/vend/en-us/products/stack-tumble-dryers.aspx" id="node-1822"><span>Stack Tumble Dryers</span></a></li>
    <li><a href="/vend/en-us/products/single-dryers.aspx" id="node-1825"><span>Single Dryers</span></a></li>
    <li><a href="/vend/en-us/products/stack-dryers.aspx" id="node-1828"><span>Stack Dryers</span></a></li>
    <li><a href="/vend/en-us/products/stack-washerdryers.aspx" id="node-1832"><span>Stack Washer/Dryers</span></a></li>
  </ul>
</div>
<div class="column float-left column-controls">
  <ul class="node-children">
    <h4><span>Controls</span></h4>
    <li><a href="/vend/en-us/controls/the-revolutionary-technology-of-quantum.aspx" id="node-1837"><span>The Revolutionary Technology of Quantum</span></a></li>
    <li><a href="/vend/en-us/controls/maximize-revenue.aspx" id="node-1838"><span>Maximize Revenue</span></a></li>
    <li><a href="/vend/en-us/controls/manage-your-laundry.aspx" id="node-1839"><span>Manage Your Laundry</span></a></li>
    <li><a href="/vend/en-us/controls/increase-flexibility-and-profitability.aspx" id="node-1840"><span>Increase Flexibility and Profitability</span></a></li>
    <li><a href="/vend/en-us/controls/reduce-operating-costs.aspx" id="node-1841"><span>Reduce Operating Costs</span></a></li>
  </ul>
</div>
<div class="column float-left column-support">
  <ul class="node-children">
    <h4><span>Support</span></h4>
    <li><a href="/vend/en-us/support/brochures.aspx" id="node-1843"><span>Brochures</span></a></li>
    <li><a href="/vend/en-us/support/product-manuals.aspx" id="node-1844"><span>Product Manuals</span></a></li>
    <li><a href="/vend/en-us/support/service-parts.aspx" id="node-1845"><span>Service Parts</span></a></li>
    <li><a href="/vend/en-us/support/safety.aspx" id="node-1846"><span>Safety</span></a></li>
    <li><a href="/vend/en-us/support/service-school.aspx" id="node-1847"><span>Service School</span></a></li>
    <li><a href="/vend/en-us/support/warranty.aspx" id="node-1848"><span>Warranty</span></a></li>
    <li><a href="/vend/en-us/support/maintenance-tips.aspx" id="node-1849"><span>Maintenance Tips</span></a></li>
    <li><a href="/vend/en-us/support/laundry-design.aspx" id="node-1850"><span>Laundry Design</span></a></li>
    <li><a href="/vend/en-us/support/image-database.aspx" id="node-1851"><span>Image Database</span></a></li>
    <li><a href="/vend/en-us/support/banner-ads.aspx" id="node-1852"><span>Banner Ads</span></a></li>
  </ul>
</div>
<div class="column float-left column-investors">
  <ul class="node-children">
    <h4><span>Investing In Laundromats</span></h4>
  </ul>
</div>
<div class="column float-left last column-finance">
  <ul class="node-children">
    <h4><span>Finance</span></h4>
    <li><a href="/vend/en-us/finance/online-credit-application.aspx" id="node-2100"><span>Online Credit Application</span></a></li>
    <li><a href="/vend/en-us/finance/financial-services.aspx" id="node-1864"><span>Financial Services</span></a></li>
    <li><a href="/vend/en-us/finance/my-loans.aspx" id="node-1869"><span>My Loans</span></a></li>
    <li><a href="/vend/en-us/finance/promotions.aspx" id="node-5404"><span>Promotions</span></a></li>
    <li><a href="/vend/en-us/finance/faqs.aspx" id="node-1872"><span>FAQs</span></a></li>
    <li><a href="/vend/en-us/finance/pre-owned-equipment.aspx" id="node-1873"><span>Pre-Owned Equipment</span></a></li>
  </ul>
  <ul class="node-children">
    <h4><span>News</span></h4>
    <li><a href="/vend/en-us/news/what's-new.aspx" id="node-1876"><span>What's New</span></a></li>
    <li><a href="/vend/en-us/news/success-stories.aspx" id="node-2041"><span>Success Stories</span></a></li>
    <li><a href="/vend/en-us/news/promotions.aspx" id="node-2098"><span>Promotions</span></a></li>
    <li><a href="/vend/en-us/news/industry-events.aspx" id="node-1877"><span>Industry Events</span></a></li>
    <li><a href="/vend/en-us/news/newsletter.aspx" id="node-5423"><span>Newsletter</span></a></li>
  </ul>
</div>
		<div class="clear"></div>
	</div>

<a id="clickit" href="/media/339719/speed-queen-promo.png" realhref="/vend/en-us/news/promotions.aspx" rel="prettyPhoto"</a>

<!-- Google Code for Remarketing tag -->
<!-- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. For instructions on adding this tag and more information on the above requirements, read the setup guide: google.com/ads/remarketingsetup -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1003591642;
var google_conversion_label = "a4DdCI7C3AQQ2q_G3gM";
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1003591642/?value=0&amp;label=a4DdCI7C3AQQ2q_G3gM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
<style>
.hideable{display:none}
</style>

		</div>
	</div>
	</form>


<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher:'d4508339-0189-4d80-990f-11bb61561307'});</script>
<script type="text/javascript">
document.write(unescape("%3Cscript src='" + document.location.protocol + "//www.topfloortech.com/tracking/tracker.js' type='text/javascript'%3E%3C/script%3E"));
</script>
</body>
</html>
