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.9095,-89.5981)};var g_520ae4a0070ee419aa891fcdc6847961 = new google.maps.Geocoder();g_520ae4a0070ee419aa891fcdc6847961.geocode( { 'address': "2006 Schofield Ave, Schofield, WI 54476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schofield-WI-brokaw-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('schofield-WI-brokaw-credit-union'), mapOptions);}document.getElementById('26d5aef6').innerHTML += ' | View Map';var $l520ae4a0070ee419aa891fcdc6847961 = '

Brokaw Credit Union

Address: 2006 Schofield Ave, Schofield, WI 54476, USA
Phone: (715) 359-7012
';var m_520ae4a0070ee419aa891fcdc6847961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brokaw Credit Union',});m_520ae4a0070ee419aa891fcdc6847961['infowindow'] = new google.maps.InfoWindow({content: $l520ae4a0070ee419aa891fcdc6847961});var infowindow = new google.maps.InfoWindow({content: $l520ae4a0070ee419aa891fcdc6847961});google.maps.event.addListener(m_520ae4a0070ee419aa891fcdc6847961, 'click', function() {infowindow.open(map,m_520ae4a0070ee419aa891fcdc6847961);});$marker.push(m_520ae4a0070ee419aa891fcdc6847961);}});}google.maps.event.addDomListener(window, 'load', initialize);