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.5369,-83.2039)};var g_8339611181c6b2622eec0551fbd4d298 = new google.maps.Geocoder();g_8339611181c6b2622eec0551fbd4d298.geocode( { 'address': "33700 Woodward Ave, Birmingham, MI 48009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-MI-abbotts-coins-jewelry--loans').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-MI-abbotts-coins-jewelry--loans'), mapOptions);}document.getElementById('11804aa5').innerHTML += ' | View Map';var $l8339611181c6b2622eec0551fbd4d298 = '

Abbott's Coins Jewelry & Loans

Address: 33700 Woodward Ave, Birmingham, MI 48009, USA
Phone: (248) 644-8565
';var m_8339611181c6b2622eec0551fbd4d298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Abbott's Coins Jewelry & Loans',});m_8339611181c6b2622eec0551fbd4d298['infowindow'] = new google.maps.InfoWindow({content: $l8339611181c6b2622eec0551fbd4d298});var infowindow = new google.maps.InfoWindow({content: $l8339611181c6b2622eec0551fbd4d298});google.maps.event.addListener(m_8339611181c6b2622eec0551fbd4d298, 'click', function() {infowindow.open(map,m_8339611181c6b2622eec0551fbd4d298);});$marker.push(m_8339611181c6b2622eec0551fbd4d298);}});}google.maps.event.addDomListener(window, 'load', initialize);