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.5452,-86.5235)};var g_9b9d8a1c42d6e78c986df71e77c08777 = new google.maps.Geocoder();g_9b9d8a1c42d6e78c986df71e77c08777.geocode( { 'address': "817 E Columbia St, Flora, IN 46929"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flora-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('flora-IN-first-financial-bank'), mapOptions);}document.getElementById('f468443d').innerHTML += ' | View Map';var $l9b9d8a1c42d6e78c986df71e77c08777 = '

First Financial Bank

Address: 817 E Columbia St, Flora, IN 46929
Phone: (574) 967-2000
';var m_9b9d8a1c42d6e78c986df71e77c08777 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_9b9d8a1c42d6e78c986df71e77c08777['infowindow'] = new google.maps.InfoWindow({content: $l9b9d8a1c42d6e78c986df71e77c08777});var infowindow = new google.maps.InfoWindow({content: $l9b9d8a1c42d6e78c986df71e77c08777});google.maps.event.addListener(m_9b9d8a1c42d6e78c986df71e77c08777, 'click', function() {infowindow.open(map,m_9b9d8a1c42d6e78c986df71e77c08777);});$marker.push(m_9b9d8a1c42d6e78c986df71e77c08777);}});}google.maps.event.addDomListener(window, 'load', initialize);