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()};var g_a8c2c838d495f69cf3d4b57ca815eb8a = new google.maps.Geocoder();g_a8c2c838d495f69cf3d4b57ca815eb8a.geocode( { 'address': "37600 Hills Tech Dr, Farmington Hills, MI 48331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-hills-MI-ireland-associate').style.display = '';map = new google.maps.Map(document.getElementById('farmington-hills-MI-ireland-associate'), mapOptions);}document.getElementById('21ec2a4d').innerHTML += ' | View Map';var $la8c2c838d495f69cf3d4b57ca815eb8a = '

Ireland & Associate

Address: 37600 Hills Tech Dr, Farmington Hills, MI 48331
Phone: (248) 306-5411
';var m_a8c2c838d495f69cf3d4b57ca815eb8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ireland & Associate',});m_a8c2c838d495f69cf3d4b57ca815eb8a['infowindow'] = new google.maps.InfoWindow({content: $la8c2c838d495f69cf3d4b57ca815eb8a});var infowindow = new google.maps.InfoWindow({content: $la8c2c838d495f69cf3d4b57ca815eb8a});google.maps.event.addListener(m_a8c2c838d495f69cf3d4b57ca815eb8a, 'click', function() {infowindow.open(map,m_a8c2c838d495f69cf3d4b57ca815eb8a);});$marker.push(m_a8c2c838d495f69cf3d4b57ca815eb8a);}});}google.maps.event.addDomListener(window, 'load', initialize);