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(31.5821,-90.4686)};var g_45eae5dfccfec80f8a97e393cd271fd0 = new google.maps.Geocoder();g_45eae5dfccfec80f8a97e393cd271fd0.geocode( { 'address': "960 Brookway Blvd, Brookhaven, MS 39601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookhaven-MS-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('brookhaven-MS-woodforest-bank'), mapOptions);}document.getElementById('45797bf2').innerHTML += ' | View Map';var $l45eae5dfccfec80f8a97e393cd271fd0 = '

Woodforest Bank

Address: 960 Brookway Blvd, Brookhaven, MS 39601, USA
Phone: (601) 823-9356
';var m_45eae5dfccfec80f8a97e393cd271fd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_45eae5dfccfec80f8a97e393cd271fd0['infowindow'] = new google.maps.InfoWindow({content: $l45eae5dfccfec80f8a97e393cd271fd0});var infowindow = new google.maps.InfoWindow({content: $l45eae5dfccfec80f8a97e393cd271fd0});google.maps.event.addListener(m_45eae5dfccfec80f8a97e393cd271fd0, 'click', function() {infowindow.open(map,m_45eae5dfccfec80f8a97e393cd271fd0);});$marker.push(m_45eae5dfccfec80f8a97e393cd271fd0);}});}google.maps.event.addDomListener(window, 'load', initialize);