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.4842,-86.1547)};var g_fcd0626a0ea01804052f13d8957a943c = new google.maps.Geocoder();g_fcd0626a0ea01804052f13d8957a943c.geocode( { 'address': "402 S Berkley Rd, Kokomo, IN 46901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-indiana-heartland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-indiana-heartland-federal-credit-union'), mapOptions);}document.getElementById('0184d2f7').innerHTML += ' | View Map';var $lfcd0626a0ea01804052f13d8957a943c = '

Indiana Heartland Federal Credit Union

Address: 402 S Berkley Rd, Kokomo, IN 46901, USA
Phone: (765) 854-3067
';var m_fcd0626a0ea01804052f13d8957a943c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana Heartland Federal Credit Union',});m_fcd0626a0ea01804052f13d8957a943c['infowindow'] = new google.maps.InfoWindow({content: $lfcd0626a0ea01804052f13d8957a943c});var infowindow = new google.maps.InfoWindow({content: $lfcd0626a0ea01804052f13d8957a943c});google.maps.event.addListener(m_fcd0626a0ea01804052f13d8957a943c, 'click', function() {infowindow.open(map,m_fcd0626a0ea01804052f13d8957a943c);});$marker.push(m_fcd0626a0ea01804052f13d8957a943c);}});}google.maps.event.addDomListener(window, 'load', initialize);