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.2652,-77.4111)};var g_a8e3c85da049f1de75290cc171dde74d = new google.maps.Geocoder();g_a8e3c85da049f1de75290cc171dde74d.geocode( { 'address': "2609 Boulevard, Colonial Heights, VA 23834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colonial-heights-VA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('colonial-heights-VA-bbt-bank'), mapOptions);}document.getElementById('17ac8edc').innerHTML += ' | View Map';var $la8e3c85da049f1de75290cc171dde74d = '

BB&T Bank

Address: 2609 Boulevard, Colonial Heights, VA 23834, USA
Phone: (804) 526-1363
';var m_a8e3c85da049f1de75290cc171dde74d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_a8e3c85da049f1de75290cc171dde74d['infowindow'] = new google.maps.InfoWindow({content: $la8e3c85da049f1de75290cc171dde74d});var infowindow = new google.maps.InfoWindow({content: $la8e3c85da049f1de75290cc171dde74d});google.maps.event.addListener(m_a8e3c85da049f1de75290cc171dde74d, 'click', function() {infowindow.open(map,m_a8e3c85da049f1de75290cc171dde74d);});$marker.push(m_a8e3c85da049f1de75290cc171dde74d);}});}google.maps.event.addDomListener(window, 'load', initialize);