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.478,-87.3353)};var g_73f63346dd500b91610bd1c572d36db9 = new google.maps.Geocoder();g_73f63346dd500b91610bd1c572d36db9.geocode( { 'address': "7701 Broadway, Merrillville, IN 46410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merrillville-IN-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('merrillville-IN-bmo-harris-bank'), mapOptions);}document.getElementById('16d960c3').innerHTML += ' | View Map';var $l73f63346dd500b91610bd1c572d36db9 = '

BMO Harris Bank

Address: 7701 Broadway, Merrillville, IN 46410, USA
Phone: (219) 769-7700
';var m_73f63346dd500b91610bd1c572d36db9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_73f63346dd500b91610bd1c572d36db9['infowindow'] = new google.maps.InfoWindow({content: $l73f63346dd500b91610bd1c572d36db9});var infowindow = new google.maps.InfoWindow({content: $l73f63346dd500b91610bd1c572d36db9});google.maps.event.addListener(m_73f63346dd500b91610bd1c572d36db9, 'click', function() {infowindow.open(map,m_73f63346dd500b91610bd1c572d36db9);});$marker.push(m_73f63346dd500b91610bd1c572d36db9);}});}google.maps.event.addDomListener(window, 'load', initialize);