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.7539,-78.8751)};var g_6d996ff7914691b44f1b1cdecc9eb589 = new google.maps.Geocoder();g_6d996ff7914691b44f1b1cdecc9eb589.geocode( { 'address': "93 Front St, Lovingston, VA 22949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lovingston-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lovingston-VA-bbt'), mapOptions);}document.getElementById('9153248d').innerHTML += ' | View Map';var $l6d996ff7914691b44f1b1cdecc9eb589 = '

BB&T

Address: 93 Front St, Lovingston, VA 22949, USA
Phone: (434) 263-4806
';var m_6d996ff7914691b44f1b1cdecc9eb589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_6d996ff7914691b44f1b1cdecc9eb589['infowindow'] = new google.maps.InfoWindow({content: $l6d996ff7914691b44f1b1cdecc9eb589});var infowindow = new google.maps.InfoWindow({content: $l6d996ff7914691b44f1b1cdecc9eb589});google.maps.event.addListener(m_6d996ff7914691b44f1b1cdecc9eb589, 'click', function() {infowindow.open(map,m_6d996ff7914691b44f1b1cdecc9eb589);});$marker.push(m_6d996ff7914691b44f1b1cdecc9eb589);}});}google.maps.event.addDomListener(window, 'load', initialize);