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(39.6431,-85.1377)};var g_48af0e1c8b393949447700d8d0dfdfab = new google.maps.Geocoder();g_48af0e1c8b393949447700d8d0dfdfab.geocode( { 'address': "630 N Central Ave, Connersville, IN 47331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('connersville-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('connersville-IN-first-financial-bank'), mapOptions);}document.getElementById('44640baa').innerHTML += ' | View Map';var $l48af0e1c8b393949447700d8d0dfdfab = '

First Financial Bank

Address: 630 N Central Ave, Connersville, IN 47331, USA
Phone: (765) 825-5121
';var m_48af0e1c8b393949447700d8d0dfdfab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_48af0e1c8b393949447700d8d0dfdfab['infowindow'] = new google.maps.InfoWindow({content: $l48af0e1c8b393949447700d8d0dfdfab});var infowindow = new google.maps.InfoWindow({content: $l48af0e1c8b393949447700d8d0dfdfab});google.maps.event.addListener(m_48af0e1c8b393949447700d8d0dfdfab, 'click', function() {infowindow.open(map,m_48af0e1c8b393949447700d8d0dfdfab);});$marker.push(m_48af0e1c8b393949447700d8d0dfdfab);}});}google.maps.event.addDomListener(window, 'load', initialize);