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(33.4524,-90.6457)};var g_fad81a058424bc838f04871017bd142b = new google.maps.Geocoder();g_fad81a058424bc838f04871017bd142b.geocode( { 'address': "633 Highway 82 W, Indianola, MS 38751"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianola-MS-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('indianola-MS-woodforest-national-bank'), mapOptions);}document.getElementById('00d44f5d').innerHTML += ' | View Map';var $lfad81a058424bc838f04871017bd142b = '

Woodforest National Bank

Address: 633 Highway 82 W, Indianola, MS 38751
Phone: (662) 887-2940
';var m_fad81a058424bc838f04871017bd142b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_fad81a058424bc838f04871017bd142b['infowindow'] = new google.maps.InfoWindow({content: $lfad81a058424bc838f04871017bd142b});var infowindow = new google.maps.InfoWindow({content: $lfad81a058424bc838f04871017bd142b});google.maps.event.addListener(m_fad81a058424bc838f04871017bd142b, 'click', function() {infowindow.open(map,m_fad81a058424bc838f04871017bd142b);});$marker.push(m_fad81a058424bc838f04871017bd142b);}});}google.maps.event.addDomListener(window, 'load', initialize);