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.1323,-80.3777)};var g_297574e436e7466386da63886436195b = new google.maps.Geocoder();g_297574e436e7466386da63886436195b.geocode( { 'address': "1595 Roanoke St, Christiansburg, VA 24073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('christiansburg-VA-dannys-auto-loans').style.display = '';map = new google.maps.Map(document.getElementById('christiansburg-VA-dannys-auto-loans'), mapOptions);}document.getElementById('30a4a1c6').innerHTML += ' | View Map';var $l297574e436e7466386da63886436195b = '

Danny's Auto Loans

Address: 1595 Roanoke St, Christiansburg, VA 24073, USA
Phone: (540) 260-3232
';var m_297574e436e7466386da63886436195b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Danny's Auto Loans',});m_297574e436e7466386da63886436195b['infowindow'] = new google.maps.InfoWindow({content: $l297574e436e7466386da63886436195b});var infowindow = new google.maps.InfoWindow({content: $l297574e436e7466386da63886436195b});google.maps.event.addListener(m_297574e436e7466386da63886436195b, 'click', function() {infowindow.open(map,m_297574e436e7466386da63886436195b);});$marker.push(m_297574e436e7466386da63886436195b);}});}google.maps.event.addDomListener(window, 'load', initialize);