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(42.243,-88.9768)};var g_80e0d52598d2fa0c264a65c60cb5ee3c = new google.maps.Geocoder();g_80e0d52598d2fa0c264a65c60cb5ee3c.geocode( { 'address': "2206 Barnes Blvd, Rockford, IL 61112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-IL-bmo-harris-atm').style.display = '';map = new google.maps.Map(document.getElementById('rockford-IL-bmo-harris-atm'), mapOptions);}document.getElementById('bf63b55f').innerHTML += ' | View Map';var $l80e0d52598d2fa0c264a65c60cb5ee3c = '

BMO Harris ATM

Address: 2206 Barnes Blvd, Rockford, IL 61112, USA
Phone: (888) 340-2285
';var m_80e0d52598d2fa0c264a65c60cb5ee3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris ATM',});m_80e0d52598d2fa0c264a65c60cb5ee3c['infowindow'] = new google.maps.InfoWindow({content: $l80e0d52598d2fa0c264a65c60cb5ee3c});var infowindow = new google.maps.InfoWindow({content: $l80e0d52598d2fa0c264a65c60cb5ee3c});google.maps.event.addListener(m_80e0d52598d2fa0c264a65c60cb5ee3c, 'click', function() {infowindow.open(map,m_80e0d52598d2fa0c264a65c60cb5ee3c);});$marker.push(m_80e0d52598d2fa0c264a65c60cb5ee3c);}});}google.maps.event.addDomListener(window, 'load', initialize);