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.7779,-87.7808)};var g_30c8bb45e129e1c6948f4c86d5a09c40 = new google.maps.Geocoder();g_30c8bb45e129e1c6948f4c86d5a09c40.geocode( { 'address': "6350 W 63rd St, Chicago, IL 60638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-loomis-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-loomis-federal-savings--loan'), mapOptions);}document.getElementById('8e554678').innerHTML += ' | View Map';var $l30c8bb45e129e1c6948f4c86d5a09c40 = '

Loomis Federal Savings & Loan

Address: 6350 W 63rd St, Chicago, IL 60638, USA
Phone: (773) 586-6900
';var m_30c8bb45e129e1c6948f4c86d5a09c40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loomis Federal Savings & Loan',});m_30c8bb45e129e1c6948f4c86d5a09c40['infowindow'] = new google.maps.InfoWindow({content: $l30c8bb45e129e1c6948f4c86d5a09c40});var infowindow = new google.maps.InfoWindow({content: $l30c8bb45e129e1c6948f4c86d5a09c40});google.maps.event.addListener(m_30c8bb45e129e1c6948f4c86d5a09c40, 'click', function() {infowindow.open(map,m_30c8bb45e129e1c6948f4c86d5a09c40);});$marker.push(m_30c8bb45e129e1c6948f4c86d5a09c40);}});}google.maps.event.addDomListener(window, 'load', initialize);