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(38.1348,-79.048)};var g_17b19c566ea15db6b7ca62186347b971 = new google.maps.Geocoder();g_17b19c566ea15db6b7ca62186347b971.geocode( { 'address': "1028 Richmond Ave, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-woodforest-national-bank'), mapOptions);}document.getElementById('8041b9c1').innerHTML += ' | View Map';var $l17b19c566ea15db6b7ca62186347b971 = '

Woodforest National Bank

Address: 1028 Richmond Ave, Staunton, VA 24401, USA
Phone: (540) 886-5604
';var m_17b19c566ea15db6b7ca62186347b971 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_17b19c566ea15db6b7ca62186347b971['infowindow'] = new google.maps.InfoWindow({content: $l17b19c566ea15db6b7ca62186347b971});var infowindow = new google.maps.InfoWindow({content: $l17b19c566ea15db6b7ca62186347b971});google.maps.event.addListener(m_17b19c566ea15db6b7ca62186347b971, 'click', function() {infowindow.open(map,m_17b19c566ea15db6b7ca62186347b971);});$marker.push(m_17b19c566ea15db6b7ca62186347b971);}});}google.maps.event.addDomListener(window, 'load', initialize);