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.4128,-79.2125)};var g_c8f9f2a682246ef66e425258182e54e3 = new google.maps.Geocoder();g_c8f9f2a682246ef66e425258182e54e3.geocode( { 'address': "3226 Old Forest Rd, Lynchburg, VA 24501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-first-virginia').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-first-virginia'), mapOptions);}document.getElementById('02322ff5').innerHTML += ' | View Map';var $lc8f9f2a682246ef66e425258182e54e3 = '

First Virginia

Address: 3226 Old Forest Rd, Lynchburg, VA 24501, USA
Phone: (434) 439-7007
';var m_c8f9f2a682246ef66e425258182e54e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia',});m_c8f9f2a682246ef66e425258182e54e3['infowindow'] = new google.maps.InfoWindow({content: $lc8f9f2a682246ef66e425258182e54e3});var infowindow = new google.maps.InfoWindow({content: $lc8f9f2a682246ef66e425258182e54e3});google.maps.event.addListener(m_c8f9f2a682246ef66e425258182e54e3, 'click', function() {infowindow.open(map,m_c8f9f2a682246ef66e425258182e54e3);});$marker.push(m_c8f9f2a682246ef66e425258182e54e3);}});}google.maps.event.addDomListener(window, 'load', initialize);