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.5463,-77.4446)};var g_c5a8c45bb92b22b295a2e79afdc26280 = new google.maps.Geocoder();g_c5a8c45bb92b22b295a2e79afdc26280.geocode( { 'address': "200 W Grace St, Richmond, VA 23220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-richmond-virginia-fire-police-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-richmond-virginia-fire-police-credit-union'), mapOptions);}document.getElementById('2c5c08ec').innerHTML += ' | View Map';var $lc5a8c45bb92b22b295a2e79afdc26280 = '

Richmond Virginia Fire Police Credit Union

Address: 200 W Grace St, Richmond, VA 23220, USA
Phone: (804) 780-1001
';var m_c5a8c45bb92b22b295a2e79afdc26280 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richmond Virginia Fire Police Credit Union',});m_c5a8c45bb92b22b295a2e79afdc26280['infowindow'] = new google.maps.InfoWindow({content: $lc5a8c45bb92b22b295a2e79afdc26280});var infowindow = new google.maps.InfoWindow({content: $lc5a8c45bb92b22b295a2e79afdc26280});google.maps.event.addListener(m_c5a8c45bb92b22b295a2e79afdc26280, 'click', function() {infowindow.open(map,m_c5a8c45bb92b22b295a2e79afdc26280);});$marker.push(m_c5a8c45bb92b22b295a2e79afdc26280);}});}google.maps.event.addDomListener(window, 'load', initialize);