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.7276,-78.1348)};var g_88479e328a8633f54e9c667651832fbc = new google.maps.Geocoder();g_88479e328a8633f54e9c667651832fbc.geocode( { 'address': "302 E Atlantic St, South Hill, VA 23970"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-hill-VA-carter-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('south-hill-VA-carter-bank-trust'), mapOptions);}document.getElementById('dbf7f213').innerHTML += ' | View Map';var $l88479e328a8633f54e9c667651832fbc = '

Carter Bank & Trust

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