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.9096,-87.7707)};var g_72f4316d1eb7c63bfc7ef3f2c604b59a = new google.maps.Geocoder();g_72f4316d1eb7c63bfc7ef3f2c604b59a.geocode( { 'address': "5800 W North Ave, Chicago, IL 60639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-sun-cash').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-sun-cash'), mapOptions);}document.getElementById('b765556c').innerHTML += ' | View Map';var $l72f4316d1eb7c63bfc7ef3f2c604b59a = '

Sun Cash

Address: 5800 W North Ave, Chicago, IL 60639, USA
Phone: (773) 237-3131
';var m_72f4316d1eb7c63bfc7ef3f2c604b59a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Cash',});m_72f4316d1eb7c63bfc7ef3f2c604b59a['infowindow'] = new google.maps.InfoWindow({content: $l72f4316d1eb7c63bfc7ef3f2c604b59a});var infowindow = new google.maps.InfoWindow({content: $l72f4316d1eb7c63bfc7ef3f2c604b59a});google.maps.event.addListener(m_72f4316d1eb7c63bfc7ef3f2c604b59a, 'click', function() {infowindow.open(map,m_72f4316d1eb7c63bfc7ef3f2c604b59a);});$marker.push(m_72f4316d1eb7c63bfc7ef3f2c604b59a);}});}google.maps.event.addDomListener(window, 'load', initialize);