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.6908,-77.4399)};var g_8c5f6ecd29a0eb234459190ca51c16dd = new google.maps.Geocoder();g_8c5f6ecd29a0eb234459190ca51c16dd.geocode( { 'address': "10035 Sliding Hill Rd #101, Ashland, VA 23005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-VA-village-bank-ashland').style.display = '';map = new google.maps.Map(document.getElementById('ashland-VA-village-bank-ashland'), mapOptions);}document.getElementById('f89b4f06').innerHTML += ' | View Map';var $l8c5f6ecd29a0eb234459190ca51c16dd = '

Village Bank (Ashland)

Address: 10035 Sliding Hill Rd #101, Ashland, VA 23005, USA
Phone: (804) 419-8919
';var m_8c5f6ecd29a0eb234459190ca51c16dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Village Bank (Ashland)',});m_8c5f6ecd29a0eb234459190ca51c16dd['infowindow'] = new google.maps.InfoWindow({content: $l8c5f6ecd29a0eb234459190ca51c16dd});var infowindow = new google.maps.InfoWindow({content: $l8c5f6ecd29a0eb234459190ca51c16dd});google.maps.event.addListener(m_8c5f6ecd29a0eb234459190ca51c16dd, 'click', function() {infowindow.open(map,m_8c5f6ecd29a0eb234459190ca51c16dd);});$marker.push(m_8c5f6ecd29a0eb234459190ca51c16dd);}});}google.maps.event.addDomListener(window, 'load', initialize);