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(41.4909,-87.461)};var g_4d38f93a464e61aa3229607f8642e8cc = new google.maps.Geocoder();g_4d38f93a464e61aa3229607f8642e8cc.geocode( { 'address': "450 W Lincoln Hwy, Schererville, IN 46375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schererville-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('schererville-IN-first-financial-bank'), mapOptions);}document.getElementById('0cc0fda5').innerHTML += ' | View Map';var $l4d38f93a464e61aa3229607f8642e8cc = '

First Financial Bank

Address: 450 W Lincoln Hwy, Schererville, IN 46375, USA
Phone: (219) 322-9500
';var m_4d38f93a464e61aa3229607f8642e8cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_4d38f93a464e61aa3229607f8642e8cc['infowindow'] = new google.maps.InfoWindow({content: $l4d38f93a464e61aa3229607f8642e8cc});var infowindow = new google.maps.InfoWindow({content: $l4d38f93a464e61aa3229607f8642e8cc});google.maps.event.addListener(m_4d38f93a464e61aa3229607f8642e8cc, 'click', function() {infowindow.open(map,m_4d38f93a464e61aa3229607f8642e8cc);});$marker.push(m_4d38f93a464e61aa3229607f8642e8cc);}});}google.maps.event.addDomListener(window, 'load', initialize);