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.538,-77.3206)};var g_67e80af454c0e47a455172772e4ca75a = new google.maps.Geocoder();g_67e80af454c0e47a455172772e4ca75a.geocode( { 'address': "1109 E Nine Mile Rd, Highland Springs, VA 23075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-springs-VA-fast-auto-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('highland-springs-VA-fast-auto-loans-inc'), mapOptions);}document.getElementById('951d84c9').innerHTML += ' | View Map';var $l67e80af454c0e47a455172772e4ca75a = '

Fast Auto Loans, Inc.

Address: 1109 E Nine Mile Rd, Highland Springs, VA 23075, USA
Phone: (804) 737-9388
';var m_67e80af454c0e47a455172772e4ca75a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Auto Loans, Inc.',});m_67e80af454c0e47a455172772e4ca75a['infowindow'] = new google.maps.InfoWindow({content: $l67e80af454c0e47a455172772e4ca75a});var infowindow = new google.maps.InfoWindow({content: $l67e80af454c0e47a455172772e4ca75a});google.maps.event.addListener(m_67e80af454c0e47a455172772e4ca75a, 'click', function() {infowindow.open(map,m_67e80af454c0e47a455172772e4ca75a);});$marker.push(m_67e80af454c0e47a455172772e4ca75a);}});}google.maps.event.addDomListener(window, 'load', initialize);