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.4371,-82.9507)};var g_945ba977c27d196cdeaf6cbe4ff682f4 = new google.maps.Geocoder();g_945ba977c27d196cdeaf6cbe4ff682f4.geocode( { 'address': "19290 Kelly Rd, Harper Woods, MI 48225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harper-woods-MI-cash-giant').style.display = '';map = new google.maps.Map(document.getElementById('harper-woods-MI-cash-giant'), mapOptions);}document.getElementById('c51ec204').innerHTML += ' | View Map';var $l945ba977c27d196cdeaf6cbe4ff682f4 = '

Cash Giant

Address: 19290 Kelly Rd, Harper Woods, MI 48225, USA
Phone: (313) 245-5626
';var m_945ba977c27d196cdeaf6cbe4ff682f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Giant',});m_945ba977c27d196cdeaf6cbe4ff682f4['infowindow'] = new google.maps.InfoWindow({content: $l945ba977c27d196cdeaf6cbe4ff682f4});var infowindow = new google.maps.InfoWindow({content: $l945ba977c27d196cdeaf6cbe4ff682f4});google.maps.event.addListener(m_945ba977c27d196cdeaf6cbe4ff682f4, 'click', function() {infowindow.open(map,m_945ba977c27d196cdeaf6cbe4ff682f4);});$marker.push(m_945ba977c27d196cdeaf6cbe4ff682f4);}});}google.maps.event.addDomListener(window, 'load', initialize);