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(31.0389,-85.8793)};var g_b754a30717cd71d8944a731e26b113f0 = new google.maps.Geocoder();g_b754a30717cd71d8944a731e26b113f0.geocode( { 'address': "401 S Commerce St, Geneva, AL 36340"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneva-AL-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('geneva-AL-state-bank-trust-co'), mapOptions);}document.getElementById('4aa2a28f').innerHTML += ' | View Map';var $lb754a30717cd71d8944a731e26b113f0 = '

State Bank & Trust Co

Address: 401 S Commerce St, Geneva, AL 36340
Phone: (334) 684-2247
';var m_b754a30717cd71d8944a731e26b113f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_b754a30717cd71d8944a731e26b113f0['infowindow'] = new google.maps.InfoWindow({content: $lb754a30717cd71d8944a731e26b113f0});var infowindow = new google.maps.InfoWindow({content: $lb754a30717cd71d8944a731e26b113f0});google.maps.event.addListener(m_b754a30717cd71d8944a731e26b113f0, 'click', function() {infowindow.open(map,m_b754a30717cd71d8944a731e26b113f0);});$marker.push(m_b754a30717cd71d8944a731e26b113f0);}});}google.maps.event.addDomListener(window, 'load', initialize);