var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(33.5186,-86.8084)};var g_d3e0182476466a3c2fcc74778b89ea6b = new google.maps.Geocoder();g_d3e0182476466a3c2fcc74778b89ea6b.geocode( { 'address': "2120 16th Ave S, Birmingham, AL 35205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-berkadia-real-estate-advisors').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-berkadia-real-estate-advisors'), mapOptions);}document.getElementById('0432832e').innerHTML += ' | View Map';var $ld3e0182476466a3c2fcc74778b89ea6b = '

Berkadia Real Estate Advisors

Address: 2120 16th Ave S, Birmingham, AL 35205
Phone: (205) 918-0785
';var m_d3e0182476466a3c2fcc74778b89ea6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Berkadia Real Estate Advisors',});m_d3e0182476466a3c2fcc74778b89ea6b['infowindow'] = new google.maps.InfoWindow({content: $ld3e0182476466a3c2fcc74778b89ea6b});var infowindow = new google.maps.InfoWindow({content: $ld3e0182476466a3c2fcc74778b89ea6b});google.maps.event.addListener(m_d3e0182476466a3c2fcc74778b89ea6b, 'click', function() {infowindow.open(map,m_d3e0182476466a3c2fcc74778b89ea6b);});$marker.push(m_d3e0182476466a3c2fcc74778b89ea6b);}});}google.maps.event.addDomListener(window, 'load', initialize);