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.5842,-79.3947)};var g_40b28f4fc90cff423e2a75266497539f = new google.maps.Geocoder();g_40b28f4fc90cff423e2a75266497539f.geocode( { 'address': "204 Boatwright Ave, Danville, VA 24541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-piedmont-credit--collections').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-piedmont-credit--collections'), mapOptions);}document.getElementById('cb50beeb').innerHTML += ' | View Map';var $l40b28f4fc90cff423e2a75266497539f = '

Piedmont Credit & Collections

Address: 204 Boatwright Ave, Danville, VA 24541, USA
Phone: (434) 792-4022
';var m_40b28f4fc90cff423e2a75266497539f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Piedmont Credit & Collections',});m_40b28f4fc90cff423e2a75266497539f['infowindow'] = new google.maps.InfoWindow({content: $l40b28f4fc90cff423e2a75266497539f});var infowindow = new google.maps.InfoWindow({content: $l40b28f4fc90cff423e2a75266497539f});google.maps.event.addListener(m_40b28f4fc90cff423e2a75266497539f, 'click', function() {infowindow.open(map,m_40b28f4fc90cff423e2a75266497539f);});$marker.push(m_40b28f4fc90cff423e2a75266497539f);}});}google.maps.event.addDomListener(window, 'load', initialize);