// JavaScript Document with mootools 1.2 - Daniel D'Angelo Ferraz - digipronto.com.br
window.addEvent('domready',function(){
	var html = '<iframe width=260 height=190 frameborder=0 scrolling=no marginheight=0 marginwidth=0 src=http://maps.google.com.br/maps?f=q&amp;source=s_q&amp;hl=pt-BR&amp;q=Av.+Yojiro+Takaoka,+4384+-+Santana+de+Parna%C3%ADba+-+SP,+06541-038&amp;sll=-14.179186,-50.449219&amp;sspn=100.420701,158.203125&amp;ie=UTF8&amp;cd=1&amp;geocode=FY_Omf4dPeU0_Q&amp;split=0&amp;z=14&amp;iwloc=A&amp;ll=-23.464978,-46.860895&amp;output=embed></iframe><br /><a href=http://maps.google.com.br/maps?f=q&amp;source=embed&amp;hl=pt-BR&amp;q=Av.+Yojiro+Takaoka,+4384+-+Santana+de+Parna%C3%ADba+-+SP,+06541-038&amp;sll=-14.179186,-50.449219&amp;sspn=100.420701,158.203125&amp;ie=UTF8&amp;cd=1&amp;geocode=FY_Omf4dPeU0_Q&amp;split=0&amp;z=14&amp;iwloc=A&amp;ll=-23.464978,-46.860895 class="tam11 cor3"><strong>Exibir mapa ampliado</strong></a>'
	$('mapaGoogle').set('html',html)
})