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.4257,-82.4271)};var g_9c9c00ea6e4f8c285b03bf2923043031 = new google.maps.Geocoder();g_9c9c00ea6e4f8c285b03bf2923043031.geocode( { 'address': "215 18th St, Huntington, WV 25703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-metro-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-metro-community-fcu'), mapOptions);}document.getElementById('70fe4a1c').innerHTML += ' | View Map';var $l9c9c00ea6e4f8c285b03bf2923043031 = '

Metro Community Fcu

Address: 215 18th St, Huntington, WV 25703, USA
Phone: (304) 697-4652
';var m_9c9c00ea6e4f8c285b03bf2923043031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Community Fcu',});m_9c9c00ea6e4f8c285b03bf2923043031['infowindow'] = new google.maps.InfoWindow({content: $l9c9c00ea6e4f8c285b03bf2923043031});var infowindow = new google.maps.InfoWindow({content: $l9c9c00ea6e4f8c285b03bf2923043031});google.maps.event.addListener(m_9c9c00ea6e4f8c285b03bf2923043031, 'click', function() {infowindow.open(map,m_9c9c00ea6e4f8c285b03bf2923043031);});$marker.push(m_9c9c00ea6e4f8c285b03bf2923043031);}});}google.maps.event.addDomListener(window, 'load', initialize);