$(function(){$("#advancedopt").click(function(event){$("#featuresdiv").slideToggle();});$("#accordion").accordion({header:'div.positions',active:false,alwaysOpen:false});$("a.details").click(function(event){event.stopPropagation();});$('.propertyContainer > div:first-child').addClass('accheader');$("#accordion").bind('accordionchange',function(event,ui){ui.oldHeader.addClass('accheader').toggleClass('accheaderactive');});$("#accordion").bind('accordionchangestart',function(event,ui){if(ui.newContent.html()==''){var mls=ui.newContent.attr('id');$.ajax({url:"/comprar_una_casa/buscador_de_propiedades/property_preview.php?mls="+mls,cache:true,success:function(html){ui.newContent.append(html);load("map_"+mls);showAddress($(ui.newHeader).find(".address").text(),$(ui.newHeader).find(".address").text());}});}
ui.newHeader.removeClass('accheader').addClass('accheaderactive');});var map=null;var geocoder=null;function load(element){if(GBrowserIsCompatible()){map=new GMap2(document.getElementById(element));map.addControl(new GSmallZoomControl());geocoder=new GClientGeocoder();}}
function showAddress(address,content){if(geocoder){geocoder.getLatLng(address,function(point){if(!point){showAddress("9594 Nw 41St Doral, Florida 33178","");}else{map.checkResize();map.setCenter(point,14);homeIcon=new GIcon(G_DEFAULT_ICON);homeIcon.image="/js/map/map_icons/house_big.png";homeIcon.imageMap=[0,0,112,0,112,38,0,112];homeIcon.iconSize=new GSize(112,38);homeIcon.iconAnchor=new GPoint(56,38);homeIcon.infoWindowAnchor=new GPoint(56,38);var marker=new GMarker(point,homeIcon);map.addOverlay(marker);}});}}});
