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(34.9805,-78.0946)};var g_7337bc5b4a00fa2ee237cf50a57b288d = new google.maps.Geocoder();g_7337bc5b4a00fa2ee237cf50a57b288d.geocode( { 'address': "114 N Pine St, Warsaw, NC 28398"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warsaw-NC-southern-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('warsaw-NC-southern-bank-trust'), mapOptions);}document.getElementById('9a86b76b').innerHTML += ' | View Map';var $l7337bc5b4a00fa2ee237cf50a57b288d = '

Southern Bank & Trust

Address: 114 N Pine St, Warsaw, NC 28398
Phone: (910) 293-7176
';var m_7337bc5b4a00fa2ee237cf50a57b288d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank & Trust',});m_7337bc5b4a00fa2ee237cf50a57b288d['infowindow'] = new google.maps.InfoWindow({content: $l7337bc5b4a00fa2ee237cf50a57b288d});var infowindow = new google.maps.InfoWindow({content: $l7337bc5b4a00fa2ee237cf50a57b288d});google.maps.event.addListener(m_7337bc5b4a00fa2ee237cf50a57b288d, 'click', function() {infowindow.open(map,m_7337bc5b4a00fa2ee237cf50a57b288d);});$marker.push(m_7337bc5b4a00fa2ee237cf50a57b288d);}});}google.maps.event.addDomListener(window, 'load', initialize);