<%=hotels[i].name%>
<% if (hotels[i].location.address && hotels[i].location.address[0]) { %><%=hotels[i].location.address[0]%><%}%>
<%=hotels[i].location.city%> <%=hotels[i].location.state_or_region%>
<% if (hotels[i].cheapest) { %>
from<%=hotels[i].currency.symbol%><%=Math.round(hotels[i].cheapest)%>per night
<% } %>