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.553,-82.9119)};var g_5d6646aad9bcc0be55b2c82f69750387 = new google.maps.Geocoder();g_5d6646aad9bcc0be55b2c82f69750387.geocode( { 'address': "36594 Moravian Dr, Clinton Township, MI 48035-1202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-township-MI-remax-frank-leonardi').style.display = '';map = new google.maps.Map(document.getElementById('clinton-township-MI-remax-frank-leonardi'), mapOptions);}document.getElementById('6d621f03').innerHTML += ' | View Map';var $l5d6646aad9bcc0be55b2c82f69750387 = '

Remax Frank Leonardi

Address: 36594 Moravian Dr, Clinton Township, MI 48035-1202
Phone: (586) 557-8929
';var m_5d6646aad9bcc0be55b2c82f69750387 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Remax Frank Leonardi',});m_5d6646aad9bcc0be55b2c82f69750387['infowindow'] = new google.maps.InfoWindow({content: $l5d6646aad9bcc0be55b2c82f69750387});var infowindow = new google.maps.InfoWindow({content: $l5d6646aad9bcc0be55b2c82f69750387});google.maps.event.addListener(m_5d6646aad9bcc0be55b2c82f69750387, 'click', function() {infowindow.open(map,m_5d6646aad9bcc0be55b2c82f69750387);});$marker.push(m_5d6646aad9bcc0be55b2c82f69750387);}});}google.maps.event.addDomListener(window, 'load', initialize);