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(43.0373,-85.6154)};var g_ae662b5b2cd80482af7f80b3a51cdafa = new google.maps.Geocoder();g_ae662b5b2cd80482af7f80b3a51cdafa.geocode( { 'address': "4061 Plainfield Ave NE, Grand Rapids, MI 49525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-aureus-tree-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-aureus-tree-cash-store'), mapOptions);}document.getElementById('03a1613e').innerHTML += ' | View Map';var $lae662b5b2cd80482af7f80b3a51cdafa = '

Aureus Tree Cash Store

Address: 4061 Plainfield Ave NE, Grand Rapids, MI 49525, USA
Phone: (616) 301-8600
';var m_ae662b5b2cd80482af7f80b3a51cdafa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aureus Tree Cash Store',});m_ae662b5b2cd80482af7f80b3a51cdafa['infowindow'] = new google.maps.InfoWindow({content: $lae662b5b2cd80482af7f80b3a51cdafa});var infowindow = new google.maps.InfoWindow({content: $lae662b5b2cd80482af7f80b3a51cdafa});google.maps.event.addListener(m_ae662b5b2cd80482af7f80b3a51cdafa, 'click', function() {infowindow.open(map,m_ae662b5b2cd80482af7f80b3a51cdafa);});$marker.push(m_ae662b5b2cd80482af7f80b3a51cdafa);}});}google.maps.event.addDomListener(window, 'load', initialize);