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(39.3366,-78.0522)};var g_559a625353723964777aeaeb47124a7f = new google.maps.Geocoder();g_559a625353723964777aeaeb47124a7f.geocode( { 'address': "9557 Winchester Ave, Bunker Hill, WV 25413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bunker-hill-WV-uva-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bunker-hill-WV-uva-community-credit-union'), mapOptions);}document.getElementById('7cdc8307').innerHTML += ' | View Map';var $l559a625353723964777aeaeb47124a7f = '

UVA Community Credit Union

Address: 9557 Winchester Ave, Bunker Hill, WV 25413, USA
Phone: (434) 964-2001
';var m_559a625353723964777aeaeb47124a7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UVA Community Credit Union',});m_559a625353723964777aeaeb47124a7f['infowindow'] = new google.maps.InfoWindow({content: $l559a625353723964777aeaeb47124a7f});var infowindow = new google.maps.InfoWindow({content: $l559a625353723964777aeaeb47124a7f});google.maps.event.addListener(m_559a625353723964777aeaeb47124a7f, 'click', function() {infowindow.open(map,m_559a625353723964777aeaeb47124a7f);});$marker.push(m_559a625353723964777aeaeb47124a7f);}});}google.maps.event.addDomListener(window, 'load', initialize);