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.8713,-80.0755)};var g_52c9a2647a3eaa9e295071ba521458f7 = new google.maps.Geocoder();g_52c9a2647a3eaa9e295071ba521458f7.geocode( { 'address': "804 Randolph St, Thomasville, NC 27360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-NC-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-NC-wells-fargo-bank'), mapOptions);}document.getElementById('9b24a805').innerHTML += ' | View Map';var $l52c9a2647a3eaa9e295071ba521458f7 = '

Wells Fargo Bank

Address: 804 Randolph St, Thomasville, NC 27360, USA
Phone: (336) 472-6710
';var m_52c9a2647a3eaa9e295071ba521458f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_52c9a2647a3eaa9e295071ba521458f7['infowindow'] = new google.maps.InfoWindow({content: $l52c9a2647a3eaa9e295071ba521458f7});var infowindow = new google.maps.InfoWindow({content: $l52c9a2647a3eaa9e295071ba521458f7});google.maps.event.addListener(m_52c9a2647a3eaa9e295071ba521458f7, 'click', function() {infowindow.open(map,m_52c9a2647a3eaa9e295071ba521458f7);});$marker.push(m_52c9a2647a3eaa9e295071ba521458f7);}});}google.maps.event.addDomListener(window, 'load', initialize);