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.6545,-88.5596)};var g_e988c6b43fabb5006ea95c18d5088b9a = new google.maps.Geocoder();g_e988c6b43fabb5006ea95c18d5088b9a.geocode( { 'address': "300 Walmart Cir, Booneville, MS 38829"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('booneville-MS-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('booneville-MS-woodforest-national-bank'), mapOptions);}document.getElementById('7f67c96a').innerHTML += ' | View Map';var $le988c6b43fabb5006ea95c18d5088b9a = '

Woodforest National Bank

Address: 300 Walmart Cir, Booneville, MS 38829
Phone: (662) 728-2460
';var m_e988c6b43fabb5006ea95c18d5088b9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_e988c6b43fabb5006ea95c18d5088b9a['infowindow'] = new google.maps.InfoWindow({content: $le988c6b43fabb5006ea95c18d5088b9a});var infowindow = new google.maps.InfoWindow({content: $le988c6b43fabb5006ea95c18d5088b9a});google.maps.event.addListener(m_e988c6b43fabb5006ea95c18d5088b9a, 'click', function() {infowindow.open(map,m_e988c6b43fabb5006ea95c18d5088b9a);});$marker.push(m_e988c6b43fabb5006ea95c18d5088b9a);}});}google.maps.event.addDomListener(window, 'load', initialize);