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_774d9553be2c2aa1e8edaa840645fb52 = new google.maps.Geocoder();g_774d9553be2c2aa1e8edaa840645fb52.geocode( { 'address': "7181 W Irving Park Rd, Chicago, IL 60634"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-popular-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-popular-community-bank'), mapOptions);}document.getElementById('5cea1e3f').innerHTML += ' | View Map';var $l774d9553be2c2aa1e8edaa840645fb52 = '

Popular Community Bank

Address: 7181 W Irving Park Rd, Chicago, IL 60634
Phone: (773) 427-2102
';var m_774d9553be2c2aa1e8edaa840645fb52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Popular Community Bank',});m_774d9553be2c2aa1e8edaa840645fb52['infowindow'] = new google.maps.InfoWindow({content: $l774d9553be2c2aa1e8edaa840645fb52});var infowindow = new google.maps.InfoWindow({content: $l774d9553be2c2aa1e8edaa840645fb52});google.maps.event.addListener(m_774d9553be2c2aa1e8edaa840645fb52, 'click', function() {infowindow.open(map,m_774d9553be2c2aa1e8edaa840645fb52);});$marker.push(m_774d9553be2c2aa1e8edaa840645fb52);}});}google.maps.event.addDomListener(window, 'load', initialize);