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(31.9139,-87.7356)};var g_baf4f1a5938b8d520b328c13b51ccf11 = new google.maps.Geocoder();g_baf4f1a5938b8d520b328c13b51ccf11.geocode( { 'address': "131 W Front St, Thomasville, AL 36784, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-AL-first-united-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-AL-first-united-security-bank'), mapOptions);}document.getElementById('68c0d00b').innerHTML += ' | View Map';var $lbaf4f1a5938b8d520b328c13b51ccf11 = '

First United Security Bank

Address: 131 W Front St, Thomasville, AL 36784, USA
Phone: (334) 636-5424
';var m_baf4f1a5938b8d520b328c13b51ccf11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Security Bank',});m_baf4f1a5938b8d520b328c13b51ccf11['infowindow'] = new google.maps.InfoWindow({content: $lbaf4f1a5938b8d520b328c13b51ccf11});var infowindow = new google.maps.InfoWindow({content: $lbaf4f1a5938b8d520b328c13b51ccf11});google.maps.event.addListener(m_baf4f1a5938b8d520b328c13b51ccf11, 'click', function() {infowindow.open(map,m_baf4f1a5938b8d520b328c13b51ccf11);});$marker.push(m_baf4f1a5938b8d520b328c13b51ccf11);}});}google.maps.event.addDomListener(window, 'load', initialize);