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.0336,-87.7291)};var g_3160cd7c6fdf23ca854eaabf31c8b5ea = new google.maps.Geocoder();g_3160cd7c6fdf23ca854eaabf31c8b5ea.geocode( { 'address': "5250 Old Orchard Rd, Skokie, IL 60077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-millennium-bank').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-millennium-bank'), mapOptions);}document.getElementById('b6096d5f').innerHTML += ' | View Map';var $l3160cd7c6fdf23ca854eaabf31c8b5ea = '

Millennium Bank

Address: 5250 Old Orchard Rd, Skokie, IL 60077
Phone: (847) 583-0257
';var m_3160cd7c6fdf23ca854eaabf31c8b5ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millennium Bank',});m_3160cd7c6fdf23ca854eaabf31c8b5ea['infowindow'] = new google.maps.InfoWindow({content: $l3160cd7c6fdf23ca854eaabf31c8b5ea});var infowindow = new google.maps.InfoWindow({content: $l3160cd7c6fdf23ca854eaabf31c8b5ea});google.maps.event.addListener(m_3160cd7c6fdf23ca854eaabf31c8b5ea, 'click', function() {infowindow.open(map,m_3160cd7c6fdf23ca854eaabf31c8b5ea);});$marker.push(m_3160cd7c6fdf23ca854eaabf31c8b5ea);}});}google.maps.event.addDomListener(window, 'load', initialize);