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.6675,-78.3866)};var g_826e59a7b735e44a45016571bbb52714 = new google.maps.Geocoder();g_826e59a7b735e44a45016571bbb52714.geocode( { 'address': "581 U.S. 58 Bus, Boydton, VA 23917, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boydton-VA-ccb').style.display = '';map = new google.maps.Map(document.getElementById('boydton-VA-ccb'), mapOptions);}document.getElementById('326282fb').innerHTML += ' | View Map';var $l826e59a7b735e44a45016571bbb52714 = '

CCB

Address: 581 U.S. 58 Bus, Boydton, VA 23917, USA
Phone: (434) 738-0265
';var m_826e59a7b735e44a45016571bbb52714 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCB',});m_826e59a7b735e44a45016571bbb52714['infowindow'] = new google.maps.InfoWindow({content: $l826e59a7b735e44a45016571bbb52714});var infowindow = new google.maps.InfoWindow({content: $l826e59a7b735e44a45016571bbb52714});google.maps.event.addListener(m_826e59a7b735e44a45016571bbb52714, 'click', function() {infowindow.open(map,m_826e59a7b735e44a45016571bbb52714);});$marker.push(m_826e59a7b735e44a45016571bbb52714);}});}google.maps.event.addDomListener(window, 'load', initialize);