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.3477,-88.281)};var g_e7ab5798aba80186f5d3344372db2d84 = new google.maps.Geocoder();g_e7ab5798aba80186f5d3344372db2d84.geocode( { 'address': "4300 W Elm St, McHenry, IL 60050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mchenry-IL-alexanders-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('mchenry-IL-alexanders-jewelry--loan'), mapOptions);}document.getElementById('ed4240bc').innerHTML += ' | View Map';var $le7ab5798aba80186f5d3344372db2d84 = '

Alexander's Jewelry & Loan

Address: 4300 W Elm St, McHenry, IL 60050, USA
Phone: (847) 232-4082
';var m_e7ab5798aba80186f5d3344372db2d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alexander's Jewelry & Loan',});m_e7ab5798aba80186f5d3344372db2d84['infowindow'] = new google.maps.InfoWindow({content: $le7ab5798aba80186f5d3344372db2d84});var infowindow = new google.maps.InfoWindow({content: $le7ab5798aba80186f5d3344372db2d84});google.maps.event.addListener(m_e7ab5798aba80186f5d3344372db2d84, 'click', function() {infowindow.open(map,m_e7ab5798aba80186f5d3344372db2d84);});$marker.push(m_e7ab5798aba80186f5d3344372db2d84);}});}google.maps.event.addDomListener(window, 'load', initialize);