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.6345,-89.9694)};var g_fdf2aade29d18910051a6c76ae661860 = new google.maps.Geocoder();g_fdf2aade29d18910051a6c76ae661860.geocode( { 'address': "5641 Highway 51 N., Senatobia, MS 38668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senatobia-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-regions-bank'), mapOptions);}document.getElementById('f460174c').innerHTML += ' | View Map';var $lfdf2aade29d18910051a6c76ae661860 = '

Regions Bank

Address: 5641 Highway 51 N., Senatobia, MS 38668, USA
Phone: (800) 734-4667
';var m_fdf2aade29d18910051a6c76ae661860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_fdf2aade29d18910051a6c76ae661860['infowindow'] = new google.maps.InfoWindow({content: $lfdf2aade29d18910051a6c76ae661860});var infowindow = new google.maps.InfoWindow({content: $lfdf2aade29d18910051a6c76ae661860});google.maps.event.addListener(m_fdf2aade29d18910051a6c76ae661860, 'click', function() {infowindow.open(map,m_fdf2aade29d18910051a6c76ae661860);});$marker.push(m_fdf2aade29d18910051a6c76ae661860);}});}google.maps.event.addDomListener(window, 'load', initialize);