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.6023,-82.8753)};var g_12b7e26303bafe115b5ff48b7140c591 = new google.maps.Geocoder();g_12b7e26303bafe115b5ff48b7140c591.geocode( { 'address': "177 Northbound Gratiot Ave, Mt Clemens, MI 48043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-clemens-MI-gold-n-stones-ii-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('mount-clemens-MI-gold-n-stones-ii-pawn-shop'), mapOptions);}document.getElementById('55993481').innerHTML += ' | View Map';var $l12b7e26303bafe115b5ff48b7140c591 = '

Gold N Stones II Pawn Shop

Address: 177 Northbound Gratiot Ave, Mt Clemens, MI 48043, USA
Phone: (586) 468-7060
';var m_12b7e26303bafe115b5ff48b7140c591 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold N Stones II Pawn Shop',});m_12b7e26303bafe115b5ff48b7140c591['infowindow'] = new google.maps.InfoWindow({content: $l12b7e26303bafe115b5ff48b7140c591});var infowindow = new google.maps.InfoWindow({content: $l12b7e26303bafe115b5ff48b7140c591});google.maps.event.addListener(m_12b7e26303bafe115b5ff48b7140c591, 'click', function() {infowindow.open(map,m_12b7e26303bafe115b5ff48b7140c591);});$marker.push(m_12b7e26303bafe115b5ff48b7140c591);}});}google.maps.event.addDomListener(window, 'load', initialize);