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(32.2151,-90.1536)};var g_03f2c9c541e011329f766b51192259cb = new google.maps.Geocoder();g_03f2c9c541e011329f766b51192259cb.geocode( { 'address': "1185 Old Hwy 49 S, Richland, MS 39218, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richland-MS-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('richland-MS-regions-bank'), mapOptions);}document.getElementById('a273575f').innerHTML += ' | View Map';var $l03f2c9c541e011329f766b51192259cb = '

Regions Bank

Address: 1185 Old Hwy 49 S, Richland, MS 39218, USA
Phone: (800) 734-4667
';var m_03f2c9c541e011329f766b51192259cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_03f2c9c541e011329f766b51192259cb['infowindow'] = new google.maps.InfoWindow({content: $l03f2c9c541e011329f766b51192259cb});var infowindow = new google.maps.InfoWindow({content: $l03f2c9c541e011329f766b51192259cb});google.maps.event.addListener(m_03f2c9c541e011329f766b51192259cb, 'click', function() {infowindow.open(map,m_03f2c9c541e011329f766b51192259cb);});$marker.push(m_03f2c9c541e011329f766b51192259cb);}});}google.maps.event.addDomListener(window, 'load', initialize);