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(38.8219,-77.6362)};var g_913b59343b61d1b4cf881043eda984f5 = new google.maps.Geocoder();g_913b59343b61d1b4cf881043eda984f5.geocode( { 'address': "15000 Heathcote Blvd, Haymarket, VA 20169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haymarket-VA-bbt---heathcote-branch').style.display = '';map = new google.maps.Map(document.getElementById('haymarket-VA-bbt---heathcote-branch'), mapOptions);}document.getElementById('d4d82e54').innerHTML += ' | View Map';var $l913b59343b61d1b4cf881043eda984f5 = '

BB&T - Heathcote Branch

Address: 15000 Heathcote Blvd, Haymarket, VA 20169, USA
Phone: (703) 468-2333
';var m_913b59343b61d1b4cf881043eda984f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Heathcote Branch',});m_913b59343b61d1b4cf881043eda984f5['infowindow'] = new google.maps.InfoWindow({content: $l913b59343b61d1b4cf881043eda984f5});var infowindow = new google.maps.InfoWindow({content: $l913b59343b61d1b4cf881043eda984f5});google.maps.event.addListener(m_913b59343b61d1b4cf881043eda984f5, 'click', function() {infowindow.open(map,m_913b59343b61d1b4cf881043eda984f5);});$marker.push(m_913b59343b61d1b4cf881043eda984f5);}});}google.maps.event.addDomListener(window, 'load', initialize);