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(39.1074,-77.566)};var g_9b3d06c2823d8f350c5b19ac96c299c7 = new google.maps.Geocoder();g_9b3d06c2823d8f350c5b19ac96c299c7.geocode( { 'address': "20 Catoctin Cir SE, Leesburg, VA 20175, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-VA-first-union').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-VA-first-union'), mapOptions);}document.getElementById('93d0dd83').innerHTML += ' | View Map';var $l9b3d06c2823d8f350c5b19ac96c299c7 = '

First Union

Address: 20 Catoctin Cir SE, Leesburg, VA 20175, USA
Phone: (703) 771-7617
';var m_9b3d06c2823d8f350c5b19ac96c299c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Union',});m_9b3d06c2823d8f350c5b19ac96c299c7['infowindow'] = new google.maps.InfoWindow({content: $l9b3d06c2823d8f350c5b19ac96c299c7});var infowindow = new google.maps.InfoWindow({content: $l9b3d06c2823d8f350c5b19ac96c299c7});google.maps.event.addListener(m_9b3d06c2823d8f350c5b19ac96c299c7, 'click', function() {infowindow.open(map,m_9b3d06c2823d8f350c5b19ac96c299c7);});$marker.push(m_9b3d06c2823d8f350c5b19ac96c299c7);}});}google.maps.event.addDomListener(window, 'load', initialize);