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.651,-79.8316)};var g_3754db2efc31e5a2d4d83040ca3e4935 = new google.maps.Geocoder();g_3754db2efc31e5a2d4d83040ca3e4935.geocode( { 'address': "1226 E Dixie Dr, Asheboro, NC 27203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-woodforest-national-bank'), mapOptions);}document.getElementById('629c7c90').innerHTML += ' | View Map';var $l3754db2efc31e5a2d4d83040ca3e4935 = '

Woodforest National Bank

Address: 1226 E Dixie Dr, Asheboro, NC 27203
Phone: (336) 625-1239
';var m_3754db2efc31e5a2d4d83040ca3e4935 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_3754db2efc31e5a2d4d83040ca3e4935['infowindow'] = new google.maps.InfoWindow({content: $l3754db2efc31e5a2d4d83040ca3e4935});var infowindow = new google.maps.InfoWindow({content: $l3754db2efc31e5a2d4d83040ca3e4935});google.maps.event.addListener(m_3754db2efc31e5a2d4d83040ca3e4935, 'click', function() {infowindow.open(map,m_3754db2efc31e5a2d4d83040ca3e4935);});$marker.push(m_3754db2efc31e5a2d4d83040ca3e4935);}});}google.maps.event.addDomListener(window, 'load', initialize);