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.4862,-86.1327)};var g_b57797cbba5717e727c96b76f2393f09 = new google.maps.Geocoder();g_b57797cbba5717e727c96b76f2393f09.geocode( { 'address': "201 W Sycamore St, Kokomo, IN 46901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kokomo-IN-community-first-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('kokomo-IN-community-first-financial-corporation'), mapOptions);}document.getElementById('30389222').innerHTML += ' | View Map';var $lb57797cbba5717e727c96b76f2393f09 = '

Community First Financial Corporation

Address: 201 W Sycamore St, Kokomo, IN 46901, USA
Phone: (765) 236-0600
';var m_b57797cbba5717e727c96b76f2393f09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Financial Corporation',});m_b57797cbba5717e727c96b76f2393f09['infowindow'] = new google.maps.InfoWindow({content: $lb57797cbba5717e727c96b76f2393f09});var infowindow = new google.maps.InfoWindow({content: $lb57797cbba5717e727c96b76f2393f09});google.maps.event.addListener(m_b57797cbba5717e727c96b76f2393f09, 'click', function() {infowindow.open(map,m_b57797cbba5717e727c96b76f2393f09);});$marker.push(m_b57797cbba5717e727c96b76f2393f09);}});}google.maps.event.addDomListener(window, 'load', initialize);