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.1942,-88.4857)};var g_adbdce17a864de15b674277e9a6c9d3f = new google.maps.Geocoder();g_adbdce17a864de15b674277e9a6c9d3f.geocode( { 'address': "260 N Green Bay Rd, Neenah, WI 54956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neenah-WI-badger-globe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('neenah-WI-badger-globe-credit-union'), mapOptions);}document.getElementById('3f9d69c6').innerHTML += ' | View Map';var $ladbdce17a864de15b674277e9a6c9d3f = '

Badger Globe Credit Union

Address: 260 N Green Bay Rd, Neenah, WI 54956, USA
Phone: (920) 722-2122
';var m_adbdce17a864de15b674277e9a6c9d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Badger Globe Credit Union',});m_adbdce17a864de15b674277e9a6c9d3f['infowindow'] = new google.maps.InfoWindow({content: $ladbdce17a864de15b674277e9a6c9d3f});var infowindow = new google.maps.InfoWindow({content: $ladbdce17a864de15b674277e9a6c9d3f});google.maps.event.addListener(m_adbdce17a864de15b674277e9a6c9d3f, 'click', function() {infowindow.open(map,m_adbdce17a864de15b674277e9a6c9d3f);});$marker.push(m_adbdce17a864de15b674277e9a6c9d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);