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.6385,-83.2942)};var g_61fb5f06bff882737ea5ef126dfcb719 = new google.maps.Geocoder();g_61fb5f06bff882737ea5ef126dfcb719.geocode( { 'address': "35 W Huron St #301, Pontiac, MI 48342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-MI-michigan-mortgage-solutions').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-MI-michigan-mortgage-solutions'), mapOptions);}document.getElementById('a169bffb').innerHTML += ' | View Map';var $l61fb5f06bff882737ea5ef126dfcb719 = '

Michigan Mortgage Solutions

Address: 35 W Huron St #301, Pontiac, MI 48342, USA
Phone: (248) 674-6450
';var m_61fb5f06bff882737ea5ef126dfcb719 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Mortgage Solutions',});m_61fb5f06bff882737ea5ef126dfcb719['infowindow'] = new google.maps.InfoWindow({content: $l61fb5f06bff882737ea5ef126dfcb719});var infowindow = new google.maps.InfoWindow({content: $l61fb5f06bff882737ea5ef126dfcb719});google.maps.event.addListener(m_61fb5f06bff882737ea5ef126dfcb719, 'click', function() {infowindow.open(map,m_61fb5f06bff882737ea5ef126dfcb719);});$marker.push(m_61fb5f06bff882737ea5ef126dfcb719);}});}google.maps.event.addDomListener(window, 'load', initialize);