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.3677,-86.8576)};var g_d0aae9539e4dd0bd618e5d2598f18707 = new google.maps.Geocoder();g_d0aae9539e4dd0bd618e5d2598f18707.geocode( { 'address': "3690 Concord Rd, Lafayette, IN 47909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-IN-first-financial-bank'), mapOptions);}document.getElementById('3bb72624').innerHTML += ' | View Map';var $ld0aae9539e4dd0bd618e5d2598f18707 = '

First Financial Bank

Address: 3690 Concord Rd, Lafayette, IN 47909, USA
Phone: (765) 474-3444
';var m_d0aae9539e4dd0bd618e5d2598f18707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_d0aae9539e4dd0bd618e5d2598f18707['infowindow'] = new google.maps.InfoWindow({content: $ld0aae9539e4dd0bd618e5d2598f18707});var infowindow = new google.maps.InfoWindow({content: $ld0aae9539e4dd0bd618e5d2598f18707});google.maps.event.addListener(m_d0aae9539e4dd0bd618e5d2598f18707, 'click', function() {infowindow.open(map,m_d0aae9539e4dd0bd618e5d2598f18707);});$marker.push(m_d0aae9539e4dd0bd618e5d2598f18707);}});}google.maps.event.addDomListener(window, 'load', initialize);