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.0572,-78.4931)};var g_b972b2f5cd0822d92737a3e0f9b99dc6 = new google.maps.Geocoder();g_b972b2f5cd0822d92737a3e0f9b99dc6.geocode( { 'address': "1936 Arlington Blvd, Charlottesville, VA 22903"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlottesville-VA-university-of-virginia-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlottesville-VA-university-of-virginia-community-credit-union'), mapOptions);}document.getElementById('8bf83175').innerHTML += ' | View Map';var $lb972b2f5cd0822d92737a3e0f9b99dc6 = '

University of Virginia Community Credit Union

Address: 1936 Arlington Blvd, Charlottesville, VA 22903
Phone: (434) 964-2001
';var m_b972b2f5cd0822d92737a3e0f9b99dc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of Virginia Community Credit Union',});m_b972b2f5cd0822d92737a3e0f9b99dc6['infowindow'] = new google.maps.InfoWindow({content: $lb972b2f5cd0822d92737a3e0f9b99dc6});var infowindow = new google.maps.InfoWindow({content: $lb972b2f5cd0822d92737a3e0f9b99dc6});google.maps.event.addListener(m_b972b2f5cd0822d92737a3e0f9b99dc6, 'click', function() {infowindow.open(map,m_b972b2f5cd0822d92737a3e0f9b99dc6);});$marker.push(m_b972b2f5cd0822d92737a3e0f9b99dc6);}});}google.maps.event.addDomListener(window, 'load', initialize);