<%= titulo %>
<% if (typeof(direccion) != "undefined" && direccion != "") { %>
<%= direccion %>
<%= codigopostal %> · <%= poblacion %> (<%= provincia %>)
<% } %>
<% if (typeof(telefono) != "undefined" && telefono != "") { %>
<%= telefono %>
<% } %>
<% if (typeof(email) != "undefined" && email != "") { %>
<%= email %>
<% } %>
<% if (typeof(web) != "undefined" && web != "") {
webtexto = web.replace("http://www.","");
%>
<%= webtexto %>
<% } %>
<% if (typeof(horario) != "undefined" && horario != "") { %>
<%= horario %>
<% } %>