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.2303,-79.1678)};var g_f9f350758e3c65405c4a565b07c40aa2 = new google.maps.Geocoder();g_f9f350758e3c65405c4a565b07c40aa2.geocode( { 'address': "23 Scenic Hwy Rd, Churchville, VA 24421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('churchville-VA-summit-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('churchville-VA-summit-community-bank'), mapOptions);}document.getElementById('155085b5').innerHTML += ' | View Map';var $lf9f350758e3c65405c4a565b07c40aa2 = '

Summit Community Bank

Address: 23 Scenic Hwy Rd, Churchville, VA 24421, USA
Phone: (540) 337-6161
';var m_f9f350758e3c65405c4a565b07c40aa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Community Bank',});m_f9f350758e3c65405c4a565b07c40aa2['infowindow'] = new google.maps.InfoWindow({content: $lf9f350758e3c65405c4a565b07c40aa2});var infowindow = new google.maps.InfoWindow({content: $lf9f350758e3c65405c4a565b07c40aa2});google.maps.event.addListener(m_f9f350758e3c65405c4a565b07c40aa2, 'click', function() {infowindow.open(map,m_f9f350758e3c65405c4a565b07c40aa2);});$marker.push(m_f9f350758e3c65405c4a565b07c40aa2);}});}google.maps.event.addDomListener(window, 'load', initialize);