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.195,-78.0667)};var g_6980153447506dfc1c7ed4580ad952d9 = new google.maps.Geocoder();g_6980153447506dfc1c7ed4580ad952d9.geocode( { 'address': "116 E Main St, Mt Olive, NC 28365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-olive-NC-southern-bancshares-nc-inc').style.display = '';map = new google.maps.Map(document.getElementById('mount-olive-NC-southern-bancshares-nc-inc'), mapOptions);}document.getElementById('cb910d9a').innerHTML += ' | View Map';var $l6980153447506dfc1c7ed4580ad952d9 = '

Southern Bancshares NC Inc

Address: 116 E Main St, Mt Olive, NC 28365, USA
Phone: (919) 658-7000
';var m_6980153447506dfc1c7ed4580ad952d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bancshares NC Inc',});m_6980153447506dfc1c7ed4580ad952d9['infowindow'] = new google.maps.InfoWindow({content: $l6980153447506dfc1c7ed4580ad952d9});var infowindow = new google.maps.InfoWindow({content: $l6980153447506dfc1c7ed4580ad952d9});google.maps.event.addListener(m_6980153447506dfc1c7ed4580ad952d9, 'click', function() {infowindow.open(map,m_6980153447506dfc1c7ed4580ad952d9);});$marker.push(m_6980153447506dfc1c7ed4580ad952d9);}});}google.maps.event.addDomListener(window, 'load', initialize);