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.3438,-80.2263)};var g_752eaf975d0a06d11f32a62f37e2101a = new google.maps.Geocoder();g_752eaf975d0a06d11f32a62f37e2101a.geocode( { 'address': "Albemarle, NC 28001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-u-w-harrie-bank').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-u-w-harrie-bank'), mapOptions);}document.getElementById('bde6d51d').innerHTML += ' | View Map';var $l752eaf975d0a06d11f32a62f37e2101a = '

U W Harrie Bank

Address: Albemarle, NC 28001
Phone: (704) 986-4545
';var m_752eaf975d0a06d11f32a62f37e2101a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U W Harrie Bank',});m_752eaf975d0a06d11f32a62f37e2101a['infowindow'] = new google.maps.InfoWindow({content: $l752eaf975d0a06d11f32a62f37e2101a});var infowindow = new google.maps.InfoWindow({content: $l752eaf975d0a06d11f32a62f37e2101a});google.maps.event.addListener(m_752eaf975d0a06d11f32a62f37e2101a, 'click', function() {infowindow.open(map,m_752eaf975d0a06d11f32a62f37e2101a);});$marker.push(m_752eaf975d0a06d11f32a62f37e2101a);}});}google.maps.event.addDomListener(window, 'load', initialize);