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.8017,-83.0143)};var g_55bb125a587b716bf688ffea3ad65b14 = new google.maps.Geocoder();g_55bb125a587b716bf688ffea3ad65b14.geocode( { 'address': "749 S Van Dyke Rd, Bad Axe, MI 48413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bad-axe-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('bad-axe-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('22b63b66').innerHTML += ' | View Map';var $l55bb125a587b716bf688ffea3ad65b14 = '

GreenStone Farm Credit Services

Address: 749 S Van Dyke Rd, Bad Axe, MI 48413, USA
Phone: (989) 269-6532
';var m_55bb125a587b716bf688ffea3ad65b14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_55bb125a587b716bf688ffea3ad65b14['infowindow'] = new google.maps.InfoWindow({content: $l55bb125a587b716bf688ffea3ad65b14});var infowindow = new google.maps.InfoWindow({content: $l55bb125a587b716bf688ffea3ad65b14});google.maps.event.addListener(m_55bb125a587b716bf688ffea3ad65b14, 'click', function() {infowindow.open(map,m_55bb125a587b716bf688ffea3ad65b14);});$marker.push(m_55bb125a587b716bf688ffea3ad65b14);}});}google.maps.event.addDomListener(window, 'load', initialize);