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.9027,-87.6921)};var g_0314c9b108b8c39f1cf878ed93fdd5ae = new google.maps.Geocoder();g_0314c9b108b8c39f1cf878ed93fdd5ae.geocode( { 'address': "2601 W Division St, Chicago, IL 60622, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-american-union-saving--loan').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-american-union-saving--loan'), mapOptions);}document.getElementById('d63d3990').innerHTML += ' | View Map';var $l0314c9b108b8c39f1cf878ed93fdd5ae = '

American Union Saving & Loan

Address: 2601 W Division St, Chicago, IL 60622, USA
Phone: (773) 342-2711
';var m_0314c9b108b8c39f1cf878ed93fdd5ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Union Saving & Loan',});m_0314c9b108b8c39f1cf878ed93fdd5ae['infowindow'] = new google.maps.InfoWindow({content: $l0314c9b108b8c39f1cf878ed93fdd5ae});var infowindow = new google.maps.InfoWindow({content: $l0314c9b108b8c39f1cf878ed93fdd5ae});google.maps.event.addListener(m_0314c9b108b8c39f1cf878ed93fdd5ae, 'click', function() {infowindow.open(map,m_0314c9b108b8c39f1cf878ed93fdd5ae);});$marker.push(m_0314c9b108b8c39f1cf878ed93fdd5ae);}});}google.maps.event.addDomListener(window, 'load', initialize);