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.5855,-79.424)};var g_b2b5d33deda893c12339b758b2975d41 = new google.maps.Geocoder();g_b2b5d33deda893c12339b758b2975d41.geocode( { 'address': "3205 Riverside Dr, Danville, VA 24541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-hometrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-hometrust-bank'), mapOptions);}document.getElementById('0f061a11').innerHTML += ' | View Map';var $lb2b5d33deda893c12339b758b2975d41 = '

HomeTrust Bank

Address: 3205 Riverside Dr, Danville, VA 24541, USA
Phone: (434) 791-5065
';var m_b2b5d33deda893c12339b758b2975d41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeTrust Bank',});m_b2b5d33deda893c12339b758b2975d41['infowindow'] = new google.maps.InfoWindow({content: $lb2b5d33deda893c12339b758b2975d41});var infowindow = new google.maps.InfoWindow({content: $lb2b5d33deda893c12339b758b2975d41});google.maps.event.addListener(m_b2b5d33deda893c12339b758b2975d41, 'click', function() {infowindow.open(map,m_b2b5d33deda893c12339b758b2975d41);});$marker.push(m_b2b5d33deda893c12339b758b2975d41);}});}google.maps.event.addDomListener(window, 'load', initialize);