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(37.9051,-78.3442)};var g_684375caecc0da3432728078ff724c6b = new google.maps.Geocoder();g_684375caecc0da3432728078ff724c6b.geocode( { 'address': "6042 Thomas Jefferson Pkwy, Palmyra, VA 22963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmyra-VA-uva-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('palmyra-VA-uva-community-credit-union'), mapOptions);}document.getElementById('42688fd6').innerHTML += ' | View Map';var $l684375caecc0da3432728078ff724c6b = '

UVA Community Credit Union

Address: 6042 Thomas Jefferson Pkwy, Palmyra, VA 22963, USA
Phone: (434) 964-2001
';var m_684375caecc0da3432728078ff724c6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UVA Community Credit Union',});m_684375caecc0da3432728078ff724c6b['infowindow'] = new google.maps.InfoWindow({content: $l684375caecc0da3432728078ff724c6b});var infowindow = new google.maps.InfoWindow({content: $l684375caecc0da3432728078ff724c6b});google.maps.event.addListener(m_684375caecc0da3432728078ff724c6b, 'click', function() {infowindow.open(map,m_684375caecc0da3432728078ff724c6b);});$marker.push(m_684375caecc0da3432728078ff724c6b);}});}google.maps.event.addDomListener(window, 'load', initialize);