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.4425,-86.1323)};var g_af075e90875e107a1963c799eb861a61 = new google.maps.Geocoder();g_af075e90875e107a1963c799eb861a61.geocode( { 'address': "105 W Southway Blvd, Kokomo, IN 46902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-howard-county-school-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-howard-county-school-employees-federal-credit-union'), mapOptions);}document.getElementById('c4c23314').innerHTML += ' | View Map';var $laf075e90875e107a1963c799eb861a61 = '

Howard County School Employees Federal Credit Union

Address: 105 W Southway Blvd, Kokomo, IN 46902, USA
Phone: (765) 453-6688
';var m_af075e90875e107a1963c799eb861a61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howard County School Employees Federal Credit Union',});m_af075e90875e107a1963c799eb861a61['infowindow'] = new google.maps.InfoWindow({content: $laf075e90875e107a1963c799eb861a61});var infowindow = new google.maps.InfoWindow({content: $laf075e90875e107a1963c799eb861a61});google.maps.event.addListener(m_af075e90875e107a1963c799eb861a61, 'click', function() {infowindow.open(map,m_af075e90875e107a1963c799eb861a61);});$marker.push(m_af075e90875e107a1963c799eb861a61);}});}google.maps.event.addDomListener(window, 'load', initialize);