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(37.8151,-79.8108)};var g_dc960c46c38bd16e953d97cdeefdbc68 = new google.maps.Geocoder();g_dc960c46c38bd16e953d97cdeefdbc68.geocode( { 'address': "1501 Main St, Clifton Forge, VA 24422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-forge-VA-highlands-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-forge-VA-highlands-community-bank'), mapOptions);}document.getElementById('6b211a62').innerHTML += ' | View Map';var $ldc960c46c38bd16e953d97cdeefdbc68 = '

Highlands Community Bank

Address: 1501 Main St, Clifton Forge, VA 24422, USA
Phone: (540) 862-2265
';var m_dc960c46c38bd16e953d97cdeefdbc68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highlands Community Bank',});m_dc960c46c38bd16e953d97cdeefdbc68['infowindow'] = new google.maps.InfoWindow({content: $ldc960c46c38bd16e953d97cdeefdbc68});var infowindow = new google.maps.InfoWindow({content: $ldc960c46c38bd16e953d97cdeefdbc68});google.maps.event.addListener(m_dc960c46c38bd16e953d97cdeefdbc68, 'click', function() {infowindow.open(map,m_dc960c46c38bd16e953d97cdeefdbc68);});$marker.push(m_dc960c46c38bd16e953d97cdeefdbc68);}});}google.maps.event.addDomListener(window, 'load', initialize);