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.5994,-82.5448)};var g_2f1a8282b6692b0bcd9e5b3fe94df78f = new google.maps.Geocoder();g_2f1a8282b6692b0bcd9e5b3fe94df78f.geocode( { 'address': "79 Woodfin Pl, Asheville, NC 28801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheville-NC-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('asheville-NC-first-bank'), mapOptions);}document.getElementById('79873530').innerHTML += ' | View Map';var $l2f1a8282b6692b0bcd9e5b3fe94df78f = '

First Bank

Address: 79 Woodfin Pl, Asheville, NC 28801, USA
Phone: (828) 252-1735
';var m_2f1a8282b6692b0bcd9e5b3fe94df78f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_2f1a8282b6692b0bcd9e5b3fe94df78f['infowindow'] = new google.maps.InfoWindow({content: $l2f1a8282b6692b0bcd9e5b3fe94df78f});var infowindow = new google.maps.InfoWindow({content: $l2f1a8282b6692b0bcd9e5b3fe94df78f});google.maps.event.addListener(m_2f1a8282b6692b0bcd9e5b3fe94df78f, 'click', function() {infowindow.open(map,m_2f1a8282b6692b0bcd9e5b3fe94df78f);});$marker.push(m_2f1a8282b6692b0bcd9e5b3fe94df78f);}});}google.maps.event.addDomListener(window, 'load', initialize);