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.82,-79.8236)};var g_56d33021e640f5d64a611a71b5dc30a3 = new google.maps.Geocoder();g_56d33021e640f5d64a611a71b5dc30a3.geocode( { 'address': "1021 High Point St, Randleman, NC 27317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randleman-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('randleman-NC-woodforest-national-bank'), mapOptions);}document.getElementById('ff74f86b').innerHTML += ' | View Map';var $l56d33021e640f5d64a611a71b5dc30a3 = '

Woodforest National Bank

Address: 1021 High Point St, Randleman, NC 27317, USA
Phone: (336) 498-6070
';var m_56d33021e640f5d64a611a71b5dc30a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_56d33021e640f5d64a611a71b5dc30a3['infowindow'] = new google.maps.InfoWindow({content: $l56d33021e640f5d64a611a71b5dc30a3});var infowindow = new google.maps.InfoWindow({content: $l56d33021e640f5d64a611a71b5dc30a3});google.maps.event.addListener(m_56d33021e640f5d64a611a71b5dc30a3, 'click', function() {infowindow.open(map,m_56d33021e640f5d64a611a71b5dc30a3);});$marker.push(m_56d33021e640f5d64a611a71b5dc30a3);}});}google.maps.event.addDomListener(window, 'load', initialize);