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.4373,-86.724)};var g_9d0603688deed2298dc7611b1b575faa = new google.maps.Geocoder();g_9d0603688deed2298dc7611b1b575faa.geocode( { 'address': "1 Perimeter Park S, Birmingham, AL 35243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-first-south-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-first-south-farm-credit'), mapOptions);}document.getElementById('31b3fa1d').innerHTML += ' | View Map';var $l9d0603688deed2298dc7611b1b575faa = '

First South Farm Credit

Address: 1 Perimeter Park S, Birmingham, AL 35243, USA
Phone: (205) 970-6030
';var m_9d0603688deed2298dc7611b1b575faa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First South Farm Credit',});m_9d0603688deed2298dc7611b1b575faa['infowindow'] = new google.maps.InfoWindow({content: $l9d0603688deed2298dc7611b1b575faa});var infowindow = new google.maps.InfoWindow({content: $l9d0603688deed2298dc7611b1b575faa});google.maps.event.addListener(m_9d0603688deed2298dc7611b1b575faa, 'click', function() {infowindow.open(map,m_9d0603688deed2298dc7611b1b575faa);});$marker.push(m_9d0603688deed2298dc7611b1b575faa);}});}google.maps.event.addDomListener(window, 'load', initialize);