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.3033,-83.3877)};var g_ab3dfe49a68e59f742ce0ac8dc72cf63 = new google.maps.Geocoder();g_ab3dfe49a68e59f742ce0ac8dc72cf63.geocode( { 'address': "793 South Wayne Road, Westland, MI 48186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-check-into-cash'), mapOptions);}document.getElementById('0d975bc7').innerHTML += ' | View Map';var $lab3dfe49a68e59f742ce0ac8dc72cf63 = '

Check Into Cash

Address: 793 South Wayne Road, Westland, MI 48186, USA
Phone: (734) 722-3050
';var m_ab3dfe49a68e59f742ce0ac8dc72cf63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_ab3dfe49a68e59f742ce0ac8dc72cf63['infowindow'] = new google.maps.InfoWindow({content: $lab3dfe49a68e59f742ce0ac8dc72cf63});var infowindow = new google.maps.InfoWindow({content: $lab3dfe49a68e59f742ce0ac8dc72cf63});google.maps.event.addListener(m_ab3dfe49a68e59f742ce0ac8dc72cf63, 'click', function() {infowindow.open(map,m_ab3dfe49a68e59f742ce0ac8dc72cf63);});$marker.push(m_ab3dfe49a68e59f742ce0ac8dc72cf63);}});}google.maps.event.addDomListener(window, 'load', initialize);