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.3318,-83.4776)};var g_ddf82aa5c4ca2f88e56e30fe04db88df = new google.maps.Geocoder();g_ddf82aa5c4ca2f88e56e30fe04db88df.geocode( { 'address': "42180 Ford Rd, Canton, MI 48187"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-cresleigh-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-cresleigh-financial-services'), mapOptions);}document.getElementById('75562c47').innerHTML += ' | View Map';var $lddf82aa5c4ca2f88e56e30fe04db88df = '

Cresleigh Financial Services

Address: 42180 Ford Rd, Canton, MI 48187
Phone: (888) 598-7061
';var m_ddf82aa5c4ca2f88e56e30fe04db88df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cresleigh Financial Services',});m_ddf82aa5c4ca2f88e56e30fe04db88df['infowindow'] = new google.maps.InfoWindow({content: $lddf82aa5c4ca2f88e56e30fe04db88df});var infowindow = new google.maps.InfoWindow({content: $lddf82aa5c4ca2f88e56e30fe04db88df});google.maps.event.addListener(m_ddf82aa5c4ca2f88e56e30fe04db88df, 'click', function() {infowindow.open(map,m_ddf82aa5c4ca2f88e56e30fe04db88df);});$marker.push(m_ddf82aa5c4ca2f88e56e30fe04db88df);}});}google.maps.event.addDomListener(window, 'load', initialize);