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.3233,-83.4579)};var g_d93e9c4ff2b9b6554b9e2849d7bbb580 = new google.maps.Geocoder();g_d93e9c4ff2b9b6554b9e2849d7bbb580.geocode( { 'address': "42180 Ford Rd # 307, Canton, MI 48187, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MI-a-best-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('canton-MI-a-best-financial-corporation'), mapOptions);}document.getElementById('1bcec1ec').innerHTML += ' | View Map';var $ld93e9c4ff2b9b6554b9e2849d7bbb580 = '

A Best Financial Corporation

Address: 42180 Ford Rd # 307, Canton, MI 48187, USA
Phone: (734) 404-4000
';var m_d93e9c4ff2b9b6554b9e2849d7bbb580 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Best Financial Corporation',});m_d93e9c4ff2b9b6554b9e2849d7bbb580['infowindow'] = new google.maps.InfoWindow({content: $ld93e9c4ff2b9b6554b9e2849d7bbb580});var infowindow = new google.maps.InfoWindow({content: $ld93e9c4ff2b9b6554b9e2849d7bbb580});google.maps.event.addListener(m_d93e9c4ff2b9b6554b9e2849d7bbb580, 'click', function() {infowindow.open(map,m_d93e9c4ff2b9b6554b9e2849d7bbb580);});$marker.push(m_d93e9c4ff2b9b6554b9e2849d7bbb580);}});}google.maps.event.addDomListener(window, 'load', initialize);