Get Your Moving Quote

function calculateQuote() { var moveSize = document.getElementById('moveSize').value; var hours = parseInt(moveSize, 10); var rate = 165; // Your hourly rate var totalCost = hours * rate; document.getElementById('quoteResult').innerHTML = 'Estimated Total Cost: $' + totalCost; }

The quote you receive is for a team of two people who will help with the move, along with providing a truck for transportation.