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.988,-77.4501)};var g_0cf3631c283b4879e297fc213535dc12 = new google.maps.Geocoder();g_0cf3631c283b4879e297fc213535dc12.geocode( { 'address': "21800 Town Center Plaza, Sterling, VA 20164"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-VA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('sterling-VA-citibank'), mapOptions);}document.getElementById('28597e3a').innerHTML += ' | View Map';var $l0cf3631c283b4879e297fc213535dc12 = '

Citibank

Address: 21800 Town Center Plaza, Sterling, VA 20164
Phone: (703) 774-9470
';var m_0cf3631c283b4879e297fc213535dc12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_0cf3631c283b4879e297fc213535dc12['infowindow'] = new google.maps.InfoWindow({content: $l0cf3631c283b4879e297fc213535dc12});var infowindow = new google.maps.InfoWindow({content: $l0cf3631c283b4879e297fc213535dc12});google.maps.event.addListener(m_0cf3631c283b4879e297fc213535dc12, 'click', function() {infowindow.open(map,m_0cf3631c283b4879e297fc213535dc12);});$marker.push(m_0cf3631c283b4879e297fc213535dc12);}});}google.maps.event.addDomListener(window, 'load', initialize);