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_11ce4c3ce3498f8b1c49e8adad14eee5 = new google.maps.Geocoder();g_11ce4c3ce3498f8b1c49e8adad14eee5.geocode( { 'address': "1910 E Main St, Albemarle, NC 28001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-first-bank'), mapOptions);}document.getElementById('87d40bda').innerHTML += ' | View Map';var $l11ce4c3ce3498f8b1c49e8adad14eee5 = '

First Bank

Address: 1910 E Main St, Albemarle, NC 28001
Phone: (704) 982-4949
';var m_11ce4c3ce3498f8b1c49e8adad14eee5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_11ce4c3ce3498f8b1c49e8adad14eee5['infowindow'] = new google.maps.InfoWindow({content: $l11ce4c3ce3498f8b1c49e8adad14eee5});var infowindow = new google.maps.InfoWindow({content: $l11ce4c3ce3498f8b1c49e8adad14eee5});google.maps.event.addListener(m_11ce4c3ce3498f8b1c49e8adad14eee5, 'click', function() {infowindow.open(map,m_11ce4c3ce3498f8b1c49e8adad14eee5);});$marker.push(m_11ce4c3ce3498f8b1c49e8adad14eee5);}});var g_6266f24c5b712ea805a38be6db863a3a = new google.maps.Geocoder();g_6266f24c5b712ea805a38be6db863a3a.geocode( { 'address': "2317 US Highway 52 N, Albemarle, NC 28001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albemarle-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('albemarle-NC-first-bank'), mapOptions);}document.getElementById('d35012a6').innerHTML += ' | View Map';var $l6266f24c5b712ea805a38be6db863a3a = '

First Bank

Address: 2317 US Highway 52 N, Albemarle, NC 28001
Phone: (704) 982-6060
';var m_6266f24c5b712ea805a38be6db863a3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_6266f24c5b712ea805a38be6db863a3a['infowindow'] = new google.maps.InfoWindow({content: $l6266f24c5b712ea805a38be6db863a3a});var infowindow = new google.maps.InfoWindow({content: $l6266f24c5b712ea805a38be6db863a3a});google.maps.event.addListener(m_6266f24c5b712ea805a38be6db863a3a, 'click', function() {infowindow.open(map,m_6266f24c5b712ea805a38be6db863a3a);});$marker.push(m_6266f24c5b712ea805a38be6db863a3a);}});}google.maps.event.addDomListener(window, 'load', initialize);