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.4348,-78.8529)};var g_8c395e828615ebd331780bd851b2c82e = new google.maps.Geocoder();g_8c395e828615ebd331780bd851b2c82e.geocode( { 'address': "171 Burgess Rd, Harrisonburg, VA 22801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisonburg-VA-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('harrisonburg-VA-woodforest-national-bank'), mapOptions);}document.getElementById('f5c263dc').innerHTML += ' | View Map';var $l8c395e828615ebd331780bd851b2c82e = '

Woodforest National Bank

Address: 171 Burgess Rd, Harrisonburg, VA 22801, USA
Phone: (540) 433-3660
';var m_8c395e828615ebd331780bd851b2c82e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_8c395e828615ebd331780bd851b2c82e['infowindow'] = new google.maps.InfoWindow({content: $l8c395e828615ebd331780bd851b2c82e});var infowindow = new google.maps.InfoWindow({content: $l8c395e828615ebd331780bd851b2c82e});google.maps.event.addListener(m_8c395e828615ebd331780bd851b2c82e, 'click', function() {infowindow.open(map,m_8c395e828615ebd331780bd851b2c82e);});$marker.push(m_8c395e828615ebd331780bd851b2c82e);}});}google.maps.event.addDomListener(window, 'load', initialize);