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.3206,-78.6481)};var g_062cd45dd7f49bf3f3bcca173237ffaf = new google.maps.Geocoder();g_062cd45dd7f49bf3f3bcca173237ffaf.geocode( { 'address': "590 E Jackson Blvd, Dunn, NC 28334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunn-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dunn-NC-woodforest-national-bank'), mapOptions);}document.getElementById('11707046').innerHTML += ' | View Map';var $l062cd45dd7f49bf3f3bcca173237ffaf = '

Woodforest National Bank

Address: 590 E Jackson Blvd, Dunn, NC 28334, USA
Phone: (910) 892-1246
';var m_062cd45dd7f49bf3f3bcca173237ffaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_062cd45dd7f49bf3f3bcca173237ffaf['infowindow'] = new google.maps.InfoWindow({content: $l062cd45dd7f49bf3f3bcca173237ffaf});var infowindow = new google.maps.InfoWindow({content: $l062cd45dd7f49bf3f3bcca173237ffaf});google.maps.event.addListener(m_062cd45dd7f49bf3f3bcca173237ffaf, 'click', function() {infowindow.open(map,m_062cd45dd7f49bf3f3bcca173237ffaf);});$marker.push(m_062cd45dd7f49bf3f3bcca173237ffaf);}});}google.maps.event.addDomListener(window, 'load', initialize);