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_d5dc361ed14c58c206b89b0d16b4a530 = new google.maps.Geocoder();g_d5dc361ed14c58c206b89b0d16b4a530.geocode( { 'address': "701 20th St S, Birmingham, AL 35233"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-central-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-central-bank-of-the-south'), mapOptions);}document.getElementById('7d36f58c').innerHTML += ' | View Map';var $ld5dc361ed14c58c206b89b0d16b4a530 = '

Central Bank Of The South

Address: 701 20th St S, Birmingham, AL 35233
Phone: (205) 933-3000
';var m_d5dc361ed14c58c206b89b0d16b4a530 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank Of The South',});m_d5dc361ed14c58c206b89b0d16b4a530['infowindow'] = new google.maps.InfoWindow({content: $ld5dc361ed14c58c206b89b0d16b4a530});var infowindow = new google.maps.InfoWindow({content: $ld5dc361ed14c58c206b89b0d16b4a530});google.maps.event.addListener(m_d5dc361ed14c58c206b89b0d16b4a530, 'click', function() {infowindow.open(map,m_d5dc361ed14c58c206b89b0d16b4a530);});$marker.push(m_d5dc361ed14c58c206b89b0d16b4a530);}});}google.maps.event.addDomListener(window, 'load', initialize);