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.2184,-78.382)};var g_1a336426e09602a4f0118326dd6c72ac = new google.maps.Geocoder();g_1a336426e09602a4f0118326dd6c72ac.geocode( { 'address': "58 Stoneridge Dr, Ruckersville, VA 22968"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruckersville-VA-pioneer-bank').style.display = '';map = new google.maps.Map(document.getElementById('ruckersville-VA-pioneer-bank'), mapOptions);}document.getElementById('6ce6bce7').innerHTML += ' | View Map';var $l1a336426e09602a4f0118326dd6c72ac = '

Pioneer Bank

Address: 58 Stoneridge Dr, Ruckersville, VA 22968
Phone: (434) 990-4221
';var m_1a336426e09602a4f0118326dd6c72ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Bank',});m_1a336426e09602a4f0118326dd6c72ac['infowindow'] = new google.maps.InfoWindow({content: $l1a336426e09602a4f0118326dd6c72ac});var infowindow = new google.maps.InfoWindow({content: $l1a336426e09602a4f0118326dd6c72ac});google.maps.event.addListener(m_1a336426e09602a4f0118326dd6c72ac, 'click', function() {infowindow.open(map,m_1a336426e09602a4f0118326dd6c72ac);});$marker.push(m_1a336426e09602a4f0118326dd6c72ac);}});}google.maps.event.addDomListener(window, 'load', initialize);