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.7688,-84.5109)};var g_6008121ad2c8619701fc62eaf391acb0 = new google.maps.Geocoder();g_6008121ad2c8619701fc62eaf391acb0.geocode( { 'address': "3515 West Rd, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('2d00c37d').innerHTML += ' | View Map';var $l6008121ad2c8619701fc62eaf391acb0 = '

GreenStone Farm Credit Services

Address: 3515 West Rd, East Lansing, MI 48823, USA
Phone: (517) 318-2290
';var m_6008121ad2c8619701fc62eaf391acb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_6008121ad2c8619701fc62eaf391acb0['infowindow'] = new google.maps.InfoWindow({content: $l6008121ad2c8619701fc62eaf391acb0});var infowindow = new google.maps.InfoWindow({content: $l6008121ad2c8619701fc62eaf391acb0});google.maps.event.addListener(m_6008121ad2c8619701fc62eaf391acb0, 'click', function() {infowindow.open(map,m_6008121ad2c8619701fc62eaf391acb0);});$marker.push(m_6008121ad2c8619701fc62eaf391acb0);}});}google.maps.event.addDomListener(window, 'load', initialize);