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.0793,-78.0496)};var g_ae141908f639c12ae4c7ad302c257dd8 = new google.maps.Geocoder();g_ae141908f639c12ae4c7ad302c257dd8.geocode( { 'address': "108 W Main St, Boyce, VA 22620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boyce-VA-bank-of-clarke-county').style.display = '';map = new google.maps.Map(document.getElementById('boyce-VA-bank-of-clarke-county'), mapOptions);}document.getElementById('34212fd6').innerHTML += ' | View Map';var $lae141908f639c12ae4c7ad302c257dd8 = '

Bank of Clarke County

Address: 108 W Main St, Boyce, VA 22620
Phone: (540) 837-1510
';var m_ae141908f639c12ae4c7ad302c257dd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Clarke County',});m_ae141908f639c12ae4c7ad302c257dd8['infowindow'] = new google.maps.InfoWindow({content: $lae141908f639c12ae4c7ad302c257dd8});var infowindow = new google.maps.InfoWindow({content: $lae141908f639c12ae4c7ad302c257dd8});google.maps.event.addListener(m_ae141908f639c12ae4c7ad302c257dd8, 'click', function() {infowindow.open(map,m_ae141908f639c12ae4c7ad302c257dd8);});$marker.push(m_ae141908f639c12ae4c7ad302c257dd8);}});}google.maps.event.addDomListener(window, 'load', initialize);