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.9566,-81.7688)};var g_3d24d39a56a337d738712dd32ca4f899 = new google.maps.Geocoder();g_3d24d39a56a337d738712dd32ca4f899.geocode( { 'address': "702 Washington St, Ravenswood, WV 26164, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ravenswood-WV-ravenswood-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ravenswood-WV-ravenswood-federal-credit-union'), mapOptions);}document.getElementById('33745204').innerHTML += ' | View Map';var $l3d24d39a56a337d738712dd32ca4f899 = '

Ravenswood Federal Credit Union

Address: 702 Washington St, Ravenswood, WV 26164, USA
Phone: (304) 273-0515
';var m_3d24d39a56a337d738712dd32ca4f899 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ravenswood Federal Credit Union',});m_3d24d39a56a337d738712dd32ca4f899['infowindow'] = new google.maps.InfoWindow({content: $l3d24d39a56a337d738712dd32ca4f899});var infowindow = new google.maps.InfoWindow({content: $l3d24d39a56a337d738712dd32ca4f899});google.maps.event.addListener(m_3d24d39a56a337d738712dd32ca4f899, 'click', function() {infowindow.open(map,m_3d24d39a56a337d738712dd32ca4f899);});$marker.push(m_3d24d39a56a337d738712dd32ca4f899);}});}google.maps.event.addDomListener(window, 'load', initialize);