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_a56f504d79649cdd4d49ff37696761d9 = new google.maps.Geocoder();g_a56f504d79649cdd4d49ff37696761d9.geocode( { 'address': "176 N Fayetteville St, Asheboro, NC 27203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-first-bank'), mapOptions);}document.getElementById('da438549').innerHTML += ' | View Map';var $la56f504d79649cdd4d49ff37696761d9 = '

First Bank

Address: 176 N Fayetteville St, Asheboro, NC 27203
Phone: (336) 629-2191
';var m_a56f504d79649cdd4d49ff37696761d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_a56f504d79649cdd4d49ff37696761d9['infowindow'] = new google.maps.InfoWindow({content: $la56f504d79649cdd4d49ff37696761d9});var infowindow = new google.maps.InfoWindow({content: $la56f504d79649cdd4d49ff37696761d9});google.maps.event.addListener(m_a56f504d79649cdd4d49ff37696761d9, 'click', function() {infowindow.open(map,m_a56f504d79649cdd4d49ff37696761d9);});$marker.push(m_a56f504d79649cdd4d49ff37696761d9);}});var g_5fac42e0f78f0a61ea68ebbc40966cca = new google.maps.Geocoder();g_5fac42e0f78f0a61ea68ebbc40966cca.geocode( { 'address': "2005 N Fayetteville St, Asheboro, NC 27203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-first-bank'), mapOptions);}document.getElementById('613408dc').innerHTML += ' | View Map';var $l5fac42e0f78f0a61ea68ebbc40966cca = '

First Bank

Address: 2005 N Fayetteville St, Asheboro, NC 27203
Phone: (336) 683-0574
';var m_5fac42e0f78f0a61ea68ebbc40966cca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_5fac42e0f78f0a61ea68ebbc40966cca['infowindow'] = new google.maps.InfoWindow({content: $l5fac42e0f78f0a61ea68ebbc40966cca});var infowindow = new google.maps.InfoWindow({content: $l5fac42e0f78f0a61ea68ebbc40966cca});google.maps.event.addListener(m_5fac42e0f78f0a61ea68ebbc40966cca, 'click', function() {infowindow.open(map,m_5fac42e0f78f0a61ea68ebbc40966cca);});$marker.push(m_5fac42e0f78f0a61ea68ebbc40966cca);}});}google.maps.event.addDomListener(window, 'load', initialize);