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.1273,-77.7271)};var g_67381c1344c5b9ca3a363f15e3256ee9 = new google.maps.Geocoder();g_67381c1344c5b9ca3a363f15e3256ee9.geocode( { 'address': "1916 Tulls Mill Rd, Deep Run, NC 28525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deep-run-NC-southern-bank-deep-run').style.display = '';map = new google.maps.Map(document.getElementById('deep-run-NC-southern-bank-deep-run'), mapOptions);}document.getElementById('57c9d61e').innerHTML += ' | View Map';var $l67381c1344c5b9ca3a363f15e3256ee9 = '

Southern Bank-Deep Run

Address: 1916 Tulls Mill Rd, Deep Run, NC 28525
Phone: (252) 568-4141
';var m_67381c1344c5b9ca3a363f15e3256ee9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank-Deep Run',});m_67381c1344c5b9ca3a363f15e3256ee9['infowindow'] = new google.maps.InfoWindow({content: $l67381c1344c5b9ca3a363f15e3256ee9});var infowindow = new google.maps.InfoWindow({content: $l67381c1344c5b9ca3a363f15e3256ee9});google.maps.event.addListener(m_67381c1344c5b9ca3a363f15e3256ee9, 'click', function() {infowindow.open(map,m_67381c1344c5b9ca3a363f15e3256ee9);});$marker.push(m_67381c1344c5b9ca3a363f15e3256ee9);}});}google.maps.event.addDomListener(window, 'load', initialize);