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.8768,-82.5404)};var g_8e658a7376fbef31c3bb99e4dc2c7d6d = new google.maps.Geocoder();g_8e658a7376fbef31c3bb99e4dc2c7d6d.geocode( { 'address': "20 Cascade St, Mars Hill, NC 28754"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mars-hill-NC-asheville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('mars-hill-NC-asheville-savings-bank'), mapOptions);}document.getElementById('0129a210').innerHTML += ' | View Map';var $l8e658a7376fbef31c3bb99e4dc2c7d6d = '

Asheville Savings Bank

Address: 20 Cascade St, Mars Hill, NC 28754
Phone: (828) 689-2600
';var m_8e658a7376fbef31c3bb99e4dc2c7d6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Asheville Savings Bank',});m_8e658a7376fbef31c3bb99e4dc2c7d6d['infowindow'] = new google.maps.InfoWindow({content: $l8e658a7376fbef31c3bb99e4dc2c7d6d});var infowindow = new google.maps.InfoWindow({content: $l8e658a7376fbef31c3bb99e4dc2c7d6d});google.maps.event.addListener(m_8e658a7376fbef31c3bb99e4dc2c7d6d, 'click', function() {infowindow.open(map,m_8e658a7376fbef31c3bb99e4dc2c7d6d);});$marker.push(m_8e658a7376fbef31c3bb99e4dc2c7d6d);}});}google.maps.event.addDomListener(window, 'load', initialize);