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.881,-87.6247)};var g_8c33e4788904c28f0aee4b02b35ed9d3 = new google.maps.Geocoder();g_8c33e4788904c28f0aee4b02b35ed9d3.geocode( { 'address': "4824 W Belmont Ave, Chicago, IL 60641"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-community-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-community-savings-bank'), mapOptions);}document.getElementById('599c56b8').innerHTML += ' | View Map';var $l8c33e4788904c28f0aee4b02b35ed9d3 = '

Community Savings Bank

Address: 4824 W Belmont Ave, Chicago, IL 60641
Phone: (773) 685-5300
';var m_8c33e4788904c28f0aee4b02b35ed9d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Savings Bank',});m_8c33e4788904c28f0aee4b02b35ed9d3['infowindow'] = new google.maps.InfoWindow({content: $l8c33e4788904c28f0aee4b02b35ed9d3});var infowindow = new google.maps.InfoWindow({content: $l8c33e4788904c28f0aee4b02b35ed9d3});google.maps.event.addListener(m_8c33e4788904c28f0aee4b02b35ed9d3, 'click', function() {infowindow.open(map,m_8c33e4788904c28f0aee4b02b35ed9d3);});$marker.push(m_8c33e4788904c28f0aee4b02b35ed9d3);}});}google.maps.event.addDomListener(window, 'load', initialize);