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_3a02af861599787256c93d1e23ab6646 = new google.maps.Geocoder();g_3a02af861599787256c93d1e23ab6646.geocode( { 'address': "5625 S NC 41 Hwy, Wallace, NC 28466"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallace-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wallace-NC-woodforest-national-bank'), mapOptions);}document.getElementById('d16f6ca4').innerHTML += ' | View Map';var $l3a02af861599787256c93d1e23ab6646 = '

Woodforest National Bank

Address: 5625 S NC 41 Hwy, Wallace, NC 28466
Phone: (910) 285-3579
';var m_3a02af861599787256c93d1e23ab6646 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_3a02af861599787256c93d1e23ab6646['infowindow'] = new google.maps.InfoWindow({content: $l3a02af861599787256c93d1e23ab6646});var infowindow = new google.maps.InfoWindow({content: $l3a02af861599787256c93d1e23ab6646});google.maps.event.addListener(m_3a02af861599787256c93d1e23ab6646, 'click', function() {infowindow.open(map,m_3a02af861599787256c93d1e23ab6646);});$marker.push(m_3a02af861599787256c93d1e23ab6646);}});}google.maps.event.addDomListener(window, 'load', initialize);