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.1295,-89.3074)};var g_3f94dc570a5b16dc8e85fe4bdd0b8099 = new google.maps.Geocoder();g_3f94dc570a5b16dc8e85fe4bdd0b8099.geocode( { 'address': "4602 E Washington Ave, Madison, WI 53704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-badgerland-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-badgerland-farm-credit-services'), mapOptions);}document.getElementById('e22e9328').innerHTML += ' | View Map';var $l3f94dc570a5b16dc8e85fe4bdd0b8099 = '

Badgerland Farm Credit Services

Address: 4602 E Washington Ave, Madison, WI 53704, USA
Phone: (608) 241-5737
';var m_3f94dc570a5b16dc8e85fe4bdd0b8099 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Badgerland Farm Credit Services',});m_3f94dc570a5b16dc8e85fe4bdd0b8099['infowindow'] = new google.maps.InfoWindow({content: $l3f94dc570a5b16dc8e85fe4bdd0b8099});var infowindow = new google.maps.InfoWindow({content: $l3f94dc570a5b16dc8e85fe4bdd0b8099});google.maps.event.addListener(m_3f94dc570a5b16dc8e85fe4bdd0b8099, 'click', function() {infowindow.open(map,m_3f94dc570a5b16dc8e85fe4bdd0b8099);});$marker.push(m_3f94dc570a5b16dc8e85fe4bdd0b8099);}});}google.maps.event.addDomListener(window, 'load', initialize);