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(43.4379,-84.0163)};var g_5ad1011144495f9944612cbbc193cb8f = new google.maps.Geocoder();g_5ad1011144495f9944612cbbc193cb8f.geocode( { 'address': "5090 State St, Saginaw, MI 48603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-bankruptcy-doctor').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-bankruptcy-doctor'), mapOptions);}document.getElementById('9b916a63').innerHTML += ' | View Map';var $l5ad1011144495f9944612cbbc193cb8f = '

Bankruptcy Doctor

Address: 5090 State St, Saginaw, MI 48603, USA
Phone: (989) 233-9389
';var m_5ad1011144495f9944612cbbc193cb8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankruptcy Doctor',});m_5ad1011144495f9944612cbbc193cb8f['infowindow'] = new google.maps.InfoWindow({content: $l5ad1011144495f9944612cbbc193cb8f});var infowindow = new google.maps.InfoWindow({content: $l5ad1011144495f9944612cbbc193cb8f});google.maps.event.addListener(m_5ad1011144495f9944612cbbc193cb8f, 'click', function() {infowindow.open(map,m_5ad1011144495f9944612cbbc193cb8f);});$marker.push(m_5ad1011144495f9944612cbbc193cb8f);}});}google.maps.event.addDomListener(window, 'load', initialize);