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.5847,-79.3969)};var g_b3308d3367fa96fa2d457ea10f043564 = new google.maps.Geocoder();g_b3308d3367fa96fa2d457ea10f043564.geocode( { 'address': "776 Main St, Danville, VA 24541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-VA-snead--williams-pllc').style.display = '';map = new google.maps.Map(document.getElementById('danville-VA-snead--williams-pllc'), mapOptions);}document.getElementById('46557b46').innerHTML += ' | View Map';var $lb3308d3367fa96fa2d457ea10f043564 = '

Snead & Williams PLLC

Address: 776 Main St, Danville, VA 24541, USA
Phone: (434) 791-3708
';var m_b3308d3367fa96fa2d457ea10f043564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Snead & Williams PLLC',});m_b3308d3367fa96fa2d457ea10f043564['infowindow'] = new google.maps.InfoWindow({content: $lb3308d3367fa96fa2d457ea10f043564});var infowindow = new google.maps.InfoWindow({content: $lb3308d3367fa96fa2d457ea10f043564});google.maps.event.addListener(m_b3308d3367fa96fa2d457ea10f043564, 'click', function() {infowindow.open(map,m_b3308d3367fa96fa2d457ea10f043564);});$marker.push(m_b3308d3367fa96fa2d457ea10f043564);}});}google.maps.event.addDomListener(window, 'load', initialize);