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.471,-83.2816)};var g_3542d331258a71e6b5677fb23121b839 = new google.maps.Geocoder();g_3542d331258a71e6b5677fb23121b839.geocode( { 'address': "24777 Telegraph Rd, Southfield, MI 48033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southfield-MI-normans-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('southfield-MI-normans-jewelry--loan'), mapOptions);}document.getElementById('e9cd478f').innerHTML += ' | View Map';var $l3542d331258a71e6b5677fb23121b839 = '

Norman's Jewelry & Loan

Address: 24777 Telegraph Rd, Southfield, MI 48033, USA
Phone: (248) 356-8850
';var m_3542d331258a71e6b5677fb23121b839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Norman's Jewelry & Loan',});m_3542d331258a71e6b5677fb23121b839['infowindow'] = new google.maps.InfoWindow({content: $l3542d331258a71e6b5677fb23121b839});var infowindow = new google.maps.InfoWindow({content: $l3542d331258a71e6b5677fb23121b839});google.maps.event.addListener(m_3542d331258a71e6b5677fb23121b839, 'click', function() {infowindow.open(map,m_3542d331258a71e6b5677fb23121b839);});$marker.push(m_3542d331258a71e6b5677fb23121b839);}});}google.maps.event.addDomListener(window, 'load', initialize);