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.0071,-87.8238)};var g_9ad267ac24e716563a3c4aed24672c90 = new google.maps.Geocoder();g_9ad267ac24e716563a3c4aed24672c90.geocode( { 'address': "350 S Northwest Hwy #300, Park Ridge, IL 60068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-ridge-IL-metropolitan-tenant-screening').style.display = '';map = new google.maps.Map(document.getElementById('park-ridge-IL-metropolitan-tenant-screening'), mapOptions);}document.getElementById('c2594cd2').innerHTML += ' | View Map';var $l9ad267ac24e716563a3c4aed24672c90 = '

Metropolitan Tenant Screening

Address: 350 S Northwest Hwy #300, Park Ridge, IL 60068, USA
Phone: (847) 993-0114
';var m_9ad267ac24e716563a3c4aed24672c90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metropolitan Tenant Screening',});m_9ad267ac24e716563a3c4aed24672c90['infowindow'] = new google.maps.InfoWindow({content: $l9ad267ac24e716563a3c4aed24672c90});var infowindow = new google.maps.InfoWindow({content: $l9ad267ac24e716563a3c4aed24672c90});google.maps.event.addListener(m_9ad267ac24e716563a3c4aed24672c90, 'click', function() {infowindow.open(map,m_9ad267ac24e716563a3c4aed24672c90);});$marker.push(m_9ad267ac24e716563a3c4aed24672c90);}});}google.maps.event.addDomListener(window, 'load', initialize);