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(42.0272,-87.8132)};var g_d36e0a8afc3776c2e2d735efcf997cc4 = new google.maps.Geocoder();g_d36e0a8afc3776c2e2d735efcf997cc4.geocode( { 'address': "7201 N Harlem Ave, Niles, IL 60714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-IL-plaza-bank').style.display = '';map = new google.maps.Map(document.getElementById('niles-IL-plaza-bank'), mapOptions);}document.getElementById('40a9c5d0').innerHTML += ' | View Map';var $ld36e0a8afc3776c2e2d735efcf997cc4 = '

Plaza Bank

Address: 7201 N Harlem Ave, Niles, IL 60714
Phone: (847) 647-4780
';var m_d36e0a8afc3776c2e2d735efcf997cc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plaza Bank',});m_d36e0a8afc3776c2e2d735efcf997cc4['infowindow'] = new google.maps.InfoWindow({content: $ld36e0a8afc3776c2e2d735efcf997cc4});var infowindow = new google.maps.InfoWindow({content: $ld36e0a8afc3776c2e2d735efcf997cc4});google.maps.event.addListener(m_d36e0a8afc3776c2e2d735efcf997cc4, 'click', function() {infowindow.open(map,m_d36e0a8afc3776c2e2d735efcf997cc4);});$marker.push(m_d36e0a8afc3776c2e2d735efcf997cc4);}});}google.maps.event.addDomListener(window, 'load', initialize);