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.7369,-77.9938)};var g_bf99455b9c632c2cca040bd026057559 = new google.maps.Geocoder();g_bf99455b9c632c2cca040bd026057559.geocode( { 'address': "406 E Main St, Wallace, NC 28466"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallace-NC-four-oaks-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wallace-NC-four-oaks-bank-trust-co'), mapOptions);}document.getElementById('e5dbdc21').innerHTML += ' | View Map';var $lbf99455b9c632c2cca040bd026057559 = '

Four Oaks Bank & Trust Co

Address: 406 E Main St, Wallace, NC 28466
Phone: (910) 285-9300
';var m_bf99455b9c632c2cca040bd026057559 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Four Oaks Bank & Trust Co',});m_bf99455b9c632c2cca040bd026057559['infowindow'] = new google.maps.InfoWindow({content: $lbf99455b9c632c2cca040bd026057559});var infowindow = new google.maps.InfoWindow({content: $lbf99455b9c632c2cca040bd026057559});google.maps.event.addListener(m_bf99455b9c632c2cca040bd026057559, 'click', function() {infowindow.open(map,m_bf99455b9c632c2cca040bd026057559);});$marker.push(m_bf99455b9c632c2cca040bd026057559);}});}google.maps.event.addDomListener(window, 'load', initialize);