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(34.0531,-87.7301)};var g_3c8753267d15a23aa6871c01c6d81526 = new google.maps.Geocoder();g_3c8753267d15a23aa6871c01c6d81526.geocode( { 'address': "1080 Main St, Brilliant, AL 35548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brilliant-AL-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('brilliant-AL-state-bank-trust'), mapOptions);}document.getElementById('cb9f5c36').innerHTML += ' | View Map';var $l3c8753267d15a23aa6871c01c6d81526 = '

State Bank & Trust

Address: 1080 Main St, Brilliant, AL 35548
Phone: (205) 465-2277
';var m_3c8753267d15a23aa6871c01c6d81526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust',});m_3c8753267d15a23aa6871c01c6d81526['infowindow'] = new google.maps.InfoWindow({content: $l3c8753267d15a23aa6871c01c6d81526});var infowindow = new google.maps.InfoWindow({content: $l3c8753267d15a23aa6871c01c6d81526});google.maps.event.addListener(m_3c8753267d15a23aa6871c01c6d81526, 'click', function() {infowindow.open(map,m_3c8753267d15a23aa6871c01c6d81526);});$marker.push(m_3c8753267d15a23aa6871c01c6d81526);}});}google.maps.event.addDomListener(window, 'load', initialize);