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.6941,-77.8522)};var g_408269455f78f1355681e814c317679a = new google.maps.Geocoder();g_408269455f78f1355681e814c317679a.geocode( { 'address': "251 W Lee Hwy, Warrenton, VA 20186"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-VA-summit-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-VA-summit-community-bank'), mapOptions);}document.getElementById('4e070a1c').innerHTML += ' | View Map';var $l408269455f78f1355681e814c317679a = '

Summit Community Bank

Address: 251 W Lee Hwy, Warrenton, VA 20186
Phone: (540) 347-7779
';var m_408269455f78f1355681e814c317679a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Community Bank',});m_408269455f78f1355681e814c317679a['infowindow'] = new google.maps.InfoWindow({content: $l408269455f78f1355681e814c317679a});var infowindow = new google.maps.InfoWindow({content: $l408269455f78f1355681e814c317679a});google.maps.event.addListener(m_408269455f78f1355681e814c317679a, 'click', function() {infowindow.open(map,m_408269455f78f1355681e814c317679a);});$marker.push(m_408269455f78f1355681e814c317679a);}});}google.maps.event.addDomListener(window, 'load', initialize);