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.1164,-94.164)};var g_7c96cff381d339391f3af858fa2abbdc = new google.maps.Geocoder();g_7c96cff381d339391f3af858fa2abbdc.geocode( { 'address': "307 N William St, Atlanta, TX 75551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-TX-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-TX-regions-bank'), mapOptions);}document.getElementById('32ae233d').innerHTML += ' | View Map';var $l7c96cff381d339391f3af858fa2abbdc = '

Regions Bank

Address: 307 N William St, Atlanta, TX 75551, USA
Phone: (800) 734-4667
';var m_7c96cff381d339391f3af858fa2abbdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_7c96cff381d339391f3af858fa2abbdc['infowindow'] = new google.maps.InfoWindow({content: $l7c96cff381d339391f3af858fa2abbdc});var infowindow = new google.maps.InfoWindow({content: $l7c96cff381d339391f3af858fa2abbdc});google.maps.event.addListener(m_7c96cff381d339391f3af858fa2abbdc, 'click', function() {infowindow.open(map,m_7c96cff381d339391f3af858fa2abbdc);});$marker.push(m_7c96cff381d339391f3af858fa2abbdc);}});}google.maps.event.addDomListener(window, 'load', initialize);