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.7475,-84.4803)};var g_5a5c186d53a866426043cad5be6d4ad9 = new google.maps.Geocoder();g_5a5c186d53a866426043cad5be6d4ad9.geocode( { 'address': "1216 Kendale Blvd, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-fairway-investment-group').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-fairway-investment-group'), mapOptions);}document.getElementById('48f3ff0b').innerHTML += ' | View Map';var $l5a5c186d53a866426043cad5be6d4ad9 = '

Fairway Investment Group

Address: 1216 Kendale Blvd, East Lansing, MI 48823, USA
Phone: (517) 337-5427
';var m_5a5c186d53a866426043cad5be6d4ad9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Investment Group',});m_5a5c186d53a866426043cad5be6d4ad9['infowindow'] = new google.maps.InfoWindow({content: $l5a5c186d53a866426043cad5be6d4ad9});var infowindow = new google.maps.InfoWindow({content: $l5a5c186d53a866426043cad5be6d4ad9});google.maps.event.addListener(m_5a5c186d53a866426043cad5be6d4ad9, 'click', function() {infowindow.open(map,m_5a5c186d53a866426043cad5be6d4ad9);});$marker.push(m_5a5c186d53a866426043cad5be6d4ad9);}});}google.maps.event.addDomListener(window, 'load', initialize);