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.9115,-78.1925)};var g_008bf13a8f7be64451ccbe21fb672c96 = new google.maps.Geocoder();g_008bf13a8f7be64451ccbe21fb672c96.geocode( { 'address': "113 South St, Front Royal, VA 22630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('front-royal-VA-front-royal-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('front-royal-VA-front-royal-federal-cu'), mapOptions);}document.getElementById('0c8d6ad5').innerHTML += ' | View Map';var $l008bf13a8f7be64451ccbe21fb672c96 = '

Front Royal Federal Cu

Address: 113 South St, Front Royal, VA 22630, USA
Phone: (540) 635-7133
';var m_008bf13a8f7be64451ccbe21fb672c96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Front Royal Federal Cu',});m_008bf13a8f7be64451ccbe21fb672c96['infowindow'] = new google.maps.InfoWindow({content: $l008bf13a8f7be64451ccbe21fb672c96});var infowindow = new google.maps.InfoWindow({content: $l008bf13a8f7be64451ccbe21fb672c96});google.maps.event.addListener(m_008bf13a8f7be64451ccbe21fb672c96, 'click', function() {infowindow.open(map,m_008bf13a8f7be64451ccbe21fb672c96);});$marker.push(m_008bf13a8f7be64451ccbe21fb672c96);}});}google.maps.event.addDomListener(window, 'load', initialize);