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.6158,-83.4369)};var g_3a2a9aef4cbed81244820a091667c0bd = new google.maps.Geocoder();g_3a2a9aef4cbed81244820a091667c0bd.geocode( { 'address': "7716 Cooley Lake Rd, Waterford Twp, MI 48327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterford-township-MI-ronnies-jewelers-and-loans').style.display = '';map = new google.maps.Map(document.getElementById('waterford-township-MI-ronnies-jewelers-and-loans'), mapOptions);}document.getElementById('d71ac9dd').innerHTML += ' | View Map';var $l3a2a9aef4cbed81244820a091667c0bd = '

Ronnies Jeweler’s and Loans

Address: 7716 Cooley Lake Rd, Waterford Twp, MI 48327, USA
Phone: (248) 363-1597
';var m_3a2a9aef4cbed81244820a091667c0bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ronnies Jeweler’s and Loans',});m_3a2a9aef4cbed81244820a091667c0bd['infowindow'] = new google.maps.InfoWindow({content: $l3a2a9aef4cbed81244820a091667c0bd});var infowindow = new google.maps.InfoWindow({content: $l3a2a9aef4cbed81244820a091667c0bd});google.maps.event.addListener(m_3a2a9aef4cbed81244820a091667c0bd, 'click', function() {infowindow.open(map,m_3a2a9aef4cbed81244820a091667c0bd);});$marker.push(m_3a2a9aef4cbed81244820a091667c0bd);}});}google.maps.event.addDomListener(window, 'load', initialize);