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.4233,-88.9929)};var g_70cb14601c084bb3429eb04d6228390e = new google.maps.Geocoder();g_70cb14601c084bb3429eb04d6228390e.geocode( { 'address': "5390 Williams Dr, Roscoe, IL 61073-7320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roscoe-IL-gateway-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('roscoe-IL-gateway-community-bank'), mapOptions);}document.getElementById('b7eee791').innerHTML += ' | View Map';var $l70cb14601c084bb3429eb04d6228390e = '

Gateway Community Bank

Address: 5390 Williams Dr, Roscoe, IL 61073-7320
Phone: (844) 568-5616
';var m_70cb14601c084bb3429eb04d6228390e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Community Bank',});m_70cb14601c084bb3429eb04d6228390e['infowindow'] = new google.maps.InfoWindow({content: $l70cb14601c084bb3429eb04d6228390e});var infowindow = new google.maps.InfoWindow({content: $l70cb14601c084bb3429eb04d6228390e});google.maps.event.addListener(m_70cb14601c084bb3429eb04d6228390e, 'click', function() {infowindow.open(map,m_70cb14601c084bb3429eb04d6228390e);});$marker.push(m_70cb14601c084bb3429eb04d6228390e);}});}google.maps.event.addDomListener(window, 'load', initialize);