function mymap() {
document.write('<div align="center"> \
<a href="http://maps.google.com/maps?f=q&q='+posicion+' ('+titulo+')"><img src="http://maps.google.com/staticmap?center='+posicion+'&zoom='+zoom+'&size=305x358&maptype=mobile \
&markers='+posicion+','+icono+'\&key=ABQIAAAAVVOx_lK9wOsz5sobT03DNBTDHG03k4a3w4d6CflvCVt5g0pnrRTH9SpwCFMeJAr3gND2GLh62DYetg&sensor=false \
" width="305" height="358" border="0" style="border: 1px solid #000000;" /></a></div>')
document.close()
}
