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.9464,-78.1997)};var g_4f6e1bfb01ad1e44d8c958c58cd22051 = new google.maps.Geocoder();g_4f6e1bfb01ad1e44d8c958c58cd22051.geocode( { 'address': "10 Riverton Commons Dr, Front Royal, VA 22630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('front-royal-VA-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('front-royal-VA-woodforest-bank'), mapOptions);}document.getElementById('b5c5f3ec').innerHTML += ' | View Map';var $l4f6e1bfb01ad1e44d8c958c58cd22051 = '

Woodforest Bank

Address: 10 Riverton Commons Dr, Front Royal, VA 22630
Phone: (540) 551-9914
';var m_4f6e1bfb01ad1e44d8c958c58cd22051 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_4f6e1bfb01ad1e44d8c958c58cd22051['infowindow'] = new google.maps.InfoWindow({content: $l4f6e1bfb01ad1e44d8c958c58cd22051});var infowindow = new google.maps.InfoWindow({content: $l4f6e1bfb01ad1e44d8c958c58cd22051});google.maps.event.addListener(m_4f6e1bfb01ad1e44d8c958c58cd22051, 'click', function() {infowindow.open(map,m_4f6e1bfb01ad1e44d8c958c58cd22051);});$marker.push(m_4f6e1bfb01ad1e44d8c958c58cd22051);}});}google.maps.event.addDomListener(window, 'load', initialize);