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(36.7327,-77.2378)};var g_92b5eb942a693af473d741b2c487fdd5 = new google.maps.Geocoder();g_92b5eb942a693af473d741b2c487fdd5.geocode( { 'address': "23003 Main St, Capron, VA 23829"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('capron-VA-the-bank-of-southside-virginia').style.display = '';map = new google.maps.Map(document.getElementById('capron-VA-the-bank-of-southside-virginia'), mapOptions);}document.getElementById('3584f45a').innerHTML += ' | View Map';var $l92b5eb942a693af473d741b2c487fdd5 = '

The Bank of Southside Virginia

Address: 23003 Main St, Capron, VA 23829
Phone: (434) 658-4121
';var m_92b5eb942a693af473d741b2c487fdd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Southside Virginia',});m_92b5eb942a693af473d741b2c487fdd5['infowindow'] = new google.maps.InfoWindow({content: $l92b5eb942a693af473d741b2c487fdd5});var infowindow = new google.maps.InfoWindow({content: $l92b5eb942a693af473d741b2c487fdd5});google.maps.event.addListener(m_92b5eb942a693af473d741b2c487fdd5, 'click', function() {infowindow.open(map,m_92b5eb942a693af473d741b2c487fdd5);});$marker.push(m_92b5eb942a693af473d741b2c487fdd5);}});}google.maps.event.addDomListener(window, 'load', initialize);