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.4877,-77.442)};var g_5e080f85ee53e0705731461e7aa8d6c2 = new google.maps.Geocoder();g_5e080f85ee53e0705731461e7aa8d6c2.geocode( { 'address': "200 S Main St, Seaboard, NC 27876"}, 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('79d2631c').innerHTML += ' | View Map';var $l5e080f85ee53e0705731461e7aa8d6c2 = '

Southern Bank & Trust Co

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