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.0248,-88.5815)};var g_951fa1c9c4aced52dc285af21865846f = new google.maps.Geocoder();g_951fa1c9c4aced52dc285af21865846f.geocode( { 'address': "530 N Koeller St, Oshkosh, WI 54902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-aegis-financial').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-aegis-financial'), mapOptions);}document.getElementById('d3f9c78e').innerHTML += ' | View Map';var $l951fa1c9c4aced52dc285af21865846f = '

Aegis Financial

Address: 530 N Koeller St, Oshkosh, WI 54902, USA
Phone: (920) 233-4650
';var m_951fa1c9c4aced52dc285af21865846f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aegis Financial',});m_951fa1c9c4aced52dc285af21865846f['infowindow'] = new google.maps.InfoWindow({content: $l951fa1c9c4aced52dc285af21865846f});var infowindow = new google.maps.InfoWindow({content: $l951fa1c9c4aced52dc285af21865846f});google.maps.event.addListener(m_951fa1c9c4aced52dc285af21865846f, 'click', function() {infowindow.open(map,m_951fa1c9c4aced52dc285af21865846f);});$marker.push(m_951fa1c9c4aced52dc285af21865846f);}});}google.maps.event.addDomListener(window, 'load', initialize);