quote a column in HTML hyperlink

quote a column in HTML hyperlink

Here's a part of my code below, 
  1. <p align="middle">
  2.       <a href="<%=y.Map_Link1%>">
  3.             <%=y.Name%>
  4.       </a>
  5. </p>
  6. <p align="middle"><%=y.Map%></p>
An example of expected output, two lines for each of the record, both contains hyperlink
XXX school (name ONLY)
XXX school map

Map_Link1 is a column in my form contains all the Google Map addresses for each of the schools. I don't know what to change in order to make the href part to work. 

Here's a wrong output I have. 
75th Street Elementary School Map> 75th Street Elementary School
75th Street Elementary School Map