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.6729,-76.94)};var g_2f405e387d6c73dac33bae3254195b0f = new google.maps.Geocoder();g_2f405e387d6c73dac33bae3254195b0f.geocode( { 'address': "105 W 4th Ave, Franklin, VA 23851"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-VA-davenport-co-llc').style.display = '';map = new google.maps.Map(document.getElementById('franklin-VA-davenport-co-llc'), mapOptions);}document.getElementById('c4fd2e3a').innerHTML += ' | View Map';var $l2f405e387d6c73dac33bae3254195b0f = '

Davenport & Co LLC

Address: 105 W 4th Ave, Franklin, VA 23851
Phone: (757) 562-0053
';var m_2f405e387d6c73dac33bae3254195b0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Davenport & Co LLC',});m_2f405e387d6c73dac33bae3254195b0f['infowindow'] = new google.maps.InfoWindow({content: $l2f405e387d6c73dac33bae3254195b0f});var infowindow = new google.maps.InfoWindow({content: $l2f405e387d6c73dac33bae3254195b0f});google.maps.event.addListener(m_2f405e387d6c73dac33bae3254195b0f, 'click', function() {infowindow.open(map,m_2f405e387d6c73dac33bae3254195b0f);});$marker.push(m_2f405e387d6c73dac33bae3254195b0f);}});}google.maps.event.addDomListener(window, 'load', initialize);