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.6153,-82.9936)};var g_2bb9d11bfdac13dd5cc91127c564c07f = new google.maps.Geocoder();g_2bb9d11bfdac13dd5cc91127c564c07f.geocode( { 'address': "13486 Canal Rd, Sterling Heights, MI 48313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-mortgage-1-inc---keystone-branch').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-mortgage-1-inc---keystone-branch'), mapOptions);}document.getElementById('2284ae32').innerHTML += ' | View Map';var $l2bb9d11bfdac13dd5cc91127c564c07f = '

Mortgage 1, Inc - Keystone Branch

Address: 13486 Canal Rd, Sterling Heights, MI 48313, USA
Phone: (586) 737-2070
';var m_2bb9d11bfdac13dd5cc91127c564c07f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage 1, Inc - Keystone Branch',});m_2bb9d11bfdac13dd5cc91127c564c07f['infowindow'] = new google.maps.InfoWindow({content: $l2bb9d11bfdac13dd5cc91127c564c07f});var infowindow = new google.maps.InfoWindow({content: $l2bb9d11bfdac13dd5cc91127c564c07f});google.maps.event.addListener(m_2bb9d11bfdac13dd5cc91127c564c07f, 'click', function() {infowindow.open(map,m_2bb9d11bfdac13dd5cc91127c564c07f);});$marker.push(m_2bb9d11bfdac13dd5cc91127c564c07f);}});}google.maps.event.addDomListener(window, 'load', initialize);