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.5277,-83.3413)};var g_a71d949fc4626b571f3e647277228d86 = new google.maps.Geocoder();g_a71d949fc4626b571f3e647277228d86.geocode( { 'address': "32871 Middlebelt Rd #200, Farmington Hills, MI 48334, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-the-accountants-guild').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-the-accountants-guild'), mapOptions);}document.getElementById('d5d475a5').innerHTML += ' | View Map';var $la71d949fc4626b571f3e647277228d86 = '

The Accountant's Guild

Address: 32871 Middlebelt Rd #200, Farmington Hills, MI 48334, USA
Phone: (248) 855-3902
';var m_a71d949fc4626b571f3e647277228d86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Accountant's Guild',});m_a71d949fc4626b571f3e647277228d86['infowindow'] = new google.maps.InfoWindow({content: $la71d949fc4626b571f3e647277228d86});var infowindow = new google.maps.InfoWindow({content: $la71d949fc4626b571f3e647277228d86});google.maps.event.addListener(m_a71d949fc4626b571f3e647277228d86, 'click', function() {infowindow.open(map,m_a71d949fc4626b571f3e647277228d86);});$marker.push(m_a71d949fc4626b571f3e647277228d86);}});}google.maps.event.addDomListener(window, 'load', initialize);