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.1269,-87.8425)};var g_cb4c6ae5382f6d639b220d396e85bb30 = new google.maps.Geocoder();g_cb4c6ae5382f6d639b220d396e85bb30.geocode( { 'address': "500 Skokie Blvd, Northbrook, IL 60062"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northbrook-IL-diamond-group').style.display = '';map = new google.maps.Map(document.getElementById('northbrook-IL-diamond-group'), mapOptions);}document.getElementById('ee28aa2d').innerHTML += ' | View Map';var $lcb4c6ae5382f6d639b220d396e85bb30 = '

Diamond Group

Address: 500 Skokie Blvd, Northbrook, IL 60062
Phone: (847) 559-1002
';var m_cb4c6ae5382f6d639b220d396e85bb30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Group',});m_cb4c6ae5382f6d639b220d396e85bb30['infowindow'] = new google.maps.InfoWindow({content: $lcb4c6ae5382f6d639b220d396e85bb30});var infowindow = new google.maps.InfoWindow({content: $lcb4c6ae5382f6d639b220d396e85bb30});google.maps.event.addListener(m_cb4c6ae5382f6d639b220d396e85bb30, 'click', function() {infowindow.open(map,m_cb4c6ae5382f6d639b220d396e85bb30);});$marker.push(m_cb4c6ae5382f6d639b220d396e85bb30);}});}google.maps.event.addDomListener(window, 'load', initialize);