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(44.0121,-88.5379)};var g_685138c78cb1942acc9676a476c59909 = new google.maps.Geocoder();g_685138c78cb1942acc9676a476c59909.geocode( { 'address': "600 S Main St #105, Oshkosh, WI 54902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-kuettner-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-kuettner-financial-services-llc'), mapOptions);}document.getElementById('858e6f38').innerHTML += ' | View Map';var $l685138c78cb1942acc9676a476c59909 = '

Kuettner Financial Services Llc

Address: 600 S Main St #105, Oshkosh, WI 54902, USA
Phone: (920) 230-2217
';var m_685138c78cb1942acc9676a476c59909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kuettner Financial Services Llc',});m_685138c78cb1942acc9676a476c59909['infowindow'] = new google.maps.InfoWindow({content: $l685138c78cb1942acc9676a476c59909});var infowindow = new google.maps.InfoWindow({content: $l685138c78cb1942acc9676a476c59909});google.maps.event.addListener(m_685138c78cb1942acc9676a476c59909, 'click', function() {infowindow.open(map,m_685138c78cb1942acc9676a476c59909);});$marker.push(m_685138c78cb1942acc9676a476c59909);}});}google.maps.event.addDomListener(window, 'load', initialize);