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.7515,-84.4815)};var g_29e0ec3b1207b71a6e2c36af43f3b8c8 = new google.maps.Geocoder();g_29e0ec3b1207b71a6e2c36af43f3b8c8.geocode( { 'address': "271 Woodland Pass #125, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-greenpath-financial-wellness'), mapOptions);}document.getElementById('36680c30').innerHTML += ' | View Map';var $l29e0ec3b1207b71a6e2c36af43f3b8c8 = '

GreenPath Financial Wellness

Address: 271 Woodland Pass #125, East Lansing, MI 48823, USA
Phone: (734) 214-5800
';var m_29e0ec3b1207b71a6e2c36af43f3b8c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_29e0ec3b1207b71a6e2c36af43f3b8c8['infowindow'] = new google.maps.InfoWindow({content: $l29e0ec3b1207b71a6e2c36af43f3b8c8});var infowindow = new google.maps.InfoWindow({content: $l29e0ec3b1207b71a6e2c36af43f3b8c8});google.maps.event.addListener(m_29e0ec3b1207b71a6e2c36af43f3b8c8, 'click', function() {infowindow.open(map,m_29e0ec3b1207b71a6e2c36af43f3b8c8);});$marker.push(m_29e0ec3b1207b71a6e2c36af43f3b8c8);}});}google.maps.event.addDomListener(window, 'load', initialize);