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.6111,-83.2702)};var g_f860235f8f566e89c8aa89ed73283ba0 = new google.maps.Geocoder();g_f860235f8f566e89c8aa89ed73283ba0.geocode( { 'address': "43902 Woodward Ave # 20, Bloomfield Hills, MI 48302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-hills-MI-american-acceptance-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-hills-MI-american-acceptance-mortgage-corporation'), mapOptions);}document.getElementById('ef8dc777').innerHTML += ' | View Map';var $lf860235f8f566e89c8aa89ed73283ba0 = '

American Acceptance Mortgage Corporation

Address: 43902 Woodward Ave # 20, Bloomfield Hills, MI 48302, USA
Phone: (248) 335-6166
';var m_f860235f8f566e89c8aa89ed73283ba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Acceptance Mortgage Corporation',});m_f860235f8f566e89c8aa89ed73283ba0['infowindow'] = new google.maps.InfoWindow({content: $lf860235f8f566e89c8aa89ed73283ba0});var infowindow = new google.maps.InfoWindow({content: $lf860235f8f566e89c8aa89ed73283ba0});google.maps.event.addListener(m_f860235f8f566e89c8aa89ed73283ba0, 'click', function() {infowindow.open(map,m_f860235f8f566e89c8aa89ed73283ba0);});$marker.push(m_f860235f8f566e89c8aa89ed73283ba0);}});}google.maps.event.addDomListener(window, 'load', initialize);