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.5885,-87.4638)};var g_47364f1656759b480d825dac62cbdf66 = new google.maps.Geocoder();g_47364f1656759b480d825dac62cbdf66.geocode( { 'address': "2705 169th St, Hammond, IN 46323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('hammond-IN-first-financial-bank'), mapOptions);}document.getElementById('b35f9b47').innerHTML += ' | View Map';var $l47364f1656759b480d825dac62cbdf66 = '

First Financial Bank

Address: 2705 169th St, Hammond, IN 46323, USA
Phone: (219) 228-2340
';var m_47364f1656759b480d825dac62cbdf66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_47364f1656759b480d825dac62cbdf66['infowindow'] = new google.maps.InfoWindow({content: $l47364f1656759b480d825dac62cbdf66});var infowindow = new google.maps.InfoWindow({content: $l47364f1656759b480d825dac62cbdf66});google.maps.event.addListener(m_47364f1656759b480d825dac62cbdf66, 'click', function() {infowindow.open(map,m_47364f1656759b480d825dac62cbdf66);});$marker.push(m_47364f1656759b480d825dac62cbdf66);}});}google.maps.event.addDomListener(window, 'load', initialize);