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(39.1341,-77.6535)};var g_8ab48d96a30e280d99a738db855553b4 = new google.maps.Geocoder();g_8ab48d96a30e280d99a738db855553b4.geocode( { 'address': "38997 E Colonial Hwy, Hamilton, VA 20158, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-VA-bbt'), mapOptions);}document.getElementById('18a34cea').innerHTML += ' | View Map';var $l8ab48d96a30e280d99a738db855553b4 = '

BB&T

Address: 38997 E Colonial Hwy, Hamilton, VA 20158, USA
Phone: (703) 777-3680
';var m_8ab48d96a30e280d99a738db855553b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_8ab48d96a30e280d99a738db855553b4['infowindow'] = new google.maps.InfoWindow({content: $l8ab48d96a30e280d99a738db855553b4});var infowindow = new google.maps.InfoWindow({content: $l8ab48d96a30e280d99a738db855553b4});google.maps.event.addListener(m_8ab48d96a30e280d99a738db855553b4, 'click', function() {infowindow.open(map,m_8ab48d96a30e280d99a738db855553b4);});$marker.push(m_8ab48d96a30e280d99a738db855553b4);}});}google.maps.event.addDomListener(window, 'load', initialize);