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.1608,-89.6283)};var g_0821b387d076d8936d0d8fca228bd1fc = new google.maps.Geocoder();g_0821b387d076d8936d0d8fca228bd1fc.geocode( { 'address': "1200 Central St, Water Valley, MS 38965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('water-valley-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('water-valley-MS-regions-bank'), mapOptions);}document.getElementById('5bd13d23').innerHTML += ' | View Map';var $l0821b387d076d8936d0d8fca228bd1fc = '

Regions Bank

Address: 1200 Central St, Water Valley, MS 38965, USA
Phone: (800) 734-4667
';var m_0821b387d076d8936d0d8fca228bd1fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_0821b387d076d8936d0d8fca228bd1fc['infowindow'] = new google.maps.InfoWindow({content: $l0821b387d076d8936d0d8fca228bd1fc});var infowindow = new google.maps.InfoWindow({content: $l0821b387d076d8936d0d8fca228bd1fc});google.maps.event.addListener(m_0821b387d076d8936d0d8fca228bd1fc, 'click', function() {infowindow.open(map,m_0821b387d076d8936d0d8fca228bd1fc);});$marker.push(m_0821b387d076d8936d0d8fca228bd1fc);}});}google.maps.event.addDomListener(window, 'load', initialize);