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(42.8329,-88.7268)};var g_d5d6f4f33df6216588dad86b825be352 = new google.maps.Geocoder();g_d5d6f4f33df6216588dad86b825be352.geocode( { 'address': "203 E Milwaukee St, Whitewater, WI 53190, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitewater-WI-fort-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('whitewater-WI-fort-community-credit-union'), mapOptions);}document.getElementById('107609c5').innerHTML += ' | View Map';var $ld5d6f4f33df6216588dad86b825be352 = '

Fort Community Credit Union

Address: 203 E Milwaukee St, Whitewater, WI 53190, USA
Phone: (920) 563-7305
';var m_d5d6f4f33df6216588dad86b825be352 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Community Credit Union',});m_d5d6f4f33df6216588dad86b825be352['infowindow'] = new google.maps.InfoWindow({content: $ld5d6f4f33df6216588dad86b825be352});var infowindow = new google.maps.InfoWindow({content: $ld5d6f4f33df6216588dad86b825be352});google.maps.event.addListener(m_d5d6f4f33df6216588dad86b825be352, 'click', function() {infowindow.open(map,m_d5d6f4f33df6216588dad86b825be352);});$marker.push(m_d5d6f4f33df6216588dad86b825be352);}});}google.maps.event.addDomListener(window, 'load', initialize);