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.6005,-79.4178)};var g_4294ee9a3e1c9d3e896639173b0d3bd7 = new google.maps.Geocoder();g_4294ee9a3e1c9d3e896639173b0d3bd7.geocode( { 'address': "165 Holt Garrison Pkwy #560b, Danville, VA 24540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-regional-finance').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-regional-finance'), mapOptions);}document.getElementById('18513c21').innerHTML += ' | View Map';var $l4294ee9a3e1c9d3e896639173b0d3bd7 = '

Regional Finance

Address: 165 Holt Garrison Pkwy #560b, Danville, VA 24540, USA
Phone: (434) 441-4195
';var m_4294ee9a3e1c9d3e896639173b0d3bd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regional Finance',});m_4294ee9a3e1c9d3e896639173b0d3bd7['infowindow'] = new google.maps.InfoWindow({content: $l4294ee9a3e1c9d3e896639173b0d3bd7});var infowindow = new google.maps.InfoWindow({content: $l4294ee9a3e1c9d3e896639173b0d3bd7});google.maps.event.addListener(m_4294ee9a3e1c9d3e896639173b0d3bd7, 'click', function() {infowindow.open(map,m_4294ee9a3e1c9d3e896639173b0d3bd7);});$marker.push(m_4294ee9a3e1c9d3e896639173b0d3bd7);}});}google.maps.event.addDomListener(window, 'load', initialize);