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.8559,-80.0655)};var g_6e3262beb24c53ca2e4d7bc4b378fa8a = new google.maps.Geocoder();g_6e3262beb24c53ca2e4d7bc4b378fa8a.geocode( { 'address': "1585 Liberty Dr #1, Thomasville, NC 27360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-NC-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-NC-woodforest-national-bank'), mapOptions);}document.getElementById('55a02b47').innerHTML += ' | View Map';var $l6e3262beb24c53ca2e4d7bc4b378fa8a = '

Woodforest National Bank

Address: 1585 Liberty Dr #1, Thomasville, NC 27360, USA
Phone: (336) 475-1176
';var m_6e3262beb24c53ca2e4d7bc4b378fa8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_6e3262beb24c53ca2e4d7bc4b378fa8a['infowindow'] = new google.maps.InfoWindow({content: $l6e3262beb24c53ca2e4d7bc4b378fa8a});var infowindow = new google.maps.InfoWindow({content: $l6e3262beb24c53ca2e4d7bc4b378fa8a});google.maps.event.addListener(m_6e3262beb24c53ca2e4d7bc4b378fa8a, 'click', function() {infowindow.open(map,m_6e3262beb24c53ca2e4d7bc4b378fa8a);});$marker.push(m_6e3262beb24c53ca2e4d7bc4b378fa8a);}});}google.maps.event.addDomListener(window, 'load', initialize);