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.7589,-77.4672)};var g_fc64088b0f734c47f016d7a69cc53333 = new google.maps.Geocoder();g_fc64088b0f734c47f016d7a69cc53333.geocode( { 'address': "802 England St, Ashland, VA 23005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-VA-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('ashland-VA-loanmax-title-loans'), mapOptions);}document.getElementById('2eb1ef1a').innerHTML += ' | View Map';var $lfc64088b0f734c47f016d7a69cc53333 = '

Loanmax Title Loans

Address: 802 England St, Ashland, VA 23005, USA
Phone: (804) 752-2479
';var m_fc64088b0f734c47f016d7a69cc53333 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_fc64088b0f734c47f016d7a69cc53333['infowindow'] = new google.maps.InfoWindow({content: $lfc64088b0f734c47f016d7a69cc53333});var infowindow = new google.maps.InfoWindow({content: $lfc64088b0f734c47f016d7a69cc53333});google.maps.event.addListener(m_fc64088b0f734c47f016d7a69cc53333, 'click', function() {infowindow.open(map,m_fc64088b0f734c47f016d7a69cc53333);});$marker.push(m_fc64088b0f734c47f016d7a69cc53333);}});}google.maps.event.addDomListener(window, 'load', initialize);