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(34.3112,-89.9491)};var g_9d473ee8973082340801490ab389076a = new google.maps.Geocoder();g_9d473ee8973082340801490ab389076a.geocode( { 'address': "290 Highway Six West, Batesville, MS 38606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-regions-bank'), mapOptions);}document.getElementById('6e334fed').innerHTML += ' | View Map';var $l9d473ee8973082340801490ab389076a = '

Regions Bank

Address: 290 Highway Six West, Batesville, MS 38606, USA
Phone: (800) 734-4667
';var m_9d473ee8973082340801490ab389076a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_9d473ee8973082340801490ab389076a['infowindow'] = new google.maps.InfoWindow({content: $l9d473ee8973082340801490ab389076a});var infowindow = new google.maps.InfoWindow({content: $l9d473ee8973082340801490ab389076a});google.maps.event.addListener(m_9d473ee8973082340801490ab389076a, 'click', function() {infowindow.open(map,m_9d473ee8973082340801490ab389076a);});$marker.push(m_9d473ee8973082340801490ab389076a);}});}google.maps.event.addDomListener(window, 'load', initialize);