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(36.1758,-77.6666)};var g_1af45151b27f214c99af0ba3958e3ddd = new google.maps.Geocoder();g_1af45151b27f214c99af0ba3958e3ddd.geocode( { 'address': "201 Batchelor Ave, Enfield, NC 27823"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('enfield-NC-southern-bank-enfield').style.display = '';map = new google.maps.Map(document.getElementById('enfield-NC-southern-bank-enfield'), mapOptions);}document.getElementById('8353df9d').innerHTML += ' | View Map';var $l1af45151b27f214c99af0ba3958e3ddd = '

Southern Bank-Enfield

Address: 201 Batchelor Ave, Enfield, NC 27823
Phone: (252) 445-2016
';var m_1af45151b27f214c99af0ba3958e3ddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Bank-Enfield',});m_1af45151b27f214c99af0ba3958e3ddd['infowindow'] = new google.maps.InfoWindow({content: $l1af45151b27f214c99af0ba3958e3ddd});var infowindow = new google.maps.InfoWindow({content: $l1af45151b27f214c99af0ba3958e3ddd});google.maps.event.addListener(m_1af45151b27f214c99af0ba3958e3ddd, 'click', function() {infowindow.open(map,m_1af45151b27f214c99af0ba3958e3ddd);});$marker.push(m_1af45151b27f214c99af0ba3958e3ddd);}});}google.maps.event.addDomListener(window, 'load', initialize);