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.996,-88.5634)};var g_a9f54311c4630fcdbe9c0e826a056b67 = new google.maps.Geocoder();g_a9f54311c4630fcdbe9c0e826a056b67.geocode( { 'address': "1012 W 20th Ave, Oshkosh, WI 54902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oshkosh-WI-oshkosh-postal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('oshkosh-WI-oshkosh-postal-employees-cu'), mapOptions);}document.getElementById('38094b7b').innerHTML += ' | View Map';var $la9f54311c4630fcdbe9c0e826a056b67 = '

Oshkosh Postal Employees CU

Address: 1012 W 20th Ave, Oshkosh, WI 54902, USA
Phone: (920) 233-3117
';var m_a9f54311c4630fcdbe9c0e826a056b67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oshkosh Postal Employees CU',});m_a9f54311c4630fcdbe9c0e826a056b67['infowindow'] = new google.maps.InfoWindow({content: $la9f54311c4630fcdbe9c0e826a056b67});var infowindow = new google.maps.InfoWindow({content: $la9f54311c4630fcdbe9c0e826a056b67});google.maps.event.addListener(m_a9f54311c4630fcdbe9c0e826a056b67, 'click', function() {infowindow.open(map,m_a9f54311c4630fcdbe9c0e826a056b67);});$marker.push(m_a9f54311c4630fcdbe9c0e826a056b67);}});}google.maps.event.addDomListener(window, 'load', initialize);