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.4168,-84.1313)};var g_da517670b864505593edd83d65325e7a = new google.maps.Geocoder();g_da517670b864505593edd83d65325e7a.geocode( { 'address': "11020 Gratiot Rd, Saginaw, MI 48609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('5185193f').innerHTML += ' | View Map';var $lda517670b864505593edd83d65325e7a = '

GreenStone Farm Credit Services

Address: 11020 Gratiot Rd, Saginaw, MI 48609, USA
Phone: (989) 781-4251
';var m_da517670b864505593edd83d65325e7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_da517670b864505593edd83d65325e7a['infowindow'] = new google.maps.InfoWindow({content: $lda517670b864505593edd83d65325e7a});var infowindow = new google.maps.InfoWindow({content: $lda517670b864505593edd83d65325e7a});google.maps.event.addListener(m_da517670b864505593edd83d65325e7a, 'click', function() {infowindow.open(map,m_da517670b864505593edd83d65325e7a);});$marker.push(m_da517670b864505593edd83d65325e7a);}});}google.maps.event.addDomListener(window, 'load', initialize);