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(45.8747,-84.7296)};var g_9233887cf1475b368e66ff27021d0bd4 = new google.maps.Geocoder();g_9233887cf1475b368e66ff27021d0bd4.geocode( { 'address': "624 N State St, St Ignace, MI 49781, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-ignace-MI-prospect-home-financing').style.display = '';map = new google.maps.Map(document.getElementById('saint-ignace-MI-prospect-home-financing'), mapOptions);}document.getElementById('d6060b02').innerHTML += ' | View Map';var $l9233887cf1475b368e66ff27021d0bd4 = '

Prospect Home Financing

Address: 624 N State St, St Ignace, MI 49781, USA
Phone: (906) 553-4845
';var m_9233887cf1475b368e66ff27021d0bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prospect Home Financing',});m_9233887cf1475b368e66ff27021d0bd4['infowindow'] = new google.maps.InfoWindow({content: $l9233887cf1475b368e66ff27021d0bd4});var infowindow = new google.maps.InfoWindow({content: $l9233887cf1475b368e66ff27021d0bd4});google.maps.event.addListener(m_9233887cf1475b368e66ff27021d0bd4, 'click', function() {infowindow.open(map,m_9233887cf1475b368e66ff27021d0bd4);});$marker.push(m_9233887cf1475b368e66ff27021d0bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);