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.7212,-78.1194)};var g_66b26c0582cb963f5271672bb0d3c10b = new google.maps.Geocoder();g_66b26c0582cb963f5271672bb0d3c10b.geocode( { 'address': "622 E Atlantic St, South Hill, VA 23970, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hill-VA-citizens-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-citizens-bank--trust-co'), mapOptions);}document.getElementById('2bed90be').innerHTML += ' | View Map';var $l66b26c0582cb963f5271672bb0d3c10b = '

Citizens Bank & Trust Co

Address: 622 E Atlantic St, South Hill, VA 23970, USA
Phone: (434) 447-7718
';var m_66b26c0582cb963f5271672bb0d3c10b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_66b26c0582cb963f5271672bb0d3c10b['infowindow'] = new google.maps.InfoWindow({content: $l66b26c0582cb963f5271672bb0d3c10b});var infowindow = new google.maps.InfoWindow({content: $l66b26c0582cb963f5271672bb0d3c10b});google.maps.event.addListener(m_66b26c0582cb963f5271672bb0d3c10b, 'click', function() {infowindow.open(map,m_66b26c0582cb963f5271672bb0d3c10b);});$marker.push(m_66b26c0582cb963f5271672bb0d3c10b);}});}google.maps.event.addDomListener(window, 'load', initialize);