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.5894,-88.0458)};var g_213918481e65dda31a328f2917b9afa5 = new google.maps.Geocoder();g_213918481e65dda31a328f2917b9afa5.geocode( { 'address': "826 E 9th St, Lockport, IL 60441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lockport-IL-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('lockport-IL-bmo-harris-bank'), mapOptions);}document.getElementById('b5740872').innerHTML += ' | View Map';var $l213918481e65dda31a328f2917b9afa5 = '

BMO Harris Bank

Address: 826 E 9th St, Lockport, IL 60441, USA
Phone: (815) 838-8600
';var m_213918481e65dda31a328f2917b9afa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_213918481e65dda31a328f2917b9afa5['infowindow'] = new google.maps.InfoWindow({content: $l213918481e65dda31a328f2917b9afa5});var infowindow = new google.maps.InfoWindow({content: $l213918481e65dda31a328f2917b9afa5});google.maps.event.addListener(m_213918481e65dda31a328f2917b9afa5, 'click', function() {infowindow.open(map,m_213918481e65dda31a328f2917b9afa5);});$marker.push(m_213918481e65dda31a328f2917b9afa5);}});}google.maps.event.addDomListener(window, 'load', initialize);