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.7066,-77.5588)};var g_e880f67dde6fc2c5e0dad509e98ed303 = new google.maps.Geocoder();g_e880f67dde6fc2c5e0dad509e98ed303.geocode( { 'address': "1400 W Atlantic St, Emporia, VA 23847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('emporia-VA-the-bank-of-southside-virginia').style.display = '';map = new google.maps.Map(document.getElementById('emporia-VA-the-bank-of-southside-virginia'), mapOptions);}document.getElementById('159ced67').innerHTML += ' | View Map';var $le880f67dde6fc2c5e0dad509e98ed303 = '

The Bank of Southside Virginia

Address: 1400 W Atlantic St, Emporia, VA 23847, USA
Phone: (434) 634-5115
';var m_e880f67dde6fc2c5e0dad509e98ed303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Southside Virginia',});m_e880f67dde6fc2c5e0dad509e98ed303['infowindow'] = new google.maps.InfoWindow({content: $le880f67dde6fc2c5e0dad509e98ed303});var infowindow = new google.maps.InfoWindow({content: $le880f67dde6fc2c5e0dad509e98ed303});google.maps.event.addListener(m_e880f67dde6fc2c5e0dad509e98ed303, 'click', function() {infowindow.open(map,m_e880f67dde6fc2c5e0dad509e98ed303);});$marker.push(m_e880f67dde6fc2c5e0dad509e98ed303);}});}google.maps.event.addDomListener(window, 'load', initialize);