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(37.2266,-77.3391)};var g_76d4a91e4e3ee83a467a2d783f390257 = new google.maps.Geocoder();g_76d4a91e4e3ee83a467a2d783f390257.geocode( { 'address': "3510 A Ave, Fort Lee, VA 23801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-lee-VA-fort-lee-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-lee-VA-fort-lee-federal-credit-union'), mapOptions);}document.getElementById('f2b466c4').innerHTML += ' | View Map';var $l76d4a91e4e3ee83a467a2d783f390257 = '

Fort Lee Federal Credit Union

Address: 3510 A Ave, Fort Lee, VA 23801, USA
Phone: (804) 452-0736
';var m_76d4a91e4e3ee83a467a2d783f390257 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Lee Federal Credit Union',});m_76d4a91e4e3ee83a467a2d783f390257['infowindow'] = new google.maps.InfoWindow({content: $l76d4a91e4e3ee83a467a2d783f390257});var infowindow = new google.maps.InfoWindow({content: $l76d4a91e4e3ee83a467a2d783f390257});google.maps.event.addListener(m_76d4a91e4e3ee83a467a2d783f390257, 'click', function() {infowindow.open(map,m_76d4a91e4e3ee83a467a2d783f390257);});$marker.push(m_76d4a91e4e3ee83a467a2d783f390257);}});}google.maps.event.addDomListener(window, 'load', initialize);