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.0226,-85.7282)};var g_7f5cbb01dc98ed4531431788989da821 = new google.maps.Geocoder();g_7f5cbb01dc98ed4531431788989da821.geocode( { 'address': "3225 Walker Ave NW, Grand Rapids, MI 49544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('2cdc9a74').innerHTML += ' | View Map';var $l7f5cbb01dc98ed4531431788989da821 = '

GreenStone Farm Credit Services

Address: 3225 Walker Ave NW, Grand Rapids, MI 49544, USA
Phone: (616) 647-0030
';var m_7f5cbb01dc98ed4531431788989da821 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_7f5cbb01dc98ed4531431788989da821['infowindow'] = new google.maps.InfoWindow({content: $l7f5cbb01dc98ed4531431788989da821});var infowindow = new google.maps.InfoWindow({content: $l7f5cbb01dc98ed4531431788989da821});google.maps.event.addListener(m_7f5cbb01dc98ed4531431788989da821, 'click', function() {infowindow.open(map,m_7f5cbb01dc98ed4531431788989da821);});$marker.push(m_7f5cbb01dc98ed4531431788989da821);}});}google.maps.event.addDomListener(window, 'load', initialize);