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.5555,-87.4979)};var g_5ff908d9ec353e7b379964052a188ffb = new google.maps.Geocoder();g_5ff908d9ec353e7b379964052a188ffb.geocode( { 'address': "9204 Columbia Ave, Munster, IN 46321"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('munster-IN-northwest-indiana-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('munster-IN-northwest-indiana-bancorp'), mapOptions);}document.getElementById('794845e5').innerHTML += ' | View Map';var $l5ff908d9ec353e7b379964052a188ffb = '

Northwest Indiana Bancorp

Address: 9204 Columbia Ave, Munster, IN 46321
Phone: (219) 836-4400
';var m_5ff908d9ec353e7b379964052a188ffb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Indiana Bancorp',});m_5ff908d9ec353e7b379964052a188ffb['infowindow'] = new google.maps.InfoWindow({content: $l5ff908d9ec353e7b379964052a188ffb});var infowindow = new google.maps.InfoWindow({content: $l5ff908d9ec353e7b379964052a188ffb});google.maps.event.addListener(m_5ff908d9ec353e7b379964052a188ffb, 'click', function() {infowindow.open(map,m_5ff908d9ec353e7b379964052a188ffb);});$marker.push(m_5ff908d9ec353e7b379964052a188ffb);}});}google.maps.event.addDomListener(window, 'load', initialize);