function cargarMapaGoogleMadrid()
{
	valor='<iframe width="625" height="221" 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=Calle+de+la+Ribera+del+Loira,+46,+28042+Madrid&amp;aq=0&amp;sll=40.46285,-3.595725&amp;sspn=0.044406,0.090895&amp;vpsrc=0&amp;ie=UTF8&amp;hq=&amp;hnear=Calle+de+la+Ribera+del+Loira,+46,+28042+Madrid,+Comunidad+de+Madrid&amp;t=m&amp;ll=40.461838,-3.620338&amp;spn=0.014432,0.053558&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.es/maps?f=q&amp;source=embed&amp;hl=es&amp;geocode=&amp;q=Calle+de+la+Ribera+del+Loira,+46,+28042+Madrid&amp;aq=0&amp;sll=40.46285,-3.595725&amp;sspn=0.044406,0.090895&amp;vpsrc=0&amp;ie=UTF8&amp;hq=&amp;hnear=Calle+de+la+Ribera+del+Loira,+46,+28042+Madrid,+Comunidad+de+Madrid&amp;t=m&amp;ll=40.461838,-3.620338&amp;spn=0.014432,0.053558&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">Ver mapa m&aacute;s grande</a></small>';
	if($(".mapa"))
	{
		$(".mapa").html(valor)
	}

}

function cargarMapaGoogleLondres()
{
	valor='<iframe width="625" height="221" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=145-157+St.+John+Street+2nd+floor+EC1V-4PY+-+Londres+-+Reino+Unido&amp;sll=51.523608,-0.101999&amp;sspn=0.002293,0.006539&amp;ie=UTF8&amp;ll=51.523531,-0.102825&amp;spn=0.001475,0.006706&amp;z=17&amp;output=embed"></iframe>';
	if($(".mapa"))
	{
		$(".mapa").html(valor)
	}

}




 


