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_702155b162d67f1d32c68e3054b82a57 = new google.maps.Geocoder();g_702155b162d67f1d32c68e3054b82a57.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-alex-freund-northwestern-mutual').style.display = '';map = new google.maps.Map(document.getElementById('skokie-IL-alex-freund-northwestern-mutual'), mapOptions);}document.getElementById('7b343f06').innerHTML += ' | View Map';var $l702155b162d67f1d32c68e3054b82a57 = '

Alex Freund, Northwestern Mutual

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