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.7088,-79.8121)};var g_5f97be04c37f7d13517c6c700da7c807 = new google.maps.Geocoder();g_5f97be04c37f7d13517c6c700da7c807.geocode( { 'address': "146 E Ward St, Asheboro, NC 27203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-randolph-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-randolph-bank--trust-co'), mapOptions);}document.getElementById('24c7ee6d').innerHTML += ' | View Map';var $l5f97be04c37f7d13517c6c700da7c807 = '

Randolph Bank & Trust Co

Address: 146 E Ward St, Asheboro, NC 27203, USA
Phone: (336) 318-1201
';var m_5f97be04c37f7d13517c6c700da7c807 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Randolph Bank & Trust Co',});m_5f97be04c37f7d13517c6c700da7c807['infowindow'] = new google.maps.InfoWindow({content: $l5f97be04c37f7d13517c6c700da7c807});var infowindow = new google.maps.InfoWindow({content: $l5f97be04c37f7d13517c6c700da7c807});google.maps.event.addListener(m_5f97be04c37f7d13517c6c700da7c807, 'click', function() {infowindow.open(map,m_5f97be04c37f7d13517c6c700da7c807);});$marker.push(m_5f97be04c37f7d13517c6c700da7c807);}});}google.maps.event.addDomListener(window, 'load', initialize);