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.4108,-82.4613)};var g_dc16622ddc767e6bc1200fe5df2fbdfb = new google.maps.Geocoder();g_dc16622ddc767e6bc1200fe5df2fbdfb.geocode( { 'address': "481 W 8Th Ave, Huntington, Wv 25701, Huntington, WV 25701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-huntingtonized-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-huntingtonized-federal-credit-union'), mapOptions);}document.getElementById('8474f7ca').innerHTML += ' | View Map';var $ldc16622ddc767e6bc1200fe5df2fbdfb = '

Huntingtonized Federal Credit Union

Address: 481 W 8Th Ave, Huntington, Wv 25701, Huntington, WV 25701, USA
Phone: (304) 528-2400
';var m_dc16622ddc767e6bc1200fe5df2fbdfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntingtonized Federal Credit Union',});m_dc16622ddc767e6bc1200fe5df2fbdfb['infowindow'] = new google.maps.InfoWindow({content: $ldc16622ddc767e6bc1200fe5df2fbdfb});var infowindow = new google.maps.InfoWindow({content: $ldc16622ddc767e6bc1200fe5df2fbdfb});google.maps.event.addListener(m_dc16622ddc767e6bc1200fe5df2fbdfb, 'click', function() {infowindow.open(map,m_dc16622ddc767e6bc1200fe5df2fbdfb);});$marker.push(m_dc16622ddc767e6bc1200fe5df2fbdfb);}});}google.maps.event.addDomListener(window, 'load', initialize);