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.7259,-84.6022)};var g_086b4a1c3297eabef786c5f3d2b1475d = new google.maps.Geocoder();g_086b4a1c3297eabef786c5f3d2b1475d.geocode( { 'address': "3815 W St Joseph St #200, Lansing, MI 48917, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-center-for-financial-health').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-center-for-financial-health'), mapOptions);}document.getElementById('8fd9fd50').innerHTML += ' | View Map';var $l086b4a1c3297eabef786c5f3d2b1475d = '

Center For Financial Health

Address: 3815 W St Joseph St #200, Lansing, MI 48917, USA
Phone: (517) 708-2550
';var m_086b4a1c3297eabef786c5f3d2b1475d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center For Financial Health',});m_086b4a1c3297eabef786c5f3d2b1475d['infowindow'] = new google.maps.InfoWindow({content: $l086b4a1c3297eabef786c5f3d2b1475d});var infowindow = new google.maps.InfoWindow({content: $l086b4a1c3297eabef786c5f3d2b1475d});google.maps.event.addListener(m_086b4a1c3297eabef786c5f3d2b1475d, 'click', function() {infowindow.open(map,m_086b4a1c3297eabef786c5f3d2b1475d);});$marker.push(m_086b4a1c3297eabef786c5f3d2b1475d);}});}google.maps.event.addDomListener(window, 'load', initialize);