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.8047,-77.0455)};var g_aa988447067c0355df0223065af9d055 = new google.maps.Geocoder();g_aa988447067c0355df0223065af9d055.geocode( { 'address': "526 King St #415, Alexandria, VA 22314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-fitzgerald-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-fitzgerald-financial-group'), mapOptions);}document.getElementById('5ac2f862').innerHTML += ' | View Map';var $laa988447067c0355df0223065af9d055 = '

FitzGerald Financial Group

Address: 526 King St #415, Alexandria, VA 22314, USA
Phone: (703) 778-4012
';var m_aa988447067c0355df0223065af9d055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FitzGerald Financial Group',});m_aa988447067c0355df0223065af9d055['infowindow'] = new google.maps.InfoWindow({content: $laa988447067c0355df0223065af9d055});var infowindow = new google.maps.InfoWindow({content: $laa988447067c0355df0223065af9d055});google.maps.event.addListener(m_aa988447067c0355df0223065af9d055, 'click', function() {infowindow.open(map,m_aa988447067c0355df0223065af9d055);});$marker.push(m_aa988447067c0355df0223065af9d055);}});}google.maps.event.addDomListener(window, 'load', initialize);