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.9236,-87.8166)};var g_01dc19628b2bf64cc3a693358f69a3a6 = new google.maps.Geocoder();g_01dc19628b2bf64cc3a693358f69a3a6.geocode( { 'address': "7315 W Grand Ave, Elmwood Park, IL 60707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmwood-park-IL-first-security-trust-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('elmwood-park-IL-first-security-trust-savings-bank'), mapOptions);}document.getElementById('9243d7b6').innerHTML += ' | View Map';var $l01dc19628b2bf64cc3a693358f69a3a6 = '

First Security Trust & Savings Bank

Address: 7315 W Grand Ave, Elmwood Park, IL 60707
Phone: (708) 453-3131
';var m_01dc19628b2bf64cc3a693358f69a3a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Trust & Savings Bank',});m_01dc19628b2bf64cc3a693358f69a3a6['infowindow'] = new google.maps.InfoWindow({content: $l01dc19628b2bf64cc3a693358f69a3a6});var infowindow = new google.maps.InfoWindow({content: $l01dc19628b2bf64cc3a693358f69a3a6});google.maps.event.addListener(m_01dc19628b2bf64cc3a693358f69a3a6, 'click', function() {infowindow.open(map,m_01dc19628b2bf64cc3a693358f69a3a6);});$marker.push(m_01dc19628b2bf64cc3a693358f69a3a6);}});}google.maps.event.addDomListener(window, 'load', initialize);