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(36.5861,-79.3953)};var g_f42d34a30369e0805d5375aeb32dfa23 = new google.maps.Geocoder();g_f42d34a30369e0805d5375aeb32dfa23.geocode( { 'address': "700 Main St, Danville, VA 24541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-us-bankruptcy-court').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-us-bankruptcy-court'), mapOptions);}document.getElementById('4e61521b').innerHTML += ' | View Map';var $lf42d34a30369e0805d5375aeb32dfa23 = '

US Bankruptcy Court

Address: 700 Main St, Danville, VA 24541, USA
Phone: (434) 797-4628
';var m_f42d34a30369e0805d5375aeb32dfa23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bankruptcy Court',});m_f42d34a30369e0805d5375aeb32dfa23['infowindow'] = new google.maps.InfoWindow({content: $lf42d34a30369e0805d5375aeb32dfa23});var infowindow = new google.maps.InfoWindow({content: $lf42d34a30369e0805d5375aeb32dfa23});google.maps.event.addListener(m_f42d34a30369e0805d5375aeb32dfa23, 'click', function() {infowindow.open(map,m_f42d34a30369e0805d5375aeb32dfa23);});$marker.push(m_f42d34a30369e0805d5375aeb32dfa23);}});}google.maps.event.addDomListener(window, 'load', initialize);