function mostrarElemento(n){$("#"+n).css("display")=="none"?$("#"+n).fadeIn("slow"):$("#"+n).fadeOut("slow")}function cargarMapa(n,t,i){var f=12,r=null,e,u,o;n!=null&&n!=""&&t!=null&&t!=""?r=new google.maps.LatLng(n,t):(n=21.9019,t=16.3505,f=1),e={zoom:f,center:new google.maps.LatLng(n,t),mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},navigationControl:!0,navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},mapTypeId:google.maps.MapTypeId.ROADMAP},u=new google.maps.Map($("#"+i).get(0),e),r!=null&&(u.setCenter(new google.maps.LatLng(n,t)),o=new google.maps.Marker({position:r,map:u}))}function cargarMapaListado(n,t,i){var u,r,e,f,o;$("#"+i).css("display")=="none"?($("#"+i).fadeIn("slow"),u=15,r=null,n!=null&&n!=""&&t!=null&&t!=""?r=new google.maps.LatLng(n,t):(n=21.9019,t=16.3505,u=1),e={zoom:u,center:new google.maps.LatLng(n,t),mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},navigationControl:!0,navigationControlOptions:{style:google.maps.NavigationControlStyle.SMALL},mapTypeId:google.maps.MapTypeId.ROADMAP},f=new google.maps.Map($("#"+i).get(0),e),r!=null&&(f.setCenter(new google.maps.LatLng(n,t)),o=new google.maps.Marker({position:r,map:f}))):$("#"+i).fadeOut("slow")}function convertToSlug(n){return n.toLowerCase().replace(/ /g,"-").replace(/\//g,"-").replace(/[á|à|ä|â|ã]/g,"a").replace(/[é|è|ë|ê|ē]/g,"e").replace(/[í|ì|ï|î]/g,"i").replace(/[ó|ò|ö|ô|õ]/g,"o").replace(/[ú|ù|ü|û]/g,"u").replace(/ñ/g,"n").replace(/[^\w-]+/g,"")}