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.669,-84.6635)};var g_690d0637af80f51f1713da4d90f87abf = new google.maps.Geocoder();g_690d0637af80f51f1713da4d90f87abf.geocode( { 'address': "6956 Lansing Rd, Dimondale, MI 48821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-charter-township-MI-automotive-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('windsor-charter-township-MI-automotive-finance-corporation'), mapOptions);}document.getElementById('6e96b32c').innerHTML += ' | View Map';var $l690d0637af80f51f1713da4d90f87abf = '

Automotive Finance Corporation

Address: 6956 Lansing Rd, Dimondale, MI 48821, USA
Phone: (517) 646-7788
';var m_690d0637af80f51f1713da4d90f87abf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automotive Finance Corporation',});m_690d0637af80f51f1713da4d90f87abf['infowindow'] = new google.maps.InfoWindow({content: $l690d0637af80f51f1713da4d90f87abf});var infowindow = new google.maps.InfoWindow({content: $l690d0637af80f51f1713da4d90f87abf});google.maps.event.addListener(m_690d0637af80f51f1713da4d90f87abf, 'click', function() {infowindow.open(map,m_690d0637af80f51f1713da4d90f87abf);});$marker.push(m_690d0637af80f51f1713da4d90f87abf);}});}google.maps.event.addDomListener(window, 'load', initialize);