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.3678,-81.5825)};var g_df07a467909d836eec9ca188a259aec0 = new google.maps.Geocoder();g_df07a467909d836eec9ca188a259aec0.geocode( { 'address': "1512 Coonskin Dr, Charleston, WV 25311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-WV-w-v-air-national-guard-fcu').style.display = '';map = new google.maps.Map(document.getElementById('charleston-WV-w-v-air-national-guard-fcu'), mapOptions);}document.getElementById('eace0ee5').innerHTML += ' | View Map';var $ldf07a467909d836eec9ca188a259aec0 = '

W V Air National Guard FCU

Address: 1512 Coonskin Dr, Charleston, WV 25311, USA
Phone: (304) 342-2422
';var m_df07a467909d836eec9ca188a259aec0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'W V Air National Guard FCU',});m_df07a467909d836eec9ca188a259aec0['infowindow'] = new google.maps.InfoWindow({content: $ldf07a467909d836eec9ca188a259aec0});var infowindow = new google.maps.InfoWindow({content: $ldf07a467909d836eec9ca188a259aec0});google.maps.event.addListener(m_df07a467909d836eec9ca188a259aec0, 'click', function() {infowindow.open(map,m_df07a467909d836eec9ca188a259aec0);});$marker.push(m_df07a467909d836eec9ca188a259aec0);}});}google.maps.event.addDomListener(window, 'load', initialize);