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.6212,-83.9438)};var g_d08461e69d65280d8a4cab26134bf8b1 = new google.maps.Geocoder();g_d08461e69d65280d8a4cab26134bf8b1.geocode( { 'address': "1040 W Highland Rd, Howell, MI 48843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('howell-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('howell-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('1975f8e8').innerHTML += ' | View Map';var $ld08461e69d65280d8a4cab26134bf8b1 = '

GreenStone Farm Credit Services

Address: 1040 W Highland Rd, Howell, MI 48843, USA
Phone: (517) 546-2840
';var m_d08461e69d65280d8a4cab26134bf8b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_d08461e69d65280d8a4cab26134bf8b1['infowindow'] = new google.maps.InfoWindow({content: $ld08461e69d65280d8a4cab26134bf8b1});var infowindow = new google.maps.InfoWindow({content: $ld08461e69d65280d8a4cab26134bf8b1});google.maps.event.addListener(m_d08461e69d65280d8a4cab26134bf8b1, 'click', function() {infowindow.open(map,m_d08461e69d65280d8a4cab26134bf8b1);});$marker.push(m_d08461e69d65280d8a4cab26134bf8b1);}});}google.maps.event.addDomListener(window, 'load', initialize);