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.3622,-77.5241)};var g_45a3e807b85386821f1f6cd105c09999 = new google.maps.Geocoder();g_45a3e807b85386821f1f6cd105c09999.geocode( { 'address': "One Geico Blvd, Fredericksburg, VA 22412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericksburg-VA-geico-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fredericksburg-VA-geico-federal-credit-union'), mapOptions);}document.getElementById('6dc897e4').innerHTML += ' | View Map';var $l45a3e807b85386821f1f6cd105c09999 = '

Geico Federal Credit Union

Address: One Geico Blvd, Fredericksburg, VA 22412, USA
Phone: (800) 542-7896
';var m_45a3e807b85386821f1f6cd105c09999 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Geico Federal Credit Union',});m_45a3e807b85386821f1f6cd105c09999['infowindow'] = new google.maps.InfoWindow({content: $l45a3e807b85386821f1f6cd105c09999});var infowindow = new google.maps.InfoWindow({content: $l45a3e807b85386821f1f6cd105c09999});google.maps.event.addListener(m_45a3e807b85386821f1f6cd105c09999, 'click', function() {infowindow.open(map,m_45a3e807b85386821f1f6cd105c09999);});$marker.push(m_45a3e807b85386821f1f6cd105c09999);}});}google.maps.event.addDomListener(window, 'load', initialize);