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.2214,-83.6182)};var g_4851bf02f77eb5730426051291cc5739 = new google.maps.Geocoder();g_4851bf02f77eb5730426051291cc5739.geocode( { 'address': "1661 S Huron St, Ypsilanti, MI 48197, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ypsilanti-MI-john-adams-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ypsilanti-MI-john-adams-mortgage'), mapOptions);}document.getElementById('f9a0ccfb').innerHTML += ' | View Map';var $l4851bf02f77eb5730426051291cc5739 = '

John Adams Mortgage

Address: 1661 S Huron St, Ypsilanti, MI 48197, USA
Phone:
';var m_4851bf02f77eb5730426051291cc5739 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Adams Mortgage',});m_4851bf02f77eb5730426051291cc5739['infowindow'] = new google.maps.InfoWindow({content: $l4851bf02f77eb5730426051291cc5739});var infowindow = new google.maps.InfoWindow({content: $l4851bf02f77eb5730426051291cc5739});google.maps.event.addListener(m_4851bf02f77eb5730426051291cc5739, 'click', function() {infowindow.open(map,m_4851bf02f77eb5730426051291cc5739);});$marker.push(m_4851bf02f77eb5730426051291cc5739);}});}google.maps.event.addDomListener(window, 'load', initialize);