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(40.8985,-85.4661)};var g_0b10574b8240b424056808b793bef04f = new google.maps.Geocoder();g_0b10574b8240b424056808b793bef04f.geocode( { 'address': "1885 Old U.S. 24, Huntington, IN 46750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-IN-huntington-county-fcu').style.display = '';map = new google.maps.Map(document.getElementById('huntington-IN-huntington-county-fcu'), mapOptions);}document.getElementById('5b4f2e42').innerHTML += ' | View Map';var $l0b10574b8240b424056808b793bef04f = '

Huntington County FCU

Address: 1885 Old U.S. 24, Huntington, IN 46750, USA
Phone: (260) 356-6400
';var m_0b10574b8240b424056808b793bef04f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington County FCU',});m_0b10574b8240b424056808b793bef04f['infowindow'] = new google.maps.InfoWindow({content: $l0b10574b8240b424056808b793bef04f});var infowindow = new google.maps.InfoWindow({content: $l0b10574b8240b424056808b793bef04f});google.maps.event.addListener(m_0b10574b8240b424056808b793bef04f, 'click', function() {infowindow.open(map,m_0b10574b8240b424056808b793bef04f);});$marker.push(m_0b10574b8240b424056808b793bef04f);}});}google.maps.event.addDomListener(window, 'load', initialize);