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(37.0788,-77.5849)};var g_6751c52d7db6029b4ae52f24811dd5d5 = new google.maps.Geocoder();g_6751c52d7db6029b4ae52f24811dd5d5.geocode( { 'address': "14003 Boydton Plank Rd, Dinwiddie, VA 23841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dinwiddie-VA-bsv').style.display = '';map = new google.maps.Map(document.getElementById('dinwiddie-VA-bsv'), mapOptions);}document.getElementById('312ab5e4').innerHTML += ' | View Map';var $l6751c52d7db6029b4ae52f24811dd5d5 = '

BSV

Address: 14003 Boydton Plank Rd, Dinwiddie, VA 23841, USA
Phone: (804) 469-4180
';var m_6751c52d7db6029b4ae52f24811dd5d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BSV',});m_6751c52d7db6029b4ae52f24811dd5d5['infowindow'] = new google.maps.InfoWindow({content: $l6751c52d7db6029b4ae52f24811dd5d5});var infowindow = new google.maps.InfoWindow({content: $l6751c52d7db6029b4ae52f24811dd5d5});google.maps.event.addListener(m_6751c52d7db6029b4ae52f24811dd5d5, 'click', function() {infowindow.open(map,m_6751c52d7db6029b4ae52f24811dd5d5);});$marker.push(m_6751c52d7db6029b4ae52f24811dd5d5);}});}google.maps.event.addDomListener(window, 'load', initialize);