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.532,-82.9146)};var g_2b31595206d7115ea2bcdc2a0fcd6757 = new google.maps.Geocoder();g_2b31595206d7115ea2bcdc2a0fcd6757.geocode( { 'address': "8583 Carolina Blvd, Clyde, NC 28721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clyde-NC-hometrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('clyde-NC-hometrust-bank'), mapOptions);}document.getElementById('3c972a58').innerHTML += ' | View Map';var $l2b31595206d7115ea2bcdc2a0fcd6757 = '

HomeTrust Bank

Address: 8583 Carolina Blvd, Clyde, NC 28721, USA
Phone: (828) 627-9621
';var m_2b31595206d7115ea2bcdc2a0fcd6757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeTrust Bank',});m_2b31595206d7115ea2bcdc2a0fcd6757['infowindow'] = new google.maps.InfoWindow({content: $l2b31595206d7115ea2bcdc2a0fcd6757});var infowindow = new google.maps.InfoWindow({content: $l2b31595206d7115ea2bcdc2a0fcd6757});google.maps.event.addListener(m_2b31595206d7115ea2bcdc2a0fcd6757, 'click', function() {infowindow.open(map,m_2b31595206d7115ea2bcdc2a0fcd6757);});$marker.push(m_2b31595206d7115ea2bcdc2a0fcd6757);}});}google.maps.event.addDomListener(window, 'load', initialize);