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(41.8757,-84.0156)};var g_dfe30f382e15f9135b4103fc1edf8c85 = new google.maps.Geocoder();g_dfe30f382e15f9135b4103fc1edf8c85.geocode( { 'address': "2396 US-223, Adrian, MI 49221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adrian-MI-saylers-accounting--tax-specialists-inc').style.display = '';map = new google.maps.Map(document.getElementById('adrian-MI-saylers-accounting--tax-specialists-inc'), mapOptions);}document.getElementById('9a691c14').innerHTML += ' | View Map';var $ldfe30f382e15f9135b4103fc1edf8c85 = '

Sayler's Accounting & Tax Specialists Inc

Address: 2396 US-223, Adrian, MI 49221, USA
Phone: (517) 263-0204
';var m_dfe30f382e15f9135b4103fc1edf8c85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sayler's Accounting & Tax Specialists Inc',});m_dfe30f382e15f9135b4103fc1edf8c85['infowindow'] = new google.maps.InfoWindow({content: $ldfe30f382e15f9135b4103fc1edf8c85});var infowindow = new google.maps.InfoWindow({content: $ldfe30f382e15f9135b4103fc1edf8c85});google.maps.event.addListener(m_dfe30f382e15f9135b4103fc1edf8c85, 'click', function() {infowindow.open(map,m_dfe30f382e15f9135b4103fc1edf8c85);});$marker.push(m_dfe30f382e15f9135b4103fc1edf8c85);}});}google.maps.event.addDomListener(window, 'load', initialize);