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_a0519cba56fbfc7adac9c0a3d313b27d = new google.maps.Geocoder();g_a0519cba56fbfc7adac9c0a3d313b27d.geocode( { 'address': "146 E Ward St, Asheboro, NC 27203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-b-n-c-bank').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-b-n-c-bank'), mapOptions);}document.getElementById('ee0391aa').innerHTML += ' | View Map';var $la0519cba56fbfc7adac9c0a3d313b27d = '

B N C Bank

Address: 146 E Ward St, Asheboro, NC 27203
Phone: (336) 636-5159
';var m_a0519cba56fbfc7adac9c0a3d313b27d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B N C Bank',});m_a0519cba56fbfc7adac9c0a3d313b27d['infowindow'] = new google.maps.InfoWindow({content: $la0519cba56fbfc7adac9c0a3d313b27d});var infowindow = new google.maps.InfoWindow({content: $la0519cba56fbfc7adac9c0a3d313b27d});google.maps.event.addListener(m_a0519cba56fbfc7adac9c0a3d313b27d, 'click', function() {infowindow.open(map,m_a0519cba56fbfc7adac9c0a3d313b27d);});$marker.push(m_a0519cba56fbfc7adac9c0a3d313b27d);}});}google.maps.event.addDomListener(window, 'load', initialize);