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_f0da81afa3d3f29d4198d5cb191065a8 = new google.maps.Geocoder();g_f0da81afa3d3f29d4198d5cb191065a8.geocode( { 'address': "8400 W Dempster, Niles, IL 60714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-IL-citibank').style.display = '';map = new google.maps.Map(document.getElementById('niles-IL-citibank'), mapOptions);}document.getElementById('cb32c091').innerHTML += ' | View Map';var $lf0da81afa3d3f29d4198d5cb191065a8 = '

Citibank

Address: 8400 W Dempster, Niles, IL 60714
Phone: (224) 935-9266
';var m_f0da81afa3d3f29d4198d5cb191065a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_f0da81afa3d3f29d4198d5cb191065a8['infowindow'] = new google.maps.InfoWindow({content: $lf0da81afa3d3f29d4198d5cb191065a8});var infowindow = new google.maps.InfoWindow({content: $lf0da81afa3d3f29d4198d5cb191065a8});google.maps.event.addListener(m_f0da81afa3d3f29d4198d5cb191065a8, 'click', function() {infowindow.open(map,m_f0da81afa3d3f29d4198d5cb191065a8);});$marker.push(m_f0da81afa3d3f29d4198d5cb191065a8);}});}google.maps.event.addDomListener(window, 'load', initialize);