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.3911,-88.746)};var g_c72f85a707e55ea81036c67e30af5c75 = new google.maps.Geocoder();g_c72f85a707e55ea81036c67e30af5c75.geocode( { 'address': "603 W Wolf River Ave, New London, WI 54961, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-WI-community-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-london-WI-community-first-credit-union'), mapOptions);}document.getElementById('e25c6af6').innerHTML += ' | View Map';var $lc72f85a707e55ea81036c67e30af5c75 = '

Community First Credit Union

Address: 603 W Wolf River Ave, New London, WI 54961, USA
Phone: (920) 830-7200
';var m_c72f85a707e55ea81036c67e30af5c75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Credit Union',});m_c72f85a707e55ea81036c67e30af5c75['infowindow'] = new google.maps.InfoWindow({content: $lc72f85a707e55ea81036c67e30af5c75});var infowindow = new google.maps.InfoWindow({content: $lc72f85a707e55ea81036c67e30af5c75});google.maps.event.addListener(m_c72f85a707e55ea81036c67e30af5c75, 'click', function() {infowindow.open(map,m_c72f85a707e55ea81036c67e30af5c75);});$marker.push(m_c72f85a707e55ea81036c67e30af5c75);}});}google.maps.event.addDomListener(window, 'load', initialize);