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.0456)};var g_de808a8a67952e8482bcd434d19e6d27 = new google.maps.Geocoder();g_de808a8a67952e8482bcd434d19e6d27.geocode( { 'address': "526 King St #415, Alexandria, VA 22302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-ken-siegfried---loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-ken-siegfried---loan-officer'), mapOptions);}document.getElementById('292ff042').innerHTML += ' | View Map';var $lde808a8a67952e8482bcd434d19e6d27 = '

Ken Siegfried - Loan Officer

Address: 526 King St #415, Alexandria, VA 22302, USA
Phone: (703) 919-9040
';var m_de808a8a67952e8482bcd434d19e6d27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ken Siegfried - Loan Officer',});m_de808a8a67952e8482bcd434d19e6d27['infowindow'] = new google.maps.InfoWindow({content: $lde808a8a67952e8482bcd434d19e6d27});var infowindow = new google.maps.InfoWindow({content: $lde808a8a67952e8482bcd434d19e6d27});google.maps.event.addListener(m_de808a8a67952e8482bcd434d19e6d27, 'click', function() {infowindow.open(map,m_de808a8a67952e8482bcd434d19e6d27);});$marker.push(m_de808a8a67952e8482bcd434d19e6d27);}});}google.maps.event.addDomListener(window, 'load', initialize);