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.5122,-78.3473)};var g_a4e94ae2cc6f870a3ea7e19ebcd758c5 = new google.maps.Geocoder();g_a4e94ae2cc6f870a3ea7e19ebcd758c5.geocode( { 'address': "1299 N Brightleaf Blvd, Smithfield, NC 27577"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('smithfield-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('smithfield-NC-woodforest-national-bank'), mapOptions);}document.getElementById('7beb5f91').innerHTML += ' | View Map';var $la4e94ae2cc6f870a3ea7e19ebcd758c5 = '

Woodforest National Bank

Address: 1299 N Brightleaf Blvd, Smithfield, NC 27577
Phone: (919) 989-5878
';var m_a4e94ae2cc6f870a3ea7e19ebcd758c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_a4e94ae2cc6f870a3ea7e19ebcd758c5['infowindow'] = new google.maps.InfoWindow({content: $la4e94ae2cc6f870a3ea7e19ebcd758c5});var infowindow = new google.maps.InfoWindow({content: $la4e94ae2cc6f870a3ea7e19ebcd758c5});google.maps.event.addListener(m_a4e94ae2cc6f870a3ea7e19ebcd758c5, 'click', function() {infowindow.open(map,m_a4e94ae2cc6f870a3ea7e19ebcd758c5);});$marker.push(m_a4e94ae2cc6f870a3ea7e19ebcd758c5);}});}google.maps.event.addDomListener(window, 'load', initialize);