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.4002,-79.1736)};var g_ca190e2242da5ad38419f869777f429a = new google.maps.Geocoder();g_ca190e2242da5ad38419f869777f429a.geocode( { 'address': "401 Oakley Ave, Lynchburg, VA 24501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-royal-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-royal-auto-credit'), mapOptions);}document.getElementById('1e23425a').innerHTML += ' | View Map';var $lca190e2242da5ad38419f869777f429a = '

Royal Auto Credit

Address: 401 Oakley Ave, Lynchburg, VA 24501, USA
Phone: (434) 385-7000
';var m_ca190e2242da5ad38419f869777f429a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Auto Credit',});m_ca190e2242da5ad38419f869777f429a['infowindow'] = new google.maps.InfoWindow({content: $lca190e2242da5ad38419f869777f429a});var infowindow = new google.maps.InfoWindow({content: $lca190e2242da5ad38419f869777f429a});google.maps.event.addListener(m_ca190e2242da5ad38419f869777f429a, 'click', function() {infowindow.open(map,m_ca190e2242da5ad38419f869777f429a);});$marker.push(m_ca190e2242da5ad38419f869777f429a);}});}google.maps.event.addDomListener(window, 'load', initialize);