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.7353,-87.6707)};var g_d0a058495e0468282a6238a7caf5c94e = new google.maps.Geocoder();g_d0a058495e0468282a6238a7caf5c94e.geocode( { 'address': "1909 W 87th St, Chicago, IL 60620, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-the-loan-machine').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-the-loan-machine'), mapOptions);}document.getElementById('a135558c').innerHTML += ' | View Map';var $ld0a058495e0468282a6238a7caf5c94e = '

The Loan Machine

Address: 1909 W 87th St, Chicago, IL 60620, USA
Phone: (773) 445-3870
';var m_d0a058495e0468282a6238a7caf5c94e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Loan Machine',});m_d0a058495e0468282a6238a7caf5c94e['infowindow'] = new google.maps.InfoWindow({content: $ld0a058495e0468282a6238a7caf5c94e});var infowindow = new google.maps.InfoWindow({content: $ld0a058495e0468282a6238a7caf5c94e});google.maps.event.addListener(m_d0a058495e0468282a6238a7caf5c94e, 'click', function() {infowindow.open(map,m_d0a058495e0468282a6238a7caf5c94e);});$marker.push(m_d0a058495e0468282a6238a7caf5c94e);}});}google.maps.event.addDomListener(window, 'load', initialize);