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.5878,-79.0489)};var g_04f96707a1f4072b49f674efb42fd78e = new google.maps.Geocoder();g_04f96707a1f4072b49f674efb42fd78e.geocode( { 'address': "115 Richmond Hwy, Amherst, VA 24521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('amherst-VA-bbt'), mapOptions);}document.getElementById('21d70f6b').innerHTML += ' | View Map';var $l04f96707a1f4072b49f674efb42fd78e = '

BB&T

Address: 115 Richmond Hwy, Amherst, VA 24521, USA
Phone: (434) 946-7725
';var m_04f96707a1f4072b49f674efb42fd78e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_04f96707a1f4072b49f674efb42fd78e['infowindow'] = new google.maps.InfoWindow({content: $l04f96707a1f4072b49f674efb42fd78e});var infowindow = new google.maps.InfoWindow({content: $l04f96707a1f4072b49f674efb42fd78e});google.maps.event.addListener(m_04f96707a1f4072b49f674efb42fd78e, 'click', function() {infowindow.open(map,m_04f96707a1f4072b49f674efb42fd78e);});$marker.push(m_04f96707a1f4072b49f674efb42fd78e);}});}google.maps.event.addDomListener(window, 'load', initialize);