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.401,-80.5838)};var g_32a9499124964b7f18c19a85d13c1a05 = new google.maps.Geocoder();g_32a9499124964b7f18c19a85d13c1a05.geocode( { 'address': "700 Church St N, Concord, NC 28025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('concord-NC-uwharrie-bank').style.display = '';map = new google.maps.Map(document.getElementById('concord-NC-uwharrie-bank'), mapOptions);}document.getElementById('b0442c85').innerHTML += ' | View Map';var $l32a9499124964b7f18c19a85d13c1a05 = '

Uwharrie Bank

Address: 700 Church St N, Concord, NC 28025
Phone: (704) 262-3855
';var m_32a9499124964b7f18c19a85d13c1a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Uwharrie Bank',});m_32a9499124964b7f18c19a85d13c1a05['infowindow'] = new google.maps.InfoWindow({content: $l32a9499124964b7f18c19a85d13c1a05});var infowindow = new google.maps.InfoWindow({content: $l32a9499124964b7f18c19a85d13c1a05});google.maps.event.addListener(m_32a9499124964b7f18c19a85d13c1a05, 'click', function() {infowindow.open(map,m_32a9499124964b7f18c19a85d13c1a05);});$marker.push(m_32a9499124964b7f18c19a85d13c1a05);}});}google.maps.event.addDomListener(window, 'load', initialize);