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(32.4117,-87.0219)};var g_b712818261c6d9f8905f44dcdccbc1e0 = new google.maps.Geocoder();g_b712818261c6d9f8905f44dcdccbc1e0.geocode( { 'address': "420 Broad St a, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-alabama-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-alabama-ag-credit'), mapOptions);}document.getElementById('84c02320').innerHTML += ' | View Map';var $lb712818261c6d9f8905f44dcdccbc1e0 = '

Alabama Ag Credit

Address: 420 Broad St a, Selma, AL 36701, USA
Phone: (334) 874-7437
';var m_b712818261c6d9f8905f44dcdccbc1e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Ag Credit',});m_b712818261c6d9f8905f44dcdccbc1e0['infowindow'] = new google.maps.InfoWindow({content: $lb712818261c6d9f8905f44dcdccbc1e0});var infowindow = new google.maps.InfoWindow({content: $lb712818261c6d9f8905f44dcdccbc1e0});google.maps.event.addListener(m_b712818261c6d9f8905f44dcdccbc1e0, 'click', function() {infowindow.open(map,m_b712818261c6d9f8905f44dcdccbc1e0);});$marker.push(m_b712818261c6d9f8905f44dcdccbc1e0);}});}google.maps.event.addDomListener(window, 'load', initialize);