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.9099,-88.5021)};var g_cff1f9a716d4bd5c9ed392bb667f783b = new google.maps.Geocoder();g_cff1f9a716d4bd5c9ed392bb667f783b.geocode( { 'address': "2301 S Harper Rd, Corinth, MS 38834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-woodforest-bank'), mapOptions);}document.getElementById('385076b0').innerHTML += ' | View Map';var $lcff1f9a716d4bd5c9ed392bb667f783b = '

Woodforest Bank

Address: 2301 S Harper Rd, Corinth, MS 38834, USA
Phone: (662) 287-4121
';var m_cff1f9a716d4bd5c9ed392bb667f783b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_cff1f9a716d4bd5c9ed392bb667f783b['infowindow'] = new google.maps.InfoWindow({content: $lcff1f9a716d4bd5c9ed392bb667f783b});var infowindow = new google.maps.InfoWindow({content: $lcff1f9a716d4bd5c9ed392bb667f783b});google.maps.event.addListener(m_cff1f9a716d4bd5c9ed392bb667f783b, 'click', function() {infowindow.open(map,m_cff1f9a716d4bd5c9ed392bb667f783b);});$marker.push(m_cff1f9a716d4bd5c9ed392bb667f783b);}});}google.maps.event.addDomListener(window, 'load', initialize);