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.1173,-79.0697)};var g_2b88b45031084645d7e32b1b92dac97b = new google.maps.Geocoder();g_2b88b45031084645d7e32b1b92dac97b.geocode( { 'address': "17 1st St, Staunton, VA 24401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-virginia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-virginia-credit-union'), mapOptions);}document.getElementById('daac15ed').innerHTML += ' | View Map';var $l2b88b45031084645d7e32b1b92dac97b = '

Virginia Credit Union

Address: 17 1st St, Staunton, VA 24401, USA
Phone: (804) 323-6800
';var m_2b88b45031084645d7e32b1b92dac97b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Credit Union',});m_2b88b45031084645d7e32b1b92dac97b['infowindow'] = new google.maps.InfoWindow({content: $l2b88b45031084645d7e32b1b92dac97b});var infowindow = new google.maps.InfoWindow({content: $l2b88b45031084645d7e32b1b92dac97b});google.maps.event.addListener(m_2b88b45031084645d7e32b1b92dac97b, 'click', function() {infowindow.open(map,m_2b88b45031084645d7e32b1b92dac97b);});$marker.push(m_2b88b45031084645d7e32b1b92dac97b);}});}google.maps.event.addDomListener(window, 'load', initialize);