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.6995,-79.8156)};var g_343da7c5aa43b599be9d2f364853e6d8 = new google.maps.Geocoder();g_343da7c5aa43b599be9d2f364853e6d8.geocode( { 'address': "624 S Fayetteville St, Asheboro, NC 27203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheboro-NC-newbridge-bank--wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('asheboro-NC-newbridge-bank--wealth-management'), mapOptions);}document.getElementById('64cccb38').innerHTML += ' | View Map';var $l343da7c5aa43b599be9d2f364853e6d8 = '

NewBridge Bank & Wealth Management

Address: 624 S Fayetteville St, Asheboro, NC 27203, USA
Phone: (336) 328-1102
';var m_343da7c5aa43b599be9d2f364853e6d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewBridge Bank & Wealth Management',});m_343da7c5aa43b599be9d2f364853e6d8['infowindow'] = new google.maps.InfoWindow({content: $l343da7c5aa43b599be9d2f364853e6d8});var infowindow = new google.maps.InfoWindow({content: $l343da7c5aa43b599be9d2f364853e6d8});google.maps.event.addListener(m_343da7c5aa43b599be9d2f364853e6d8, 'click', function() {infowindow.open(map,m_343da7c5aa43b599be9d2f364853e6d8);});$marker.push(m_343da7c5aa43b599be9d2f364853e6d8);}});}google.maps.event.addDomListener(window, 'load', initialize);