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.6758,-83.3493)};var g_cd47000a5769d64a340eb38101b31dcc = new google.maps.Geocoder();g_cd47000a5769d64a340eb38101b31dcc.geocode( { 'address': "3080 Dixie Hwy # C, Waterford Twp, MI 48328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterford-township-MI-brian-r-weiland--associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('waterford-township-MI-brian-r-weiland--associates-pc'), mapOptions);}document.getElementById('2e16a423').innerHTML += ' | View Map';var $lcd47000a5769d64a340eb38101b31dcc = '

Brian R Weiland & Associates PC

Address: 3080 Dixie Hwy # C, Waterford Twp, MI 48328, USA
Phone: (248) 618-7000
';var m_cd47000a5769d64a340eb38101b31dcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brian R Weiland & Associates PC',});m_cd47000a5769d64a340eb38101b31dcc['infowindow'] = new google.maps.InfoWindow({content: $lcd47000a5769d64a340eb38101b31dcc});var infowindow = new google.maps.InfoWindow({content: $lcd47000a5769d64a340eb38101b31dcc});google.maps.event.addListener(m_cd47000a5769d64a340eb38101b31dcc, 'click', function() {infowindow.open(map,m_cd47000a5769d64a340eb38101b31dcc);});$marker.push(m_cd47000a5769d64a340eb38101b31dcc);}});}google.maps.event.addDomListener(window, 'load', initialize);