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(35.5122,-78.3473)};var g_2b1f292723cc6f4ca4761f8710141cbb = new google.maps.Geocoder();g_2b1f292723cc6f4ca4761f8710141cbb.geocode( { 'address': "1360 Brightleaf Blvd, Smithfield, NC 27577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-NC-southern-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-NC-southern-bank-trust-co'), mapOptions);}document.getElementById('e30e0efb').innerHTML += ' | View Map';var $l2b1f292723cc6f4ca4761f8710141cbb = '

Southern Bank & Trust Co

Address: 1360 Brightleaf Blvd, Smithfield, NC 27577
Phone: (919) 934-1062
';var m_2b1f292723cc6f4ca4761f8710141cbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust Co',});m_2b1f292723cc6f4ca4761f8710141cbb['infowindow'] = new google.maps.InfoWindow({content: $l2b1f292723cc6f4ca4761f8710141cbb});var infowindow = new google.maps.InfoWindow({content: $l2b1f292723cc6f4ca4761f8710141cbb});google.maps.event.addListener(m_2b1f292723cc6f4ca4761f8710141cbb, 'click', function() {infowindow.open(map,m_2b1f292723cc6f4ca4761f8710141cbb);});$marker.push(m_2b1f292723cc6f4ca4761f8710141cbb);}});}google.maps.event.addDomListener(window, 'load', initialize);