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.9741,-83.6901)};var g_7c2b8e09345325ffa2895c1008e551af = new google.maps.Geocoder();g_7c2b8e09345325ffa2895c1008e551af.geocode( { 'address': "1067 E Bristol Rd, Burton, MI 48529, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burton-MI-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('burton-MI-approved-cash'), mapOptions);}document.getElementById('b6eb759a').innerHTML += ' | View Map';var $l7c2b8e09345325ffa2895c1008e551af = '

Approved Cash

Address: 1067 E Bristol Rd, Burton, MI 48529, USA
Phone: (810) 233-3010
';var m_7c2b8e09345325ffa2895c1008e551af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_7c2b8e09345325ffa2895c1008e551af['infowindow'] = new google.maps.InfoWindow({content: $l7c2b8e09345325ffa2895c1008e551af});var infowindow = new google.maps.InfoWindow({content: $l7c2b8e09345325ffa2895c1008e551af});google.maps.event.addListener(m_7c2b8e09345325ffa2895c1008e551af, 'click', function() {infowindow.open(map,m_7c2b8e09345325ffa2895c1008e551af);});$marker.push(m_7c2b8e09345325ffa2895c1008e551af);}});}google.maps.event.addDomListener(window, 'load', initialize);