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.4904,-77.441)};var g_d9a2872036bccc295e23b8f8662143d0 = new google.maps.Geocoder();g_d9a2872036bccc295e23b8f8662143d0.geocode( { 'address': "200 S Main St, Seaboard, NC 27876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seaboard-NC-southern-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('seaboard-NC-southern-bank--trust-co'), mapOptions);}document.getElementById('ac691c6b').innerHTML += ' | View Map';var $ld9a2872036bccc295e23b8f8662143d0 = '

Southern Bank & Trust Co

Address: 200 S Main St, Seaboard, NC 27876, USA
Phone: (252) 589-2821
';var m_d9a2872036bccc295e23b8f8662143d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust Co',});m_d9a2872036bccc295e23b8f8662143d0['infowindow'] = new google.maps.InfoWindow({content: $ld9a2872036bccc295e23b8f8662143d0});var infowindow = new google.maps.InfoWindow({content: $ld9a2872036bccc295e23b8f8662143d0});google.maps.event.addListener(m_d9a2872036bccc295e23b8f8662143d0, 'click', function() {infowindow.open(map,m_d9a2872036bccc295e23b8f8662143d0);});$marker.push(m_d9a2872036bccc295e23b8f8662143d0);}});}google.maps.event.addDomListener(window, 'load', initialize);