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.746,-87.7423)};var g_3b712de48137572f3849aabd5666a4e3 = new google.maps.Geocoder();g_3b712de48137572f3849aabd5666a4e3.geocode( { 'address': "8026 S Cicero Ave, Burbank, IL 60459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-IL-pls-loan-store').style.display = '';map = new google.maps.Map(document.getElementById('burbank-IL-pls-loan-store'), mapOptions);}document.getElementById('87d7baf7').innerHTML += ' | View Map';var $l3b712de48137572f3849aabd5666a4e3 = '

PLS Loan Store

Address: 8026 S Cicero Ave, Burbank, IL 60459, USA
Phone: (708) 857-0000
';var m_3b712de48137572f3849aabd5666a4e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PLS Loan Store',});m_3b712de48137572f3849aabd5666a4e3['infowindow'] = new google.maps.InfoWindow({content: $l3b712de48137572f3849aabd5666a4e3});var infowindow = new google.maps.InfoWindow({content: $l3b712de48137572f3849aabd5666a4e3});google.maps.event.addListener(m_3b712de48137572f3849aabd5666a4e3, 'click', function() {infowindow.open(map,m_3b712de48137572f3849aabd5666a4e3);});$marker.push(m_3b712de48137572f3849aabd5666a4e3);}});}google.maps.event.addDomListener(window, 'load', initialize);