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.2932,-83.3107)};var g_6ab025df5539049ffad9e5f29eab084b = new google.maps.Geocoder();g_6ab025df5539049ffad9e5f29eab084b.geocode( { 'address': "27475 Michigan Ave, Inkster, MI 48141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inkster-MI-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('inkster-MI-cash-connection'), mapOptions);}document.getElementById('40bb774c').innerHTML += ' | View Map';var $l6ab025df5539049ffad9e5f29eab084b = '

Cash Connection

Address: 27475 Michigan Ave, Inkster, MI 48141, USA
Phone: (313) 359-4744
';var m_6ab025df5539049ffad9e5f29eab084b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_6ab025df5539049ffad9e5f29eab084b['infowindow'] = new google.maps.InfoWindow({content: $l6ab025df5539049ffad9e5f29eab084b});var infowindow = new google.maps.InfoWindow({content: $l6ab025df5539049ffad9e5f29eab084b});google.maps.event.addListener(m_6ab025df5539049ffad9e5f29eab084b, 'click', function() {infowindow.open(map,m_6ab025df5539049ffad9e5f29eab084b);});$marker.push(m_6ab025df5539049ffad9e5f29eab084b);}});}google.maps.event.addDomListener(window, 'load', initialize);