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.4671,-79.1196)};var g_4b79edd356a1fcb0ee4d5173ac9d8d6f = new google.maps.Geocoder();g_4b79edd356a1fcb0ee4d5173ac9d8d6f.geocode( { 'address': "4068 S Amherst Hwy, Madison Heights, VA 24572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-VA-bbt'), mapOptions);}document.getElementById('2e2c3b28').innerHTML += ' | View Map';var $l4b79edd356a1fcb0ee4d5173ac9d8d6f = '

BB&T

Address: 4068 S Amherst Hwy, Madison Heights, VA 24572, USA
Phone: (434) 929-6890
';var m_4b79edd356a1fcb0ee4d5173ac9d8d6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_4b79edd356a1fcb0ee4d5173ac9d8d6f['infowindow'] = new google.maps.InfoWindow({content: $l4b79edd356a1fcb0ee4d5173ac9d8d6f});var infowindow = new google.maps.InfoWindow({content: $l4b79edd356a1fcb0ee4d5173ac9d8d6f});google.maps.event.addListener(m_4b79edd356a1fcb0ee4d5173ac9d8d6f, 'click', function() {infowindow.open(map,m_4b79edd356a1fcb0ee4d5173ac9d8d6f);});$marker.push(m_4b79edd356a1fcb0ee4d5173ac9d8d6f);}});}google.maps.event.addDomListener(window, 'load', initialize);