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.223,-80.3255)};var g_2c7dcef4ea90b05c642db06b3c128dfc = new google.maps.Geocoder();g_2c7dcef4ea90b05c642db06b3c128dfc.geocode( { 'address': "117 N Main St, Oakboro, NC 28129, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakboro-NC-home-savings-bank-of-albemarle').style.display = '';map = new google.maps.Map(document.getElementById('oakboro-NC-home-savings-bank-of-albemarle'), mapOptions);}document.getElementById('f2c015c3').innerHTML += ' | View Map';var $l2c7dcef4ea90b05c642db06b3c128dfc = '

Home Savings Bank of Albemarle

Address: 117 N Main St, Oakboro, NC 28129, USA
Phone: (704) 485-1900
';var m_2c7dcef4ea90b05c642db06b3c128dfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings Bank of Albemarle',});m_2c7dcef4ea90b05c642db06b3c128dfc['infowindow'] = new google.maps.InfoWindow({content: $l2c7dcef4ea90b05c642db06b3c128dfc});var infowindow = new google.maps.InfoWindow({content: $l2c7dcef4ea90b05c642db06b3c128dfc});google.maps.event.addListener(m_2c7dcef4ea90b05c642db06b3c128dfc, 'click', function() {infowindow.open(map,m_2c7dcef4ea90b05c642db06b3c128dfc);});$marker.push(m_2c7dcef4ea90b05c642db06b3c128dfc);}});}google.maps.event.addDomListener(window, 'load', initialize);