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.0207,-77.9943)};var g_ca70bdbcb9079f69a43ee7cf4241b7de = new google.maps.Geocoder();g_ca70bdbcb9079f69a43ee7cf4241b7de.geocode( { 'address': "409 E Main St, Louisa, VA 23093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisa-VA-uva-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisa-VA-uva-community-credit-union'), mapOptions);}document.getElementById('7e57efe9').innerHTML += ' | View Map';var $lca70bdbcb9079f69a43ee7cf4241b7de = '

UVA Community Credit Union

Address: 409 E Main St, Louisa, VA 23093, USA
Phone: (434) 964-2001
';var m_ca70bdbcb9079f69a43ee7cf4241b7de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UVA Community Credit Union',});m_ca70bdbcb9079f69a43ee7cf4241b7de['infowindow'] = new google.maps.InfoWindow({content: $lca70bdbcb9079f69a43ee7cf4241b7de});var infowindow = new google.maps.InfoWindow({content: $lca70bdbcb9079f69a43ee7cf4241b7de});google.maps.event.addListener(m_ca70bdbcb9079f69a43ee7cf4241b7de, 'click', function() {infowindow.open(map,m_ca70bdbcb9079f69a43ee7cf4241b7de);});$marker.push(m_ca70bdbcb9079f69a43ee7cf4241b7de);}});}google.maps.event.addDomListener(window, 'load', initialize);