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.0128,-89.4566)};var g_4dc199baebf4c25a9a6e4b3f3331a489 = new google.maps.Geocoder();g_4dc199baebf4c25a9a6e4b3f3331a489.geocode( { 'address': "5951 McKee Rd #201, Fitchburg, WI 53719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-WI-farin--associates').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-WI-farin--associates'), mapOptions);}document.getElementById('2e25af73').innerHTML += ' | View Map';var $l4dc199baebf4c25a9a6e4b3f3331a489 = '

Farin & Associates

Address: 5951 McKee Rd #201, Fitchburg, WI 53719, USA
Phone: (608) 273-1004
';var m_4dc199baebf4c25a9a6e4b3f3331a489 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farin & Associates',});m_4dc199baebf4c25a9a6e4b3f3331a489['infowindow'] = new google.maps.InfoWindow({content: $l4dc199baebf4c25a9a6e4b3f3331a489});var infowindow = new google.maps.InfoWindow({content: $l4dc199baebf4c25a9a6e4b3f3331a489});google.maps.event.addListener(m_4dc199baebf4c25a9a6e4b3f3331a489, 'click', function() {infowindow.open(map,m_4dc199baebf4c25a9a6e4b3f3331a489);});$marker.push(m_4dc199baebf4c25a9a6e4b3f3331a489);}});}google.maps.event.addDomListener(window, 'load', initialize);