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.4642,-87.4458)};var g_628163718907a0eeebff68fc447a2ced = new google.maps.Geocoder();g_628163718907a0eeebff68fc447a2ced.geocode( { 'address': "309 E National Ave, West Terre Haute, IN 47885"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-terre-haute-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-terre-haute-IN-first-financial-bank'), mapOptions);}document.getElementById('c41b7024').innerHTML += ' | View Map';var $l628163718907a0eeebff68fc447a2ced = '

First Financial Bank

Address: 309 E National Ave, West Terre Haute, IN 47885
Phone: (812) 238-6468
';var m_628163718907a0eeebff68fc447a2ced = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_628163718907a0eeebff68fc447a2ced['infowindow'] = new google.maps.InfoWindow({content: $l628163718907a0eeebff68fc447a2ced});var infowindow = new google.maps.InfoWindow({content: $l628163718907a0eeebff68fc447a2ced});google.maps.event.addListener(m_628163718907a0eeebff68fc447a2ced, 'click', function() {infowindow.open(map,m_628163718907a0eeebff68fc447a2ced);});$marker.push(m_628163718907a0eeebff68fc447a2ced);}});}google.maps.event.addDomListener(window, 'load', initialize);