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(38.0295,-78.4785)};var g_53c5a211f3c872c044a40db449c13006 = new google.maps.Geocoder();g_53c5a211f3c872c044a40db449c13006.geocode( { 'address': "108 5th St SE #202, Charlottesville, VA 22902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlottesville-VA-virginia-conservation-credit').style.display = '';map = new google.maps.Map(document.getElementById('charlottesville-VA-virginia-conservation-credit'), mapOptions);}document.getElementById('02a7638e').innerHTML += ' | View Map';var $l53c5a211f3c872c044a40db449c13006 = '

Virginia Conservation Credit

Address: 108 5th St SE #202, Charlottesville, VA 22902, USA
Phone: (434) 953-8105
';var m_53c5a211f3c872c044a40db449c13006 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Conservation Credit',});m_53c5a211f3c872c044a40db449c13006['infowindow'] = new google.maps.InfoWindow({content: $l53c5a211f3c872c044a40db449c13006});var infowindow = new google.maps.InfoWindow({content: $l53c5a211f3c872c044a40db449c13006});google.maps.event.addListener(m_53c5a211f3c872c044a40db449c13006, 'click', function() {infowindow.open(map,m_53c5a211f3c872c044a40db449c13006);});$marker.push(m_53c5a211f3c872c044a40db449c13006);}});}google.maps.event.addDomListener(window, 'load', initialize);