 var map = '<iframe width="445" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps?q=cavagnac&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;hl=fr&amp;source=embed&amp;hq=&amp;hnear=Cavagnac,+Lot,+Midi-Pyr%C3%A9n%C3%A9es&amp;ll=45.137493,1.580658&amp;spn=0.339056,0.611115&amp;z=10&amp;output=embed"></iframe><br /><small><a href="http://maps.google.fr/maps?q=cavagnac&amp;oe=utf-8&amp;client=firefox-a&amp;ie=UTF8&amp;hl=fr&amp;source=embed&amp;hq=&amp;hnear=Cavagnac,+Lot,+Midi-Pyr%C3%A9n%C3%A9es&amp;ll=45.137493,1.580658&amp;spn=0.339056,0.611115&amp;z=10" target="_blank" style="color:#faddc4;text-align:left">Agrandir le plan</a></small>'
 
$(document).ready(function(){
	$("#gmlien a").click(function(){
		$("#gm").html(map);//.css({height: "400px"});
		$("#gmlien").hide();
		adjust();
	});
});

