<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %> <%:Model.StreetLine1%>
<% if (!string.IsNullOrEmpty(Model.StreetLine2)) { %> <%: Model.StreetLine2 %>
<%} %> <%:Model.City%><% if(!string.IsNullOrEmpty(Model.City) && !string.IsNullOrEmpty(Model.State)) { %>, <%} %><%:Model.State%> <%:Model.Zip%>