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.5059,-78.2435)};var g_7928930515844730f8e63b0634226df6 = new google.maps.Geocoder();g_7928930515844730f8e63b0634226df6.geocode( { 'address': "109 Peedin Ave, Pine Level, NC 27568"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-level-NC-southern-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('pine-level-NC-southern-bank-trust-co'), mapOptions);}document.getElementById('36bfea10').innerHTML += ' | View Map';var $l7928930515844730f8e63b0634226df6 = '

Southern Bank & Trust Co

Address: 109 Peedin Ave, Pine Level, NC 27568
Phone: (919) 965-5721
';var m_7928930515844730f8e63b0634226df6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust Co',});m_7928930515844730f8e63b0634226df6['infowindow'] = new google.maps.InfoWindow({content: $l7928930515844730f8e63b0634226df6});var infowindow = new google.maps.InfoWindow({content: $l7928930515844730f8e63b0634226df6});google.maps.event.addListener(m_7928930515844730f8e63b0634226df6, 'click', function() {infowindow.open(map,m_7928930515844730f8e63b0634226df6);});$marker.push(m_7928930515844730f8e63b0634226df6);}});}google.maps.event.addDomListener(window, 'load', initialize);