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.4978,-77.4672)};var g_aea4679a3b1844d65c3927163c41062b = new google.maps.Geocoder();g_aea4679a3b1844d65c3927163c41062b.geocode( { 'address': "1201 Broad Rock Blvd, Richmond, VA 23249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-1st-advantage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-1st-advantage-federal-credit-union'), mapOptions);}document.getElementById('bd4d5a04').innerHTML += ' | View Map';var $laea4679a3b1844d65c3927163c41062b = '

1st Advantage Federal Credit Union

Address: 1201 Broad Rock Blvd, Richmond, VA 23249, USA
Phone: (757) 877-2444
';var m_aea4679a3b1844d65c3927163c41062b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Advantage Federal Credit Union',});m_aea4679a3b1844d65c3927163c41062b['infowindow'] = new google.maps.InfoWindow({content: $laea4679a3b1844d65c3927163c41062b});var infowindow = new google.maps.InfoWindow({content: $laea4679a3b1844d65c3927163c41062b});google.maps.event.addListener(m_aea4679a3b1844d65c3927163c41062b, 'click', function() {infowindow.open(map,m_aea4679a3b1844d65c3927163c41062b);});$marker.push(m_aea4679a3b1844d65c3927163c41062b);}});}google.maps.event.addDomListener(window, 'load', initialize);