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.4916,-87.3612)};var g_413da71d711b7d49f8c5f6bbc2266a62 = new google.maps.Geocoder();g_413da71d711b7d49f8c5f6bbc2266a62.geocode( { 'address': "4065 Maple Ave, Terre Haute, IN 47802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('terre-haute-IN-first-financial-bank-maple-avenue').style.display = '';map = new google.maps.Map(document.getElementById('terre-haute-IN-first-financial-bank-maple-avenue'), mapOptions);}document.getElementById('7b63f771').innerHTML += ' | View Map';var $l413da71d711b7d49f8c5f6bbc2266a62 = '

First Financial Bank Maple Avenue

Address: 4065 Maple Ave, Terre Haute, IN 47802, USA
Phone:
';var m_413da71d711b7d49f8c5f6bbc2266a62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank Maple Avenue',});m_413da71d711b7d49f8c5f6bbc2266a62['infowindow'] = new google.maps.InfoWindow({content: $l413da71d711b7d49f8c5f6bbc2266a62});var infowindow = new google.maps.InfoWindow({content: $l413da71d711b7d49f8c5f6bbc2266a62});google.maps.event.addListener(m_413da71d711b7d49f8c5f6bbc2266a62, 'click', function() {infowindow.open(map,m_413da71d711b7d49f8c5f6bbc2266a62);});$marker.push(m_413da71d711b7d49f8c5f6bbc2266a62);}});}google.maps.event.addDomListener(window, 'load', initialize);