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.8835,-85.4976)};var g_f3690c76d67d0199b90a36873075ba45 = new google.maps.Geocoder();g_f3690c76d67d0199b90a36873075ba45.geocode( { 'address': "621 Cherry St, Huntington, IN 46750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-IN-huntington-schools-fcu').style.display = '';map = new google.maps.Map(document.getElementById('huntington-IN-huntington-schools-fcu'), mapOptions);}document.getElementById('d0713792').innerHTML += ' | View Map';var $lf3690c76d67d0199b90a36873075ba45 = '

Huntington Schools FCU

Address: 621 Cherry St, Huntington, IN 46750, USA
Phone: (260) 356-4456
';var m_f3690c76d67d0199b90a36873075ba45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Schools FCU',});m_f3690c76d67d0199b90a36873075ba45['infowindow'] = new google.maps.InfoWindow({content: $lf3690c76d67d0199b90a36873075ba45});var infowindow = new google.maps.InfoWindow({content: $lf3690c76d67d0199b90a36873075ba45});google.maps.event.addListener(m_f3690c76d67d0199b90a36873075ba45, 'click', function() {infowindow.open(map,m_f3690c76d67d0199b90a36873075ba45);});$marker.push(m_f3690c76d67d0199b90a36873075ba45);}});}google.maps.event.addDomListener(window, 'load', initialize);