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.1989,-83.2354)};var g_6770b3cd18521ccaea7cac4b42b2ee5f = new google.maps.Geocoder();g_6770b3cd18521ccaea7cac4b42b2ee5f.geocode( { 'address': "20500 Eureka Rd # 300, Taylor, MI 48180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-darnell--meyering-pc').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-darnell--meyering-pc'), mapOptions);}document.getElementById('4ecf4e26').innerHTML += ' | View Map';var $l6770b3cd18521ccaea7cac4b42b2ee5f = '

Darnell & Meyering PC

Address: 20500 Eureka Rd # 300, Taylor, MI 48180, USA
Phone: (734) 246-9240
';var m_6770b3cd18521ccaea7cac4b42b2ee5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Darnell & Meyering PC',});m_6770b3cd18521ccaea7cac4b42b2ee5f['infowindow'] = new google.maps.InfoWindow({content: $l6770b3cd18521ccaea7cac4b42b2ee5f});var infowindow = new google.maps.InfoWindow({content: $l6770b3cd18521ccaea7cac4b42b2ee5f});google.maps.event.addListener(m_6770b3cd18521ccaea7cac4b42b2ee5f, 'click', function() {infowindow.open(map,m_6770b3cd18521ccaea7cac4b42b2ee5f);});$marker.push(m_6770b3cd18521ccaea7cac4b42b2ee5f);}});}google.maps.event.addDomListener(window, 'load', initialize);