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.3551,-79.2393)};var g_13a493d7d5c30c0679e66188f895d02e = new google.maps.Geocoder();g_13a493d7d5c30c0679e66188f895d02e.geocode( { 'address': "110 Duncraig Dr, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-benchmark-accounting').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-benchmark-accounting'), mapOptions);}document.getElementById('ac39beb3').innerHTML += ' | View Map';var $l13a493d7d5c30c0679e66188f895d02e = '

Benchmark Accounting

Address: 110 Duncraig Dr, Lynchburg, VA 24502, USA
Phone: (434) 237-2411
';var m_13a493d7d5c30c0679e66188f895d02e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Accounting',});m_13a493d7d5c30c0679e66188f895d02e['infowindow'] = new google.maps.InfoWindow({content: $l13a493d7d5c30c0679e66188f895d02e});var infowindow = new google.maps.InfoWindow({content: $l13a493d7d5c30c0679e66188f895d02e});google.maps.event.addListener(m_13a493d7d5c30c0679e66188f895d02e, 'click', function() {infowindow.open(map,m_13a493d7d5c30c0679e66188f895d02e);});$marker.push(m_13a493d7d5c30c0679e66188f895d02e);}});}google.maps.event.addDomListener(window, 'load', initialize);