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_ad2cfadfcf2ef90db97a8c07e0b550e9 = new google.maps.Geocoder();g_ad2cfadfcf2ef90db97a8c07e0b550e9.geocode( { 'address': "2801 Highway 280 S, Birmingham, AL 35223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-capmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-capmark-bank'), mapOptions);}document.getElementById('1fbc442f').innerHTML += ' | View Map';var $lad2cfadfcf2ef90db97a8c07e0b550e9 = '

Capmark Bank

Address: 2801 Highway 280 S, Birmingham, AL 35223
Phone: (205) 879-1085
';var m_ad2cfadfcf2ef90db97a8c07e0b550e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capmark Bank',});m_ad2cfadfcf2ef90db97a8c07e0b550e9['infowindow'] = new google.maps.InfoWindow({content: $lad2cfadfcf2ef90db97a8c07e0b550e9});var infowindow = new google.maps.InfoWindow({content: $lad2cfadfcf2ef90db97a8c07e0b550e9});google.maps.event.addListener(m_ad2cfadfcf2ef90db97a8c07e0b550e9, 'click', function() {infowindow.open(map,m_ad2cfadfcf2ef90db97a8c07e0b550e9);});$marker.push(m_ad2cfadfcf2ef90db97a8c07e0b550e9);}});}google.maps.event.addDomListener(window, 'load', initialize);