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.4966,-83.4101)};var g_e45061779b24ecfda53cda1287cd5b65 = new google.maps.Geocoder();g_e45061779b24ecfda53cda1287cd5b65.geocode( { 'address': "36500 Corporate Dr, Farmington Hills, MI 48331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-accel-inc').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-accel-inc'), mapOptions);}document.getElementById('26c792a2').innerHTML += ' | View Map';var $le45061779b24ecfda53cda1287cd5b65 = '

Accel, Inc.

Address: 36500 Corporate Dr, Farmington Hills, MI 48331, USA
Phone: (877) 332-2235
';var m_e45061779b24ecfda53cda1287cd5b65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Accel, Inc.',});m_e45061779b24ecfda53cda1287cd5b65['infowindow'] = new google.maps.InfoWindow({content: $le45061779b24ecfda53cda1287cd5b65});var infowindow = new google.maps.InfoWindow({content: $le45061779b24ecfda53cda1287cd5b65});google.maps.event.addListener(m_e45061779b24ecfda53cda1287cd5b65, 'click', function() {infowindow.open(map,m_e45061779b24ecfda53cda1287cd5b65);});$marker.push(m_e45061779b24ecfda53cda1287cd5b65);}});}google.maps.event.addDomListener(window, 'load', initialize);