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.8041,-77.0411)};var g_dae43844e99e2120bb9f2e00b05d7ca3 = new google.maps.Geocoder();g_dae43844e99e2120bb9f2e00b05d7ca3.geocode( { 'address': "118 King St, Alexandria, VA 22314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-goal-financial').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-goal-financial'), mapOptions);}document.getElementById('c6c8f021').innerHTML += ' | View Map';var $ldae43844e99e2120bb9f2e00b05d7ca3 = '

Goal Financial

Address: 118 King St, Alexandria, VA 22314, USA
Phone: (571) 527-1246
';var m_dae43844e99e2120bb9f2e00b05d7ca3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Goal Financial',});m_dae43844e99e2120bb9f2e00b05d7ca3['infowindow'] = new google.maps.InfoWindow({content: $ldae43844e99e2120bb9f2e00b05d7ca3});var infowindow = new google.maps.InfoWindow({content: $ldae43844e99e2120bb9f2e00b05d7ca3});google.maps.event.addListener(m_dae43844e99e2120bb9f2e00b05d7ca3, 'click', function() {infowindow.open(map,m_dae43844e99e2120bb9f2e00b05d7ca3);});$marker.push(m_dae43844e99e2120bb9f2e00b05d7ca3);}});}google.maps.event.addDomListener(window, 'load', initialize);