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.8607,-77.2161)};var g_3557129ac1403fccd0093653e41d6aac = new google.maps.Geocoder();g_3557129ac1403fccd0093653e41d6aac.geocode( { 'address': "3141 Fairview Park Dr Suite 170, Falls Church, VA 22042, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falls-church-VA-lafayette-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('falls-church-VA-lafayette-federal-credit-union'), mapOptions);}document.getElementById('1621e4a5').innerHTML += ' | View Map';var $l3557129ac1403fccd0093653e41d6aac = '

Lafayette Federal Credit Union

Address: 3141 Fairview Park Dr Suite 170, Falls Church, VA 22042, United States
Phone: (703) 876-4710
';var m_3557129ac1403fccd0093653e41d6aac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lafayette Federal Credit Union',});m_3557129ac1403fccd0093653e41d6aac['infowindow'] = new google.maps.InfoWindow({content: $l3557129ac1403fccd0093653e41d6aac});var infowindow = new google.maps.InfoWindow({content: $l3557129ac1403fccd0093653e41d6aac});google.maps.event.addListener(m_3557129ac1403fccd0093653e41d6aac, 'click', function() {infowindow.open(map,m_3557129ac1403fccd0093653e41d6aac);});$marker.push(m_3557129ac1403fccd0093653e41d6aac);}});}google.maps.event.addDomListener(window, 'load', initialize);