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(45.0535,-84.7758)};var g_848fa13bbea33244811fe4ea420d41bd = new google.maps.Geocoder();g_848fa13bbea33244811fe4ea420d41bd.geocode( { 'address': "5374 M-32, Gaylord, MI 49735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaylord-MI-bernadich-law-pllc').style.display = '';map = new google.maps.Map(document.getElementById('gaylord-MI-bernadich-law-pllc'), mapOptions);}document.getElementById('4b55ed0e').innerHTML += ' | View Map';var $l848fa13bbea33244811fe4ea420d41bd = '

Bernadich Law, PLLC

Address: 5374 M-32, Gaylord, MI 49735, USA
Phone: (989) 787-3000
';var m_848fa13bbea33244811fe4ea420d41bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bernadich Law, PLLC',});m_848fa13bbea33244811fe4ea420d41bd['infowindow'] = new google.maps.InfoWindow({content: $l848fa13bbea33244811fe4ea420d41bd});var infowindow = new google.maps.InfoWindow({content: $l848fa13bbea33244811fe4ea420d41bd});google.maps.event.addListener(m_848fa13bbea33244811fe4ea420d41bd, 'click', function() {infowindow.open(map,m_848fa13bbea33244811fe4ea420d41bd);});$marker.push(m_848fa13bbea33244811fe4ea420d41bd);}});}google.maps.event.addDomListener(window, 'load', initialize);