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.9337,-87.1718)};var g_68d30a9594728bc39aa24be94b319d21 = new google.maps.Geocoder();g_68d30a9594728bc39aa24be94b319d21.geocode( { 'address': "2334 Main St, Brent, AL 35034"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brent-AL-first-united-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('brent-AL-first-united-security-bank'), mapOptions);}document.getElementById('9a5dae1f').innerHTML += ' | View Map';var $l68d30a9594728bc39aa24be94b319d21 = '

First United Security Bank

Address: 2334 Main St, Brent, AL 35034
Phone: (205) 926-4627
';var m_68d30a9594728bc39aa24be94b319d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Security Bank',});m_68d30a9594728bc39aa24be94b319d21['infowindow'] = new google.maps.InfoWindow({content: $l68d30a9594728bc39aa24be94b319d21});var infowindow = new google.maps.InfoWindow({content: $l68d30a9594728bc39aa24be94b319d21});google.maps.event.addListener(m_68d30a9594728bc39aa24be94b319d21, 'click', function() {infowindow.open(map,m_68d30a9594728bc39aa24be94b319d21);});$marker.push(m_68d30a9594728bc39aa24be94b319d21);}});}google.maps.event.addDomListener(window, 'load', initialize);