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.3645,-78.847)};var g_19840002af460eae164922c36973f455 = new google.maps.Geocoder();g_19840002af460eae164922c36973f455.geocode( { 'address': "7677 Richmond Hwy, Appomattox, VA 24522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appomattox-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('appomattox-VA-bbt'), mapOptions);}document.getElementById('5b3a353e').innerHTML += ' | View Map';var $l19840002af460eae164922c36973f455 = '

BB&T

Address: 7677 Richmond Hwy, Appomattox, VA 24522, USA
Phone: (434) 352-7168
';var m_19840002af460eae164922c36973f455 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_19840002af460eae164922c36973f455['infowindow'] = new google.maps.InfoWindow({content: $l19840002af460eae164922c36973f455});var infowindow = new google.maps.InfoWindow({content: $l19840002af460eae164922c36973f455});google.maps.event.addListener(m_19840002af460eae164922c36973f455, 'click', function() {infowindow.open(map,m_19840002af460eae164922c36973f455);});$marker.push(m_19840002af460eae164922c36973f455);}});}google.maps.event.addDomListener(window, 'load', initialize);