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_a6144db4f72b8bf820f97100f15772ac = new google.maps.Geocoder();g_a6144db4f72b8bf820f97100f15772ac.geocode( { 'address': "800 Shades Creek Pkwy, Birmingham, AL 35209"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-united-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-united-security-bank'), mapOptions);}document.getElementById('fb56a519').innerHTML += ' | View Map';var $la6144db4f72b8bf820f97100f15772ac = '

United Security Bank

Address: 800 Shades Creek Pkwy, Birmingham, AL 35209
Phone: (205) 879-2749
';var m_a6144db4f72b8bf820f97100f15772ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Security Bank',});m_a6144db4f72b8bf820f97100f15772ac['infowindow'] = new google.maps.InfoWindow({content: $la6144db4f72b8bf820f97100f15772ac});var infowindow = new google.maps.InfoWindow({content: $la6144db4f72b8bf820f97100f15772ac});google.maps.event.addListener(m_a6144db4f72b8bf820f97100f15772ac, 'click', function() {infowindow.open(map,m_a6144db4f72b8bf820f97100f15772ac);});$marker.push(m_a6144db4f72b8bf820f97100f15772ac);}});}google.maps.event.addDomListener(window, 'load', initialize);