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.0949,-84.9819)};var g_aefa72019c21020d838fad6cdbf155e8 = new google.maps.Geocoder();g_aefa72019c21020d838fad6cdbf155e8.geocode( { 'address': "320 Importing St, Aurora, IN 47001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-IN-first-financial-bank'), mapOptions);}document.getElementById('326ad831').innerHTML += ' | View Map';var $laefa72019c21020d838fad6cdbf155e8 = '

First Financial Bank

Address: 320 Importing St, Aurora, IN 47001
Phone: (812) 926-5820
';var m_aefa72019c21020d838fad6cdbf155e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_aefa72019c21020d838fad6cdbf155e8['infowindow'] = new google.maps.InfoWindow({content: $laefa72019c21020d838fad6cdbf155e8});var infowindow = new google.maps.InfoWindow({content: $laefa72019c21020d838fad6cdbf155e8});google.maps.event.addListener(m_aefa72019c21020d838fad6cdbf155e8, 'click', function() {infowindow.open(map,m_aefa72019c21020d838fad6cdbf155e8);});$marker.push(m_aefa72019c21020d838fad6cdbf155e8);}});}google.maps.event.addDomListener(window, 'load', initialize);