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.297,-78.4395)};var g_42a94c56a7e5497fd487ed1818a6f0df = new google.maps.Geocoder();g_42a94c56a7e5497fd487ed1818a6f0df.geocode( { 'address': "8315 Spotswood Trl, Stanardsville, VA 22973"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stanardsville-VA-pioneer-bank').style.display = '';map = new google.maps.Map(document.getElementById('stanardsville-VA-pioneer-bank'), mapOptions);}document.getElementById('591bf13b').innerHTML += ' | View Map';var $l42a94c56a7e5497fd487ed1818a6f0df = '

Pioneer Bank

Address: 8315 Spotswood Trl, Stanardsville, VA 22973
Phone: (434) 990-6515
';var m_42a94c56a7e5497fd487ed1818a6f0df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Bank',});m_42a94c56a7e5497fd487ed1818a6f0df['infowindow'] = new google.maps.InfoWindow({content: $l42a94c56a7e5497fd487ed1818a6f0df});var infowindow = new google.maps.InfoWindow({content: $l42a94c56a7e5497fd487ed1818a6f0df});google.maps.event.addListener(m_42a94c56a7e5497fd487ed1818a6f0df, 'click', function() {infowindow.open(map,m_42a94c56a7e5497fd487ed1818a6f0df);});$marker.push(m_42a94c56a7e5497fd487ed1818a6f0df);}});}google.maps.event.addDomListener(window, 'load', initialize);