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.8841,-85.6643)};var g_4ed39ce4a7e4827f54682440df66168c = new google.maps.Geocoder();g_4ed39ce4a7e4827f54682440df66168c.geocode( { 'address': "4364 Division Ave S, Grand Rapids, MI 49548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-west-michigan-jewelry-exchange').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-west-michigan-jewelry-exchange'), mapOptions);}document.getElementById('f91e5d3c').innerHTML += ' | View Map';var $l4ed39ce4a7e4827f54682440df66168c = '

West Michigan Jewelry Exchange

Address: 4364 Division Ave S, Grand Rapids, MI 49548, USA
Phone: (616) 214-7801
';var m_4ed39ce4a7e4827f54682440df66168c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Michigan Jewelry Exchange',});m_4ed39ce4a7e4827f54682440df66168c['infowindow'] = new google.maps.InfoWindow({content: $l4ed39ce4a7e4827f54682440df66168c});var infowindow = new google.maps.InfoWindow({content: $l4ed39ce4a7e4827f54682440df66168c});google.maps.event.addListener(m_4ed39ce4a7e4827f54682440df66168c, 'click', function() {infowindow.open(map,m_4ed39ce4a7e4827f54682440df66168c);});$marker.push(m_4ed39ce4a7e4827f54682440df66168c);}});}google.maps.event.addDomListener(window, 'load', initialize);