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.7484,-87.7613)};var g_1a3278a090ee5f7fddfa2d2582d4fd14 = new google.maps.Geocoder();g_1a3278a090ee5f7fddfa2d2582d4fd14.geocode( { 'address': "5603 W 79th St, Burbank, IL 60459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-IL-cashcity-loans').style.display = '';map = new google.maps.Map(document.getElementById('burbank-IL-cashcity-loans'), mapOptions);}document.getElementById('c074092f').innerHTML += ' | View Map';var $l1a3278a090ee5f7fddfa2d2582d4fd14 = '

Cashcity Loans

Address: 5603 W 79th St, Burbank, IL 60459, USA
Phone: (708) 430-5556
';var m_1a3278a090ee5f7fddfa2d2582d4fd14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashcity Loans',});m_1a3278a090ee5f7fddfa2d2582d4fd14['infowindow'] = new google.maps.InfoWindow({content: $l1a3278a090ee5f7fddfa2d2582d4fd14});var infowindow = new google.maps.InfoWindow({content: $l1a3278a090ee5f7fddfa2d2582d4fd14});google.maps.event.addListener(m_1a3278a090ee5f7fddfa2d2582d4fd14, 'click', function() {infowindow.open(map,m_1a3278a090ee5f7fddfa2d2582d4fd14);});$marker.push(m_1a3278a090ee5f7fddfa2d2582d4fd14);}});}google.maps.event.addDomListener(window, 'load', initialize);