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.0735,-78.9029)};var g_f98ccc3d64eecbb5e75a2513ab2b4ef8 = new google.maps.Geocoder();g_f98ccc3d64eecbb5e75a2513ab2b4ef8.geocode( { 'address': "116 Lucy Ln, Waynesboro, VA 22980"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-VA-woodforest-national-bank'), mapOptions);}document.getElementById('82c0761d').innerHTML += ' | View Map';var $lf98ccc3d64eecbb5e75a2513ab2b4ef8 = '

Woodforest National Bank

Address: 116 Lucy Ln, Waynesboro, VA 22980
Phone: (540) 949-6268
';var m_f98ccc3d64eecbb5e75a2513ab2b4ef8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_f98ccc3d64eecbb5e75a2513ab2b4ef8['infowindow'] = new google.maps.InfoWindow({content: $lf98ccc3d64eecbb5e75a2513ab2b4ef8});var infowindow = new google.maps.InfoWindow({content: $lf98ccc3d64eecbb5e75a2513ab2b4ef8});google.maps.event.addListener(m_f98ccc3d64eecbb5e75a2513ab2b4ef8, 'click', function() {infowindow.open(map,m_f98ccc3d64eecbb5e75a2513ab2b4ef8);});$marker.push(m_f98ccc3d64eecbb5e75a2513ab2b4ef8);}});}google.maps.event.addDomListener(window, 'load', initialize);