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.9735,-76.9877)};var g_a057c7bbc9be6ef55c04d9fe59cd20f0 = new google.maps.Geocoder();g_a057c7bbc9be6ef55c04d9fe59cd20f0.geocode( { 'address': "630 N County Dr, Wakefield, VA 23888"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wakefield-VA-the-bank-of-southside-virginia').style.display = '';map = new google.maps.Map(document.getElementById('wakefield-VA-the-bank-of-southside-virginia'), mapOptions);}document.getElementById('10b3dff8').innerHTML += ' | View Map';var $la057c7bbc9be6ef55c04d9fe59cd20f0 = '

The Bank of Southside Virginia

Address: 630 N County Dr, Wakefield, VA 23888
Phone: (757) 899-7310
';var m_a057c7bbc9be6ef55c04d9fe59cd20f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Southside Virginia',});m_a057c7bbc9be6ef55c04d9fe59cd20f0['infowindow'] = new google.maps.InfoWindow({content: $la057c7bbc9be6ef55c04d9fe59cd20f0});var infowindow = new google.maps.InfoWindow({content: $la057c7bbc9be6ef55c04d9fe59cd20f0});google.maps.event.addListener(m_a057c7bbc9be6ef55c04d9fe59cd20f0, 'click', function() {infowindow.open(map,m_a057c7bbc9be6ef55c04d9fe59cd20f0);});$marker.push(m_a057c7bbc9be6ef55c04d9fe59cd20f0);}});}google.maps.event.addDomListener(window, 'load', initialize);