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_ebe1c90bb54693ad08a177ae924f626d = new google.maps.Geocoder();g_ebe1c90bb54693ad08a177ae924f626d.geocode( { 'address': "5215 Old Orchard Rd, Skokie, IL 60077"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('skokie-IL-northwestern-mutual-martin-e-glickman').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-northwestern-mutual-martin-e-glickman'), mapOptions);}document.getElementById('7b343f06').innerHTML += ' | View Map';var $lebe1c90bb54693ad08a177ae924f626d = '

Northwestern Mutual - Martin E. Glickman

Address: 5215 Old Orchard Rd, Skokie, IL 60077
Phone: (847) 663-7127
';var m_ebe1c90bb54693ad08a177ae924f626d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwestern Mutual - Martin E. Glickman',});m_ebe1c90bb54693ad08a177ae924f626d['infowindow'] = new google.maps.InfoWindow({content: $lebe1c90bb54693ad08a177ae924f626d});var infowindow = new google.maps.InfoWindow({content: $lebe1c90bb54693ad08a177ae924f626d});google.maps.event.addListener(m_ebe1c90bb54693ad08a177ae924f626d, 'click', function() {infowindow.open(map,m_ebe1c90bb54693ad08a177ae924f626d);});$marker.push(m_ebe1c90bb54693ad08a177ae924f626d);}});}google.maps.event.addDomListener(window, 'load', initialize);