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.5986,-82.5527)};var g_9e52c4c1c09fb38945aa00e07296004b = new google.maps.Geocoder();g_9e52c4c1c09fb38945aa00e07296004b.geocode( { 'address': "10 Woodfin St, Asheville, NC 28801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheville-NC-home-trust-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('asheville-NC-home-trust-bancshares-inc'), mapOptions);}document.getElementById('b0d6ce54').innerHTML += ' | View Map';var $l9e52c4c1c09fb38945aa00e07296004b = '

Home Trust Bancshares Inc

Address: 10 Woodfin St, Asheville, NC 28801, USA
Phone: (828) 259-3939
';var m_9e52c4c1c09fb38945aa00e07296004b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Trust Bancshares Inc',});m_9e52c4c1c09fb38945aa00e07296004b['infowindow'] = new google.maps.InfoWindow({content: $l9e52c4c1c09fb38945aa00e07296004b});var infowindow = new google.maps.InfoWindow({content: $l9e52c4c1c09fb38945aa00e07296004b});google.maps.event.addListener(m_9e52c4c1c09fb38945aa00e07296004b, 'click', function() {infowindow.open(map,m_9e52c4c1c09fb38945aa00e07296004b);});$marker.push(m_9e52c4c1c09fb38945aa00e07296004b);}});}google.maps.event.addDomListener(window, 'load', initialize);