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.6064,-83.3445)};var g_413d10bfa36cd042f703a86029033a91 = new google.maps.Geocoder();g_413d10bfa36cd042f703a86029033a91.geocode( { 'address': "2170 Cass Lake Rd f, Keego Harbor, MI 48320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keego-harbor-MI-iquote-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('keego-harbor-MI-iquote-mortgage'), mapOptions);}document.getElementById('45317ef9').innerHTML += ' | View Map';var $l413d10bfa36cd042f703a86029033a91 = '

iQUOTE MORTGAGE

Address: 2170 Cass Lake Rd f, Keego Harbor, MI 48320, USA
Phone: (248) 429-2222
';var m_413d10bfa36cd042f703a86029033a91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'iQUOTE MORTGAGE',});m_413d10bfa36cd042f703a86029033a91['infowindow'] = new google.maps.InfoWindow({content: $l413d10bfa36cd042f703a86029033a91});var infowindow = new google.maps.InfoWindow({content: $l413d10bfa36cd042f703a86029033a91});google.maps.event.addListener(m_413d10bfa36cd042f703a86029033a91, 'click', function() {infowindow.open(map,m_413d10bfa36cd042f703a86029033a91);});$marker.push(m_413d10bfa36cd042f703a86029033a91);}});}google.maps.event.addDomListener(window, 'load', initialize);