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.5453,-83.3824)};var g_01bead0568960c7daec66bb373943955 = new google.maps.Geocoder();g_01bead0568960c7daec66bb373943955.geocode( { 'address': "7071 Orchard Lake Rd, West Bloomfield, MI 48322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bloomfield-MI-associates-in-law').style.display = '';map = new google.maps.Map(document.getElementById('west-bloomfield-MI-associates-in-law'), mapOptions);}document.getElementById('a4eddc8f').innerHTML += ' | View Map';var $l01bead0568960c7daec66bb373943955 = '

Associates In Law

Address: 7071 Orchard Lake Rd, West Bloomfield, MI 48322
Phone: (248) 737-4500
';var m_01bead0568960c7daec66bb373943955 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associates In Law',});m_01bead0568960c7daec66bb373943955['infowindow'] = new google.maps.InfoWindow({content: $l01bead0568960c7daec66bb373943955});var infowindow = new google.maps.InfoWindow({content: $l01bead0568960c7daec66bb373943955});google.maps.event.addListener(m_01bead0568960c7daec66bb373943955, 'click', function() {infowindow.open(map,m_01bead0568960c7daec66bb373943955);});$marker.push(m_01bead0568960c7daec66bb373943955);}});}google.maps.event.addDomListener(window, 'load', initialize);