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.2493,-88.3294)};var g_380befd954696a46be7169db230cd826 = new google.maps.Geocoder();g_380befd954696a46be7169db230cd826.geocode( { 'address': "333 Commerce Dr #800, Crystal Lake, IL 60014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-lake-IL-ray-of-hope-negotiations').style.display = '';map = new google.maps.Map(document.getElementById('crystal-lake-IL-ray-of-hope-negotiations'), mapOptions);}document.getElementById('43b51490').innerHTML += ' | View Map';var $l380befd954696a46be7169db230cd826 = '

Ray of Hope Negotiations

Address: 333 Commerce Dr #800, Crystal Lake, IL 60014, USA
Phone: (815) 271-5600
';var m_380befd954696a46be7169db230cd826 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ray of Hope Negotiations',});m_380befd954696a46be7169db230cd826['infowindow'] = new google.maps.InfoWindow({content: $l380befd954696a46be7169db230cd826});var infowindow = new google.maps.InfoWindow({content: $l380befd954696a46be7169db230cd826});google.maps.event.addListener(m_380befd954696a46be7169db230cd826, 'click', function() {infowindow.open(map,m_380befd954696a46be7169db230cd826);});$marker.push(m_380befd954696a46be7169db230cd826);}});}google.maps.event.addDomListener(window, 'load', initialize);