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.9238,-76.8648)};var g_73e47a89df1da1b40582d2d385aeb8bb = new google.maps.Geocoder();g_73e47a89df1da1b40582d2d385aeb8bb.geocode( { 'address': "307 S Church Ln, Tappahannock, VA 22560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tappahannock-VA-southside-bank').style.display = '';map = new google.maps.Map(document.getElementById('tappahannock-VA-southside-bank'), mapOptions);}document.getElementById('d0356296').innerHTML += ' | View Map';var $l73e47a89df1da1b40582d2d385aeb8bb = '

Southside Bank

Address: 307 S Church Ln, Tappahannock, VA 22560
Phone: (804) 443-4334
';var m_73e47a89df1da1b40582d2d385aeb8bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southside Bank',});m_73e47a89df1da1b40582d2d385aeb8bb['infowindow'] = new google.maps.InfoWindow({content: $l73e47a89df1da1b40582d2d385aeb8bb});var infowindow = new google.maps.InfoWindow({content: $l73e47a89df1da1b40582d2d385aeb8bb});google.maps.event.addListener(m_73e47a89df1da1b40582d2d385aeb8bb, 'click', function() {infowindow.open(map,m_73e47a89df1da1b40582d2d385aeb8bb);});$marker.push(m_73e47a89df1da1b40582d2d385aeb8bb);}});}google.maps.event.addDomListener(window, 'load', initialize);