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.6535,-83.5746)};var g_23c4c283eff61c016a26d0969c6f05a0 = new google.maps.Geocoder();g_23c4c283eff61c016a26d0969c6f05a0.geocode( { 'address': "2886 E Highland Rd, Highland Charter Twp, MI 48356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-charter-township-MI-chase-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('highland-charter-township-MI-chase-mortgage'), mapOptions);}document.getElementById('281e9be7').innerHTML += ' | View Map';var $l23c4c283eff61c016a26d0969c6f05a0 = '

Chase Mortgage

Address: 2886 E Highland Rd, Highland Charter Twp, MI 48356, USA
Phone: (248) 887-3707
';var m_23c4c283eff61c016a26d0969c6f05a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Mortgage',});m_23c4c283eff61c016a26d0969c6f05a0['infowindow'] = new google.maps.InfoWindow({content: $l23c4c283eff61c016a26d0969c6f05a0});var infowindow = new google.maps.InfoWindow({content: $l23c4c283eff61c016a26d0969c6f05a0});google.maps.event.addListener(m_23c4c283eff61c016a26d0969c6f05a0, 'click', function() {infowindow.open(map,m_23c4c283eff61c016a26d0969c6f05a0);});$marker.push(m_23c4c283eff61c016a26d0969c6f05a0);}});}google.maps.event.addDomListener(window, 'load', initialize);