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.6362,-87.4567)};var g_83c10baf52b5877879d33bf2af54bf56 = new google.maps.Geocoder();g_83c10baf52b5877879d33bf2af54bf56.geocode( { 'address': "2409 E 141st Street, East Chicago, IN 46312"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-chicago-IN-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-chicago-IN-bmo-harris-bank'), mapOptions);}document.getElementById('bf91cb9f').innerHTML += ' | View Map';var $l83c10baf52b5877879d33bf2af54bf56 = '

BMO Harris Bank

Address: 2409 E 141st Street, East Chicago, IN 46312
Phone: (219) 398-4400
';var m_83c10baf52b5877879d33bf2af54bf56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_83c10baf52b5877879d33bf2af54bf56['infowindow'] = new google.maps.InfoWindow({content: $l83c10baf52b5877879d33bf2af54bf56});var infowindow = new google.maps.InfoWindow({content: $l83c10baf52b5877879d33bf2af54bf56});google.maps.event.addListener(m_83c10baf52b5877879d33bf2af54bf56, 'click', function() {infowindow.open(map,m_83c10baf52b5877879d33bf2af54bf56);});$marker.push(m_83c10baf52b5877879d33bf2af54bf56);}});}google.maps.event.addDomListener(window, 'load', initialize);