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.1204,-88.8328)};var g_e80a5fcb147d23edaed26cc0c74f47ab = new google.maps.Geocoder();g_e80a5fcb147d23edaed26cc0c74f47ab.geocode( { 'address': "132 S Monroe St, Streator, IL 61364, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('streator-IL-streator-home-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('streator-IL-streator-home-savings-bank'), mapOptions);}document.getElementById('ecfb6b44').innerHTML += ' | View Map';var $le80a5fcb147d23edaed26cc0c74f47ab = '

Streator Home Savings Bank

Address: 132 S Monroe St, Streator, IL 61364, USA
Phone: (815) 673-5566
';var m_e80a5fcb147d23edaed26cc0c74f47ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Streator Home Savings Bank',});m_e80a5fcb147d23edaed26cc0c74f47ab['infowindow'] = new google.maps.InfoWindow({content: $le80a5fcb147d23edaed26cc0c74f47ab});var infowindow = new google.maps.InfoWindow({content: $le80a5fcb147d23edaed26cc0c74f47ab});google.maps.event.addListener(m_e80a5fcb147d23edaed26cc0c74f47ab, 'click', function() {infowindow.open(map,m_e80a5fcb147d23edaed26cc0c74f47ab);});$marker.push(m_e80a5fcb147d23edaed26cc0c74f47ab);}});}google.maps.event.addDomListener(window, 'load', initialize);