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.9537,-87.1389)};var g_029088a9cfa844b43f1cb39d3377aac6 = new google.maps.Geocoder();g_029088a9cfa844b43f1cb39d3377aac6.geocode( { 'address': "135 Belcher St, Centreville, AL 35042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-AL-first-united-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('centreville-AL-first-united-security-bank'), mapOptions);}document.getElementById('315b518a').innerHTML += ' | View Map';var $l029088a9cfa844b43f1cb39d3377aac6 = '

First United Security Bank

Address: 135 Belcher St, Centreville, AL 35042
Phone: (205) 926-4861
';var m_029088a9cfa844b43f1cb39d3377aac6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Security Bank',});m_029088a9cfa844b43f1cb39d3377aac6['infowindow'] = new google.maps.InfoWindow({content: $l029088a9cfa844b43f1cb39d3377aac6});var infowindow = new google.maps.InfoWindow({content: $l029088a9cfa844b43f1cb39d3377aac6});google.maps.event.addListener(m_029088a9cfa844b43f1cb39d3377aac6, 'click', function() {infowindow.open(map,m_029088a9cfa844b43f1cb39d3377aac6);});$marker.push(m_029088a9cfa844b43f1cb39d3377aac6);}});}google.maps.event.addDomListener(window, 'load', initialize);