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(36.5008,-79.7423)};var g_343ec9a8dc0431052f5f543f3db99a44 = new google.maps.Geocoder();g_343ec9a8dc0431052f5f543f3db99a44.geocode( { 'address': "106 S Van Buren Rd, Eden, NC 27288, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-NC-hometrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('eden-NC-hometrust-bank'), mapOptions);}document.getElementById('2f0d37b2').innerHTML += ' | View Map';var $l343ec9a8dc0431052f5f543f3db99a44 = '

HomeTrust Bank

Address: 106 S Van Buren Rd, Eden, NC 27288, USA
Phone: (336) 623-8427
';var m_343ec9a8dc0431052f5f543f3db99a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeTrust Bank',});m_343ec9a8dc0431052f5f543f3db99a44['infowindow'] = new google.maps.InfoWindow({content: $l343ec9a8dc0431052f5f543f3db99a44});var infowindow = new google.maps.InfoWindow({content: $l343ec9a8dc0431052f5f543f3db99a44});google.maps.event.addListener(m_343ec9a8dc0431052f5f543f3db99a44, 'click', function() {infowindow.open(map,m_343ec9a8dc0431052f5f543f3db99a44);});$marker.push(m_343ec9a8dc0431052f5f543f3db99a44);}});}google.maps.event.addDomListener(window, 'load', initialize);