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.5513,-87.4098)};var g_af16b3104c83b6039dfe070f8792abf0 = new google.maps.Geocoder();g_af16b3104c83b6039dfe070f8792abf0.geocode( { 'address': "6010 W Ridge Rd, Gary, IN 46408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gary-IN-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('gary-IN-first-financial-bank'), mapOptions);}document.getElementById('bcac164b').innerHTML += ' | View Map';var $laf16b3104c83b6039dfe070f8792abf0 = '

First Financial Bank

Address: 6010 W Ridge Rd, Gary, IN 46408, USA
Phone: (219) 227-3340
';var m_af16b3104c83b6039dfe070f8792abf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_af16b3104c83b6039dfe070f8792abf0['infowindow'] = new google.maps.InfoWindow({content: $laf16b3104c83b6039dfe070f8792abf0});var infowindow = new google.maps.InfoWindow({content: $laf16b3104c83b6039dfe070f8792abf0});google.maps.event.addListener(m_af16b3104c83b6039dfe070f8792abf0, 'click', function() {infowindow.open(map,m_af16b3104c83b6039dfe070f8792abf0);});$marker.push(m_af16b3104c83b6039dfe070f8792abf0);}});}google.maps.event.addDomListener(window, 'load', initialize);