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.6746,-82.0171)};var g_d6f518c4be03428ac1c5177e98c79fe7 = new google.maps.Geocoder();g_d6f518c4be03428ac1c5177e98c79fe7.geocode( { 'address': "601 N Main St, Marion, NC 28752"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-NC-asheville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-NC-asheville-savings-bank'), mapOptions);}document.getElementById('a45e46e9').innerHTML += ' | View Map';var $ld6f518c4be03428ac1c5177e98c79fe7 = '

Asheville Savings Bank

Address: 601 N Main St, Marion, NC 28752
Phone: (828) 652-3141
';var m_d6f518c4be03428ac1c5177e98c79fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Asheville Savings Bank',});m_d6f518c4be03428ac1c5177e98c79fe7['infowindow'] = new google.maps.InfoWindow({content: $ld6f518c4be03428ac1c5177e98c79fe7});var infowindow = new google.maps.InfoWindow({content: $ld6f518c4be03428ac1c5177e98c79fe7});google.maps.event.addListener(m_d6f518c4be03428ac1c5177e98c79fe7, 'click', function() {infowindow.open(map,m_d6f518c4be03428ac1c5177e98c79fe7);});$marker.push(m_d6f518c4be03428ac1c5177e98c79fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);