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.8857,-77.1712)};var g_1ed85a76f2ca9c257abfd26f584b7d74 = new google.maps.Geocoder();g_1ed85a76f2ca9c257abfd26f584b7d74.geocode( { 'address': "6521 Arlington Blvd, Falls Church, VA 22042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falls-church-VA-manna-capital-management-since-1962').style.display = '';map = new google.maps.Map(document.getElementById('falls-church-VA-manna-capital-management-since-1962'), mapOptions);}document.getElementById('9cb63dfe').innerHTML += ' | View Map';var $l1ed85a76f2ca9c257abfd26f584b7d74 = '

MANNA Capital Management, since 1962

Address: 6521 Arlington Blvd, Falls Church, VA 22042
Phone: (703) 533-0030
';var m_1ed85a76f2ca9c257abfd26f584b7d74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MANNA Capital Management, since 1962',});m_1ed85a76f2ca9c257abfd26f584b7d74['infowindow'] = new google.maps.InfoWindow({content: $l1ed85a76f2ca9c257abfd26f584b7d74});var infowindow = new google.maps.InfoWindow({content: $l1ed85a76f2ca9c257abfd26f584b7d74});google.maps.event.addListener(m_1ed85a76f2ca9c257abfd26f584b7d74, 'click', function() {infowindow.open(map,m_1ed85a76f2ca9c257abfd26f584b7d74);});$marker.push(m_1ed85a76f2ca9c257abfd26f584b7d74);}});}google.maps.event.addDomListener(window, 'load', initialize);