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.0487,-77.749)};var g_71947b410d907ebd113eb2ec9e7d86cc = new google.maps.Geocoder();g_71947b410d907ebd113eb2ec9e7d86cc.geocode( { 'address': "301 W Battleboro Ave, Battleboro, NC 27809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('battleboro-NC-southern-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('battleboro-NC-southern-bank-trust-co'), mapOptions);}document.getElementById('8c039cb3').innerHTML += ' | View Map';var $l71947b410d907ebd113eb2ec9e7d86cc = '

Southern Bank & Trust Co

Address: 301 W Battleboro Ave, Battleboro, NC 27809
Phone: (252) 446-0254
';var m_71947b410d907ebd113eb2ec9e7d86cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust Co',});m_71947b410d907ebd113eb2ec9e7d86cc['infowindow'] = new google.maps.InfoWindow({content: $l71947b410d907ebd113eb2ec9e7d86cc});var infowindow = new google.maps.InfoWindow({content: $l71947b410d907ebd113eb2ec9e7d86cc});google.maps.event.addListener(m_71947b410d907ebd113eb2ec9e7d86cc, 'click', function() {infowindow.open(map,m_71947b410d907ebd113eb2ec9e7d86cc);});$marker.push(m_71947b410d907ebd113eb2ec9e7d86cc);}});}google.maps.event.addDomListener(window, 'load', initialize);