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.5602,-77.4607)};var g_fdf5de9964528f629e3af9a2f14f3bfa = new google.maps.Geocoder();g_fdf5de9964528f629e3af9a2f14f3bfa.geocode( { 'address': "900 Hermitage Rd, Richmond, VA 23220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-VA-richmond-fire-department-cu').style.display = '';map = new google.maps.Map(document.getElementById('richmond-VA-richmond-fire-department-cu'), mapOptions);}document.getElementById('2fff6c08').innerHTML += ' | View Map';var $lfdf5de9964528f629e3af9a2f14f3bfa = '

Richmond Fire Department CU

Address: 900 Hermitage Rd, Richmond, VA 23220, USA
Phone: (804) 354-0673
';var m_fdf5de9964528f629e3af9a2f14f3bfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richmond Fire Department CU',});m_fdf5de9964528f629e3af9a2f14f3bfa['infowindow'] = new google.maps.InfoWindow({content: $lfdf5de9964528f629e3af9a2f14f3bfa});var infowindow = new google.maps.InfoWindow({content: $lfdf5de9964528f629e3af9a2f14f3bfa});google.maps.event.addListener(m_fdf5de9964528f629e3af9a2f14f3bfa, 'click', function() {infowindow.open(map,m_fdf5de9964528f629e3af9a2f14f3bfa);});$marker.push(m_fdf5de9964528f629e3af9a2f14f3bfa);}});}google.maps.event.addDomListener(window, 'load', initialize);