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.4882,-87.4558)};var g_1c1fb85e6f14ccd1293ae46478d0c414 = new google.maps.Geocoder();g_1c1fb85e6f14ccd1293ae46478d0c414.geocode( { 'address': "Schererville, IN 46375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schererville-IN-liberty-savings-bank-fsb').style.display = '';map = new google.maps.Map(document.getElementById('schererville-IN-liberty-savings-bank-fsb'), mapOptions);}document.getElementById('44a946f2').innerHTML += ' | View Map';var $l1c1fb85e6f14ccd1293ae46478d0c414 = '

Liberty Savings Bank FSB

Address: Schererville, IN 46375, USA
Phone: (219) 322-2000
';var m_1c1fb85e6f14ccd1293ae46478d0c414 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Savings Bank FSB',});m_1c1fb85e6f14ccd1293ae46478d0c414['infowindow'] = new google.maps.InfoWindow({content: $l1c1fb85e6f14ccd1293ae46478d0c414});var infowindow = new google.maps.InfoWindow({content: $l1c1fb85e6f14ccd1293ae46478d0c414});google.maps.event.addListener(m_1c1fb85e6f14ccd1293ae46478d0c414, 'click', function() {infowindow.open(map,m_1c1fb85e6f14ccd1293ae46478d0c414);});$marker.push(m_1c1fb85e6f14ccd1293ae46478d0c414);}});}google.maps.event.addDomListener(window, 'load', initialize);