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(41.8508,-87.8053)};var g_b8a0cabd92e8b9ab1727347dfd138421 = new google.maps.Geocoder();g_b8a0cabd92e8b9ab1727347dfd138421.geocode( { 'address': "7222 Cermak Rd, Riverside, IL 60546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverside-IL-prospect-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('riverside-IL-prospect-mortgage'), mapOptions);}document.getElementById('c9e355ba').innerHTML += ' | View Map';var $lb8a0cabd92e8b9ab1727347dfd138421 = '

Prospect Mortgage

Address: 7222 Cermak Rd, Riverside, IL 60546, USA
Phone: (800) 670-4097
';var m_b8a0cabd92e8b9ab1727347dfd138421 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prospect Mortgage',});m_b8a0cabd92e8b9ab1727347dfd138421['infowindow'] = new google.maps.InfoWindow({content: $lb8a0cabd92e8b9ab1727347dfd138421});var infowindow = new google.maps.InfoWindow({content: $lb8a0cabd92e8b9ab1727347dfd138421});google.maps.event.addListener(m_b8a0cabd92e8b9ab1727347dfd138421, 'click', function() {infowindow.open(map,m_b8a0cabd92e8b9ab1727347dfd138421);});$marker.push(m_b8a0cabd92e8b9ab1727347dfd138421);}});}google.maps.event.addDomListener(window, 'load', initialize);