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.7627,-77.4758)};var g_2a19cad46feca9eab2214e58bbf3c02e = new google.maps.Geocoder();g_2a19cad46feca9eab2214e58bbf3c02e.geocode( { 'address': "206 E Patrick St, Ashland, VA 23005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-VA-financial-aid').style.display = '';map = new google.maps.Map(document.getElementById('ashland-VA-financial-aid'), mapOptions);}document.getElementById('07b876f7').innerHTML += ' | View Map';var $l2a19cad46feca9eab2214e58bbf3c02e = '

Financial Aid

Address: 206 E Patrick St, Ashland, VA 23005, USA
Phone: (804) 752-7259
';var m_2a19cad46feca9eab2214e58bbf3c02e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Aid',});m_2a19cad46feca9eab2214e58bbf3c02e['infowindow'] = new google.maps.InfoWindow({content: $l2a19cad46feca9eab2214e58bbf3c02e});var infowindow = new google.maps.InfoWindow({content: $l2a19cad46feca9eab2214e58bbf3c02e});google.maps.event.addListener(m_2a19cad46feca9eab2214e58bbf3c02e, 'click', function() {infowindow.open(map,m_2a19cad46feca9eab2214e58bbf3c02e);});$marker.push(m_2a19cad46feca9eab2214e58bbf3c02e);}});}google.maps.event.addDomListener(window, 'load', initialize);