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.8808,-80.083)};var g_5165bb7092845d883f5d8fd52d1f32b5 = new google.maps.Geocoder();g_5165bb7092845d883f5d8fd52d1f32b5.geocode( { 'address': "1585 Liberty Dr, Thomasville, NC 27360"}, 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('fd36ebe6').innerHTML += ' | View Map';var $l5165bb7092845d883f5d8fd52d1f32b5 = '

Woodforest National Bank

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