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.9861,-88.5906)};var g_32ae0f2a01b3c644885e14a4fe41eba0 = new google.maps.Geocoder();g_32ae0f2a01b3c644885e14a4fe41eba0.geocode( { 'address': "2380 WI-44 b, Oshkosh, WI 54904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-greater-oshkosh-economic-development-corp').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-greater-oshkosh-economic-development-corp'), mapOptions);}document.getElementById('526a89a4').innerHTML += ' | View Map';var $l32ae0f2a01b3c644885e14a4fe41eba0 = '

Greater Oshkosh Economic Development Corp.

Address: 2380 WI-44 b, Oshkosh, WI 54904, USA
Phone: (920) 230-3321
';var m_32ae0f2a01b3c644885e14a4fe41eba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Oshkosh Economic Development Corp.',});m_32ae0f2a01b3c644885e14a4fe41eba0['infowindow'] = new google.maps.InfoWindow({content: $l32ae0f2a01b3c644885e14a4fe41eba0});var infowindow = new google.maps.InfoWindow({content: $l32ae0f2a01b3c644885e14a4fe41eba0});google.maps.event.addListener(m_32ae0f2a01b3c644885e14a4fe41eba0, 'click', function() {infowindow.open(map,m_32ae0f2a01b3c644885e14a4fe41eba0);});$marker.push(m_32ae0f2a01b3c644885e14a4fe41eba0);}});}google.maps.event.addDomListener(window, 'load', initialize);