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(37.2204,-77.2885)};var g_875f10f903ca270a23a4e354088782af = new google.maps.Geocoder();g_875f10f903ca270a23a4e354088782af.geocode( { 'address': "6401 Courthouse Rd, Prince George, VA 23875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prince-george-VA-the-bank-of-southside-virginia').style.display = '';map = new google.maps.Map(document.getElementById('prince-george-VA-the-bank-of-southside-virginia'), mapOptions);}document.getElementById('d0a7fe2a').innerHTML += ' | View Map';var $l875f10f903ca270a23a4e354088782af = '

The Bank of Southside Virginia

Address: 6401 Courthouse Rd, Prince George, VA 23875, USA
Phone: (804) 732-2706
';var m_875f10f903ca270a23a4e354088782af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Southside Virginia',});m_875f10f903ca270a23a4e354088782af['infowindow'] = new google.maps.InfoWindow({content: $l875f10f903ca270a23a4e354088782af});var infowindow = new google.maps.InfoWindow({content: $l875f10f903ca270a23a4e354088782af});google.maps.event.addListener(m_875f10f903ca270a23a4e354088782af, 'click', function() {infowindow.open(map,m_875f10f903ca270a23a4e354088782af);});$marker.push(m_875f10f903ca270a23a4e354088782af);}});}google.maps.event.addDomListener(window, 'load', initialize);