// JavaScript Document    
	function loadMap() {
    	document.getElementById('map').innerHTML = '<iframe width="559" height="550" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=Avenida+de+Castilla,+13,+Gij%C3%B3n&amp;aq=0&amp;sll=43.53822,-5.64826&amp;sspn=0.017515,0.027595&amp;vpsrc=6&amp;ie=UTF8&amp;hq=&amp;hnear=Av+de+Castilla,+13,+33203+Gij%C3%B3n,+Asturias,+Principado+de+Asturias&amp;ll=43.536766,-5.647488&amp;spn=0.035033,0.055189&amp;t=m&amp;z=14&amp;output=embed"></iframe>'
	}
