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.5642,-83.05)};var g_a63d9913bf6f439dceea187e3b34fae8 = new google.maps.Geocoder();g_a63d9913bf6f439dceea187e3b34fae8.geocode( { 'address': "36827 Mound Road, Sterling Heights, MI 48310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-check-into-cash'), mapOptions);}document.getElementById('01022e0d').innerHTML += ' | View Map';var $la63d9913bf6f439dceea187e3b34fae8 = '

Check Into Cash

Address: 36827 Mound Road, Sterling Heights, MI 48310, USA
Phone: (586) 983-2453
';var m_a63d9913bf6f439dceea187e3b34fae8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_a63d9913bf6f439dceea187e3b34fae8['infowindow'] = new google.maps.InfoWindow({content: $la63d9913bf6f439dceea187e3b34fae8});var infowindow = new google.maps.InfoWindow({content: $la63d9913bf6f439dceea187e3b34fae8});google.maps.event.addListener(m_a63d9913bf6f439dceea187e3b34fae8, 'click', function() {infowindow.open(map,m_a63d9913bf6f439dceea187e3b34fae8);});$marker.push(m_a63d9913bf6f439dceea187e3b34fae8);}});}google.maps.event.addDomListener(window, 'load', initialize);