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_11ce6296257a354e5d0b342f37f82111 = new google.maps.Geocoder();g_11ce6296257a354e5d0b342f37f82111.geocode( { 'address': "1858 Gadsden Hwy, Birmingham, AL 35235"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-union-state-bank-grayson-valley').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-union-state-bank-grayson-valley'), mapOptions);}document.getElementById('0b34a092').innerHTML += ' | View Map';var $l11ce6296257a354e5d0b342f37f82111 = '

Union State Bank-Grayson Valley

Address: 1858 Gadsden Hwy, Birmingham, AL 35235
Phone: (205) 655-3004
';var m_11ce6296257a354e5d0b342f37f82111 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union State Bank-Grayson Valley',});m_11ce6296257a354e5d0b342f37f82111['infowindow'] = new google.maps.InfoWindow({content: $l11ce6296257a354e5d0b342f37f82111});var infowindow = new google.maps.InfoWindow({content: $l11ce6296257a354e5d0b342f37f82111});google.maps.event.addListener(m_11ce6296257a354e5d0b342f37f82111, 'click', function() {infowindow.open(map,m_11ce6296257a354e5d0b342f37f82111);});$marker.push(m_11ce6296257a354e5d0b342f37f82111);}});}google.maps.event.addDomListener(window, 'load', initialize);