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_400e68bfa680ba1d43a4e8cd846b3548 = new google.maps.Geocoder();g_400e68bfa680ba1d43a4e8cd846b3548.geocode( { 'address': "8230 Hohman Ave, Munster, IN 46321"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('munster-IN-amb-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('munster-IN-amb-financial-corp'), mapOptions);}document.getElementById('a7a63f8b').innerHTML += ' | View Map';var $l400e68bfa680ba1d43a4e8cd846b3548 = '

AMB Financial Corp

Address: 8230 Hohman Ave, Munster, IN 46321
Phone: (219) 836-5870
';var m_400e68bfa680ba1d43a4e8cd846b3548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AMB Financial Corp',});m_400e68bfa680ba1d43a4e8cd846b3548['infowindow'] = new google.maps.InfoWindow({content: $l400e68bfa680ba1d43a4e8cd846b3548});var infowindow = new google.maps.InfoWindow({content: $l400e68bfa680ba1d43a4e8cd846b3548});google.maps.event.addListener(m_400e68bfa680ba1d43a4e8cd846b3548, 'click', function() {infowindow.open(map,m_400e68bfa680ba1d43a4e8cd846b3548);});$marker.push(m_400e68bfa680ba1d43a4e8cd846b3548);}});}google.maps.event.addDomListener(window, 'load', initialize);