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.4753,-83.1043)};var g_2f0a473ca1ad8aa0ae4f130867e15453 = new google.maps.Geocoder();g_2f0a473ca1ad8aa0ae4f130867e15453.geocode( { 'address': "24844 John R Rd, Hazel Park, MI 48030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hazel-park-MI-simons-jewelry--loan-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('hazel-park-MI-simons-jewelry--loan-pawn-shop'), mapOptions);}document.getElementById('b3937f42').innerHTML += ' | View Map';var $l2f0a473ca1ad8aa0ae4f130867e15453 = '

Simon's Jewelry & Loan Pawn Shop

Address: 24844 John R Rd, Hazel Park, MI 48030, USA
Phone: (248) 542-5921
';var m_2f0a473ca1ad8aa0ae4f130867e15453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simon's Jewelry & Loan Pawn Shop',});m_2f0a473ca1ad8aa0ae4f130867e15453['infowindow'] = new google.maps.InfoWindow({content: $l2f0a473ca1ad8aa0ae4f130867e15453});var infowindow = new google.maps.InfoWindow({content: $l2f0a473ca1ad8aa0ae4f130867e15453});google.maps.event.addListener(m_2f0a473ca1ad8aa0ae4f130867e15453, 'click', function() {infowindow.open(map,m_2f0a473ca1ad8aa0ae4f130867e15453);});$marker.push(m_2f0a473ca1ad8aa0ae4f130867e15453);}});}google.maps.event.addDomListener(window, 'load', initialize);