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.7511,-87.6083)};var g_82986a47613d39013423f07caefb342c = new google.maps.Geocoder();g_82986a47613d39013423f07caefb342c.geocode( { 'address': "645 E 79th St, Chicago, IL 60619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-IL-chatham-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('chicago-IL-chatham-jewelry--loan'), mapOptions);}document.getElementById('20679284').innerHTML += ' | View Map';var $l82986a47613d39013423f07caefb342c = '

Chatham Jewelry & Loan

Address: 645 E 79th St, Chicago, IL 60619, USA
Phone: (773) 487-9595
';var m_82986a47613d39013423f07caefb342c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chatham Jewelry & Loan',});m_82986a47613d39013423f07caefb342c['infowindow'] = new google.maps.InfoWindow({content: $l82986a47613d39013423f07caefb342c});var infowindow = new google.maps.InfoWindow({content: $l82986a47613d39013423f07caefb342c});google.maps.event.addListener(m_82986a47613d39013423f07caefb342c, 'click', function() {infowindow.open(map,m_82986a47613d39013423f07caefb342c);});$marker.push(m_82986a47613d39013423f07caefb342c);}});}google.maps.event.addDomListener(window, 'load', initialize);