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.5383,-77.4391)};var g_c2f16ecbd180b5ba848570439f8739be = new google.maps.Geocoder();g_c2f16ecbd180b5ba848570439f8739be.geocode( { 'address': "400 N 8th St, Richmond, VA 23240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-richmond-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-richmond-federal-credit-union'), mapOptions);}document.getElementById('ca5dd243').innerHTML += ' | View Map';var $lc2f16ecbd180b5ba848570439f8739be = '

Richmond Federal Credit Union

Address: 400 N 8th St, Richmond, VA 23240
Phone: (804) 649-2957
';var m_c2f16ecbd180b5ba848570439f8739be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richmond Federal Credit Union',});m_c2f16ecbd180b5ba848570439f8739be['infowindow'] = new google.maps.InfoWindow({content: $lc2f16ecbd180b5ba848570439f8739be});var infowindow = new google.maps.InfoWindow({content: $lc2f16ecbd180b5ba848570439f8739be});google.maps.event.addListener(m_c2f16ecbd180b5ba848570439f8739be, 'click', function() {infowindow.open(map,m_c2f16ecbd180b5ba848570439f8739be);});$marker.push(m_c2f16ecbd180b5ba848570439f8739be);}});}google.maps.event.addDomListener(window, 'load', initialize);