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_65f929d77ace58c254700c1d65efb707 = new google.maps.Geocoder();g_65f929d77ace58c254700c1d65efb707.geocode( { 'address': "9443 S Ashland Ave, Chicago, IL 60620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-ashland-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-ashland-state-bank'), mapOptions);}document.getElementById('ff137d90').innerHTML += ' | View Map';var $l65f929d77ace58c254700c1d65efb707 = '

Ashland State Bank

Address: 9443 S Ashland Ave, Chicago, IL 60620
Phone: (773) 239-9206
';var m_65f929d77ace58c254700c1d65efb707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ashland State Bank',});m_65f929d77ace58c254700c1d65efb707['infowindow'] = new google.maps.InfoWindow({content: $l65f929d77ace58c254700c1d65efb707});var infowindow = new google.maps.InfoWindow({content: $l65f929d77ace58c254700c1d65efb707});google.maps.event.addListener(m_65f929d77ace58c254700c1d65efb707, 'click', function() {infowindow.open(map,m_65f929d77ace58c254700c1d65efb707);});$marker.push(m_65f929d77ace58c254700c1d65efb707);}});}google.maps.event.addDomListener(window, 'load', initialize);