// JavaScript Document
function Exibirmapa(lt, lg)
{
	conteudoGMapas = "";
	conteudoGMapas += '<div class="modulo_newsletter" id="modulo_gmaps">';
	conteudoGMapas += '<a class="close" href="javascript: fechaBox();"><img src="modulos/google_maps/img/btn_janela_close.png" style="width:auto; height:auto" /></a>';
	
	conteudoGMapas += '<iframe name="detGoogleMaps" id="detGoogleMaps" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="modulos/google_maps/detGoogleMaps.php?lt='+lt+'&lg='+lg+'" width="480" height="410" style="overflow-x: hidden; margin-bottom:10px;"></iframe>';
	conteudoGMapas += '</iframe>';

	conteudoGMapas += '</div>';
	
	novoBox('', conteudoGMapas, 500, 420);
}