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.9648,-80.071)};var g_89d831d0d9d4ef160196bd5d25ebc16c = new google.maps.Geocoder();g_89d831d0d9d4ef160196bd5d25ebc16c.geocode( { 'address': "2004 Highway 74 W, Wadesboro, NC 28170"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadesboro-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadesboro-NC-woodforest-national-bank'), mapOptions);}document.getElementById('4f675b1b').innerHTML += ' | View Map';var $l89d831d0d9d4ef160196bd5d25ebc16c = '

Woodforest National Bank

Address: 2004 Highway 74 W, Wadesboro, NC 28170
Phone: (704) 994-2778
';var m_89d831d0d9d4ef160196bd5d25ebc16c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_89d831d0d9d4ef160196bd5d25ebc16c['infowindow'] = new google.maps.InfoWindow({content: $l89d831d0d9d4ef160196bd5d25ebc16c});var infowindow = new google.maps.InfoWindow({content: $l89d831d0d9d4ef160196bd5d25ebc16c});google.maps.event.addListener(m_89d831d0d9d4ef160196bd5d25ebc16c, 'click', function() {infowindow.open(map,m_89d831d0d9d4ef160196bd5d25ebc16c);});$marker.push(m_89d831d0d9d4ef160196bd5d25ebc16c);}});}google.maps.event.addDomListener(window, 'load', initialize);