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.3318,-83.4776)};var g_b542b0acd215780e72110581624d3593 = new google.maps.Geocoder();g_b542b0acd215780e72110581624d3593.geocode( { 'address': "5820 N Canton Center Rd, Canton, MI 48187"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-approved-mortgages-inc').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-approved-mortgages-inc'), mapOptions);}document.getElementById('d21f6bb2').innerHTML += ' | View Map';var $lb542b0acd215780e72110581624d3593 = '

Approved Mortgages Inc.

Address: 5820 N Canton Center Rd, Canton, MI 48187
Phone: (734) 397-0444
';var m_b542b0acd215780e72110581624d3593 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Mortgages Inc.',});m_b542b0acd215780e72110581624d3593['infowindow'] = new google.maps.InfoWindow({content: $lb542b0acd215780e72110581624d3593});var infowindow = new google.maps.InfoWindow({content: $lb542b0acd215780e72110581624d3593});google.maps.event.addListener(m_b542b0acd215780e72110581624d3593, 'click', function() {infowindow.open(map,m_b542b0acd215780e72110581624d3593);});$marker.push(m_b542b0acd215780e72110581624d3593);}});}google.maps.event.addDomListener(window, 'load', initialize);