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.8193,-77.0642)};var g_83469d31a109c3b788af763f8353ff1f = new google.maps.Geocoder();g_83469d31a109c3b788af763f8353ff1f.geocode( { 'address': "301 S Washington St, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-united-bank'), mapOptions);}document.getElementById('1511aebc').innerHTML += ' | View Map';var $l83469d31a109c3b788af763f8353ff1f = '

United Bank

Address: 301 S Washington St, Alexandria, VA 22314
Phone: (703) 739-5700
';var m_83469d31a109c3b788af763f8353ff1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_83469d31a109c3b788af763f8353ff1f['infowindow'] = new google.maps.InfoWindow({content: $l83469d31a109c3b788af763f8353ff1f});var infowindow = new google.maps.InfoWindow({content: $l83469d31a109c3b788af763f8353ff1f});google.maps.event.addListener(m_83469d31a109c3b788af763f8353ff1f, 'click', function() {infowindow.open(map,m_83469d31a109c3b788af763f8353ff1f);});$marker.push(m_83469d31a109c3b788af763f8353ff1f);}});var g_377a54ee089b6809e8e68d75d28614cb = new google.maps.Geocoder();g_377a54ee089b6809e8e68d75d28614cb.geocode( { 'address': "1414 Prince St, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-united-bank'), mapOptions);}document.getElementById('72e9f5af').innerHTML += ' | View Map';var $l377a54ee089b6809e8e68d75d28614cb = '

United Bank

Address: 1414 Prince St, Alexandria, VA 22314
Phone: (703) 739-3242
';var m_377a54ee089b6809e8e68d75d28614cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_377a54ee089b6809e8e68d75d28614cb['infowindow'] = new google.maps.InfoWindow({content: $l377a54ee089b6809e8e68d75d28614cb});var infowindow = new google.maps.InfoWindow({content: $l377a54ee089b6809e8e68d75d28614cb});google.maps.event.addListener(m_377a54ee089b6809e8e68d75d28614cb, 'click', function() {infowindow.open(map,m_377a54ee089b6809e8e68d75d28614cb);});$marker.push(m_377a54ee089b6809e8e68d75d28614cb);}});}google.maps.event.addDomListener(window, 'load', initialize);