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.0944,-78.9873)};var g_f611fb2ffa3fd315a04b29dab91cb64b = new google.maps.Geocoder();g_f611fb2ffa3fd315a04b29dab91cb64b.geocode( { 'address': "78 Medical Center Dr, Fishersville, VA 22939, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fishersville-VA-augusta-health-care-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fishersville-VA-augusta-health-care-credit-union'), mapOptions);}document.getElementById('2e6ce835').innerHTML += ' | View Map';var $lf611fb2ffa3fd315a04b29dab91cb64b = '

Augusta Health Care Credit Union

Address: 78 Medical Center Dr, Fishersville, VA 22939, USA
Phone: (540) 932-4590
';var m_f611fb2ffa3fd315a04b29dab91cb64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Augusta Health Care Credit Union',});m_f611fb2ffa3fd315a04b29dab91cb64b['infowindow'] = new google.maps.InfoWindow({content: $lf611fb2ffa3fd315a04b29dab91cb64b});var infowindow = new google.maps.InfoWindow({content: $lf611fb2ffa3fd315a04b29dab91cb64b});google.maps.event.addListener(m_f611fb2ffa3fd315a04b29dab91cb64b, 'click', function() {infowindow.open(map,m_f611fb2ffa3fd315a04b29dab91cb64b);});$marker.push(m_f611fb2ffa3fd315a04b29dab91cb64b);}});}google.maps.event.addDomListener(window, 'load', initialize);