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.3163,-78.6234)};var g_d1c6edf460701976c172357533193fca = new google.maps.Geocoder();g_d1c6edf460701976c172357533193fca.geocode( { 'address': "115 Four Oaks Place, Dunn, NC 28334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunn-NC-four-oaks-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('dunn-NC-four-oaks-bank--trust-co'), mapOptions);}document.getElementById('f79efb32').innerHTML += ' | View Map';var $ld1c6edf460701976c172357533193fca = '

Four Oaks Bank & Trust Co

Address: 115 Four Oaks Place, Dunn, NC 28334, USA
Phone: (910) 230-3775
';var m_d1c6edf460701976c172357533193fca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Four Oaks Bank & Trust Co',});m_d1c6edf460701976c172357533193fca['infowindow'] = new google.maps.InfoWindow({content: $ld1c6edf460701976c172357533193fca});var infowindow = new google.maps.InfoWindow({content: $ld1c6edf460701976c172357533193fca});google.maps.event.addListener(m_d1c6edf460701976c172357533193fca, 'click', function() {infowindow.open(map,m_d1c6edf460701976c172357533193fca);});$marker.push(m_d1c6edf460701976c172357533193fca);}});}google.maps.event.addDomListener(window, 'load', initialize);