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.7212,-77.5353)};var g_ddbd6d94e01e46860d99a42c86ea74ff = new google.maps.Geocoder();g_ddbd6d94e01e46860d99a42c86ea74ff.geocode( { 'address': "12821 Braemar Village Plaza, Bristow, VA 20136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristow-VA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristow-VA-suntrust-bank'), mapOptions);}document.getElementById('b6e24d61').innerHTML += ' | View Map';var $lddbd6d94e01e46860d99a42c86ea74ff = '

SunTrust Bank

Address: 12821 Braemar Village Plaza, Bristow, VA 20136
Phone: (703) 334-0447
';var m_ddbd6d94e01e46860d99a42c86ea74ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_ddbd6d94e01e46860d99a42c86ea74ff['infowindow'] = new google.maps.InfoWindow({content: $lddbd6d94e01e46860d99a42c86ea74ff});var infowindow = new google.maps.InfoWindow({content: $lddbd6d94e01e46860d99a42c86ea74ff});google.maps.event.addListener(m_ddbd6d94e01e46860d99a42c86ea74ff, 'click', function() {infowindow.open(map,m_ddbd6d94e01e46860d99a42c86ea74ff);});$marker.push(m_ddbd6d94e01e46860d99a42c86ea74ff);}});}google.maps.event.addDomListener(window, 'load', initialize);