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.5461,-87.5068)};var g_1c3561bea62e83b88f01dc8165ab4799 = new google.maps.Geocoder();g_1c3561bea62e83b88f01dc8165ab4799.geocode( { 'address': "9204 Columbia Ave, Munster, IN 46321, USA"}, 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('dd0fc30c').innerHTML += ' | View Map';var $l1c3561bea62e83b88f01dc8165ab4799 = '

Peoples Bank

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