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.6257,-83.9515)};var g_4e96fc8ecd81da214039f63f34965275 = new google.maps.Geocoder();g_4e96fc8ecd81da214039f63f34965275.geocode( { 'address': "3949 3 Mile Rd, Bay City, MI 48706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-greenstone-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-greenstone-farm-credit-services'), mapOptions);}document.getElementById('3dcd9d01').innerHTML += ' | View Map';var $l4e96fc8ecd81da214039f63f34965275 = '

GreenStone Farm Credit Services

Address: 3949 3 Mile Rd, Bay City, MI 48706, USA
Phone: (989) 686-5100
';var m_4e96fc8ecd81da214039f63f34965275 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenStone Farm Credit Services',});m_4e96fc8ecd81da214039f63f34965275['infowindow'] = new google.maps.InfoWindow({content: $l4e96fc8ecd81da214039f63f34965275});var infowindow = new google.maps.InfoWindow({content: $l4e96fc8ecd81da214039f63f34965275});google.maps.event.addListener(m_4e96fc8ecd81da214039f63f34965275, 'click', function() {infowindow.open(map,m_4e96fc8ecd81da214039f63f34965275);});$marker.push(m_4e96fc8ecd81da214039f63f34965275);}});}google.maps.event.addDomListener(window, 'load', initialize);