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.337,-85.4539)};var g_a572772b0aa1dfef269ea764887f3562 = new google.maps.Geocoder();g_a572772b0aa1dfef269ea764887f3562.geocode( { 'address': "1901 N Lincoln St, Greensburg, IN 47240"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-IN-first-financial-bank'), mapOptions);}document.getElementById('85e42e2a').innerHTML += ' | View Map';var $la572772b0aa1dfef269ea764887f3562 = '

First Financial Bank

Address: 1901 N Lincoln St, Greensburg, IN 47240
Phone: (812) 663-2656
';var m_a572772b0aa1dfef269ea764887f3562 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_a572772b0aa1dfef269ea764887f3562['infowindow'] = new google.maps.InfoWindow({content: $la572772b0aa1dfef269ea764887f3562});var infowindow = new google.maps.InfoWindow({content: $la572772b0aa1dfef269ea764887f3562});google.maps.event.addListener(m_a572772b0aa1dfef269ea764887f3562, 'click', function() {infowindow.open(map,m_a572772b0aa1dfef269ea764887f3562);});$marker.push(m_a572772b0aa1dfef269ea764887f3562);}});}google.maps.event.addDomListener(window, 'load', initialize);