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.253,-82.7216)};var g_cd9d009b1a6ee8cad69a3a3ebdafc0fb = new google.maps.Geocoder();g_cd9d009b1a6ee8cad69a3a3ebdafc0fb.geocode( { 'address': "2 Market St, Brevard, NC 28712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brevard-NC-asheville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('brevard-NC-asheville-savings-bank'), mapOptions);}document.getElementById('98ea5416').innerHTML += ' | View Map';var $lcd9d009b1a6ee8cad69a3a3ebdafc0fb = '

Asheville Savings Bank

Address: 2 Market St, Brevard, NC 28712, USA
Phone: (828) 883-4844
';var m_cd9d009b1a6ee8cad69a3a3ebdafc0fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Asheville Savings Bank',});m_cd9d009b1a6ee8cad69a3a3ebdafc0fb['infowindow'] = new google.maps.InfoWindow({content: $lcd9d009b1a6ee8cad69a3a3ebdafc0fb});var infowindow = new google.maps.InfoWindow({content: $lcd9d009b1a6ee8cad69a3a3ebdafc0fb});google.maps.event.addListener(m_cd9d009b1a6ee8cad69a3a3ebdafc0fb, 'click', function() {infowindow.open(map,m_cd9d009b1a6ee8cad69a3a3ebdafc0fb);});$marker.push(m_cd9d009b1a6ee8cad69a3a3ebdafc0fb);}});}google.maps.event.addDomListener(window, 'load', initialize);