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.3332,-83.0515)};var g_21516d217273c0801f8d7371a471d9ea = new google.maps.Geocoder();g_21516d217273c0801f8d7371a471d9ea.geocode( { 'address': "1249 Washington Blvd, Detroit, MI 48226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-american-mortgage'), mapOptions);}document.getElementById('c6d30e01').innerHTML += ' | View Map';var $l21516d217273c0801f8d7371a471d9ea = '

American Mortgage

Address: 1249 Washington Blvd, Detroit, MI 48226, USA
Phone: (313) 262-7303
';var m_21516d217273c0801f8d7371a471d9ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage',});m_21516d217273c0801f8d7371a471d9ea['infowindow'] = new google.maps.InfoWindow({content: $l21516d217273c0801f8d7371a471d9ea});var infowindow = new google.maps.InfoWindow({content: $l21516d217273c0801f8d7371a471d9ea});google.maps.event.addListener(m_21516d217273c0801f8d7371a471d9ea, 'click', function() {infowindow.open(map,m_21516d217273c0801f8d7371a471d9ea);});$marker.push(m_21516d217273c0801f8d7371a471d9ea);}});}google.maps.event.addDomListener(window, 'load', initialize);