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.4577,-83.6504)};var g_458858fb060a54dc9edccb7a14ccbe68 = new google.maps.Geocoder();g_458858fb060a54dc9edccb7a14ccbe68.geocode( { 'address': "415 S Lafayette St, South Lyon, MI 48178, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-lyon-MI-mortgage-1').style.display = '';map = new google.maps.Map(document.getElementById('south-lyon-MI-mortgage-1'), mapOptions);}document.getElementById('e1880a81').innerHTML += ' | View Map';var $l458858fb060a54dc9edccb7a14ccbe68 = '

Mortgage 1

Address: 415 S Lafayette St, South Lyon, MI 48178, USA
Phone: (248) 486-1117
';var m_458858fb060a54dc9edccb7a14ccbe68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage 1',});m_458858fb060a54dc9edccb7a14ccbe68['infowindow'] = new google.maps.InfoWindow({content: $l458858fb060a54dc9edccb7a14ccbe68});var infowindow = new google.maps.InfoWindow({content: $l458858fb060a54dc9edccb7a14ccbe68});google.maps.event.addListener(m_458858fb060a54dc9edccb7a14ccbe68, 'click', function() {infowindow.open(map,m_458858fb060a54dc9edccb7a14ccbe68);});$marker.push(m_458858fb060a54dc9edccb7a14ccbe68);}});}google.maps.event.addDomListener(window, 'load', initialize);