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(42.0259,-87.9673)};var g_3bdaa1996711a8026cf8db03a83169ca = new google.maps.Geocoder();g_3bdaa1996711a8026cf8db03a83169ca.geocode( { 'address': "1231 E Higgins Rd, Elk Grove Village, IL 60007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-grove-village-IL-rj-jewelry--loan-co').style.display = '';map = new google.maps.Map(document.getElementById('elk-grove-village-IL-rj-jewelry--loan-co'), mapOptions);}document.getElementById('e10e8ff4').innerHTML += ' | View Map';var $l3bdaa1996711a8026cf8db03a83169ca = '

RJ Jewelry & Loan Co.

Address: 1231 E Higgins Rd, Elk Grove Village, IL 60007, USA
Phone: (847) 228-6364
';var m_3bdaa1996711a8026cf8db03a83169ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RJ Jewelry & Loan Co.',});m_3bdaa1996711a8026cf8db03a83169ca['infowindow'] = new google.maps.InfoWindow({content: $l3bdaa1996711a8026cf8db03a83169ca});var infowindow = new google.maps.InfoWindow({content: $l3bdaa1996711a8026cf8db03a83169ca});google.maps.event.addListener(m_3bdaa1996711a8026cf8db03a83169ca, 'click', function() {infowindow.open(map,m_3bdaa1996711a8026cf8db03a83169ca);});$marker.push(m_3bdaa1996711a8026cf8db03a83169ca);}});}google.maps.event.addDomListener(window, 'load', initialize);