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.3597,-89.5646)};var g_66a4063c84ccc69a1ad3651943847b9a = new google.maps.Geocoder();g_66a4063c84ccc69a1ad3651943847b9a.geocode( { 'address': "2530 Jackson Ave W, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-woodforest-bank'), mapOptions);}document.getElementById('b3a6597d').innerHTML += ' | View Map';var $l66a4063c84ccc69a1ad3651943847b9a = '

Woodforest Bank

Address: 2530 Jackson Ave W, Oxford, MS 38655, USA
Phone: (662) 236-3531
';var m_66a4063c84ccc69a1ad3651943847b9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_66a4063c84ccc69a1ad3651943847b9a['infowindow'] = new google.maps.InfoWindow({content: $l66a4063c84ccc69a1ad3651943847b9a});var infowindow = new google.maps.InfoWindow({content: $l66a4063c84ccc69a1ad3651943847b9a});google.maps.event.addListener(m_66a4063c84ccc69a1ad3651943847b9a, 'click', function() {infowindow.open(map,m_66a4063c84ccc69a1ad3651943847b9a);});$marker.push(m_66a4063c84ccc69a1ad3651943847b9a);}});}google.maps.event.addDomListener(window, 'load', initialize);