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.649,-85.2918)};var g_3c89308f7c344de64ddbf085405a0192 = new google.maps.Geocoder();g_3c89308f7c344de64ddbf085405a0192.geocode( { 'address': "333 W State St, Hastings, MI 49058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('05c21aa8').innerHTML += ' | View Map';var $l3c89308f7c344de64ddbf085405a0192 = '

GreenStone Farm Credit Services

Address: 333 W State St, Hastings, MI 49058, USA
Phone: (269) 945-9415
';var m_3c89308f7c344de64ddbf085405a0192 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_3c89308f7c344de64ddbf085405a0192['infowindow'] = new google.maps.InfoWindow({content: $l3c89308f7c344de64ddbf085405a0192});var infowindow = new google.maps.InfoWindow({content: $l3c89308f7c344de64ddbf085405a0192});google.maps.event.addListener(m_3c89308f7c344de64ddbf085405a0192, 'click', function() {infowindow.open(map,m_3c89308f7c344de64ddbf085405a0192);});$marker.push(m_3c89308f7c344de64ddbf085405a0192);}});}google.maps.event.addDomListener(window, 'load', initialize);