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.921,-88.1093)};var g_94130ea17023c4837f0dcdda95034b65 = new google.maps.Geocoder();g_94130ea17023c4837f0dcdda95034b65.geocode( { 'address': "W156 S6840 Moorland Rd, Muskego, WI 53150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskego-WI-summit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muskego-WI-summit-credit-union'), mapOptions);}document.getElementById('0ec84b1f').innerHTML += ' | View Map';var $l94130ea17023c4837f0dcdda95034b65 = '

Summit Credit Union

Address: W156 S6840 Moorland Rd, Muskego, WI 53150, USA
Phone: (608) 243-5000
';var m_94130ea17023c4837f0dcdda95034b65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Credit Union',});m_94130ea17023c4837f0dcdda95034b65['infowindow'] = new google.maps.InfoWindow({content: $l94130ea17023c4837f0dcdda95034b65});var infowindow = new google.maps.InfoWindow({content: $l94130ea17023c4837f0dcdda95034b65});google.maps.event.addListener(m_94130ea17023c4837f0dcdda95034b65, 'click', function() {infowindow.open(map,m_94130ea17023c4837f0dcdda95034b65);});$marker.push(m_94130ea17023c4837f0dcdda95034b65);}});}google.maps.event.addDomListener(window, 'load', initialize);