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.4466,-83.158)};var g_37d0496204644f63d0a9e17f81c86b5a = new google.maps.Geocoder();g_37d0496204644f63d0a9e17f81c86b5a.geocode( { 'address': "8904 W 8 Mile Rd, Ferndale, MI 48220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferndale-MI-cash-connection').style.display = '';map = new google.maps.Map(document.getElementById('ferndale-MI-cash-connection'), mapOptions);}document.getElementById('f74033ee').innerHTML += ' | View Map';var $l37d0496204644f63d0a9e17f81c86b5a = '

Cash Connection

Address: 8904 W 8 Mile Rd, Ferndale, MI 48220, USA
Phone: (248) 414-6633
';var m_37d0496204644f63d0a9e17f81c86b5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Connection',});m_37d0496204644f63d0a9e17f81c86b5a['infowindow'] = new google.maps.InfoWindow({content: $l37d0496204644f63d0a9e17f81c86b5a});var infowindow = new google.maps.InfoWindow({content: $l37d0496204644f63d0a9e17f81c86b5a});google.maps.event.addListener(m_37d0496204644f63d0a9e17f81c86b5a, 'click', function() {infowindow.open(map,m_37d0496204644f63d0a9e17f81c86b5a);});$marker.push(m_37d0496204644f63d0a9e17f81c86b5a);}});}google.maps.event.addDomListener(window, 'load', initialize);