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_781a0d5b385137b6e05971f024a4d4f1 = new google.maps.Geocoder();g_781a0d5b385137b6e05971f024a4d4f1.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-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('munster-IN-peoples-bank'), mapOptions);}document.getElementById('794845e5').innerHTML += ' | View Map';var $l781a0d5b385137b6e05971f024a4d4f1 = '

Peoples Bank

Address: 9204 Columbia Ave, Munster, IN 46321
Phone: (219) 230-3360
';var m_781a0d5b385137b6e05971f024a4d4f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_781a0d5b385137b6e05971f024a4d4f1['infowindow'] = new google.maps.InfoWindow({content: $l781a0d5b385137b6e05971f024a4d4f1});var infowindow = new google.maps.InfoWindow({content: $l781a0d5b385137b6e05971f024a4d4f1});google.maps.event.addListener(m_781a0d5b385137b6e05971f024a4d4f1, 'click', function() {infowindow.open(map,m_781a0d5b385137b6e05971f024a4d4f1);});$marker.push(m_781a0d5b385137b6e05971f024a4d4f1);}});}google.maps.event.addDomListener(window, 'load', initialize);