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.562,-87.5114)};var g_c4bdcbe1942b5be0c0157513c88b27d8 = new google.maps.Geocoder();g_c4bdcbe1942b5be0c0157513c88b27d8.geocode( { 'address': "707 Ridge Rd, Munster, IN 46321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('munster-IN-cfs-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('munster-IN-cfs-bancorp-inc'), mapOptions);}document.getElementById('5b5bbaf7').innerHTML += ' | View Map';var $lc4bdcbe1942b5be0c0157513c88b27d8 = '

CFS Bancorp Inc

Address: 707 Ridge Rd, Munster, IN 46321, USA
Phone: (219) 836-2960
';var m_c4bdcbe1942b5be0c0157513c88b27d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CFS Bancorp Inc',});m_c4bdcbe1942b5be0c0157513c88b27d8['infowindow'] = new google.maps.InfoWindow({content: $lc4bdcbe1942b5be0c0157513c88b27d8});var infowindow = new google.maps.InfoWindow({content: $lc4bdcbe1942b5be0c0157513c88b27d8});google.maps.event.addListener(m_c4bdcbe1942b5be0c0157513c88b27d8, 'click', function() {infowindow.open(map,m_c4bdcbe1942b5be0c0157513c88b27d8);});$marker.push(m_c4bdcbe1942b5be0c0157513c88b27d8);}});}google.maps.event.addDomListener(window, 'load', initialize);