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.1747,-88.7326)};var g_4fbb34893d933629fe7d7e31ed3d7cc0 = new google.maps.Geocoder();g_4fbb34893d933629fe7d7e31ed3d7cc0.geocode( { 'address': "1610 S Church St, Watertown, WI 53094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watertown-WI-summit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watertown-WI-summit-credit-union'), mapOptions);}document.getElementById('c66503bb').innerHTML += ' | View Map';var $l4fbb34893d933629fe7d7e31ed3d7cc0 = '

Summit Credit Union

Address: 1610 S Church St, Watertown, WI 53094, USA
Phone: (608) 243-5000
';var m_4fbb34893d933629fe7d7e31ed3d7cc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Credit Union',});m_4fbb34893d933629fe7d7e31ed3d7cc0['infowindow'] = new google.maps.InfoWindow({content: $l4fbb34893d933629fe7d7e31ed3d7cc0});var infowindow = new google.maps.InfoWindow({content: $l4fbb34893d933629fe7d7e31ed3d7cc0});google.maps.event.addListener(m_4fbb34893d933629fe7d7e31ed3d7cc0, 'click', function() {infowindow.open(map,m_4fbb34893d933629fe7d7e31ed3d7cc0);});$marker.push(m_4fbb34893d933629fe7d7e31ed3d7cc0);}});}google.maps.event.addDomListener(window, 'load', initialize);