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.0134,-89.428)};var g_c3b51cb8b8661c9bf0b87e41296042e3 = new google.maps.Geocoder();g_c3b51cb8b8661c9bf0b87e41296042e3.geocode( { 'address': "2939 S Fish Hatchery Rd, Fitchburg, WI 53711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitchburg-WI-summit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fitchburg-WI-summit-credit-union'), mapOptions);}document.getElementById('2a630839').innerHTML += ' | View Map';var $lc3b51cb8b8661c9bf0b87e41296042e3 = '

Summit Credit Union

Address: 2939 S Fish Hatchery Rd, Fitchburg, WI 53711, USA
Phone: (608) 243-5000
';var m_c3b51cb8b8661c9bf0b87e41296042e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Credit Union',});m_c3b51cb8b8661c9bf0b87e41296042e3['infowindow'] = new google.maps.InfoWindow({content: $lc3b51cb8b8661c9bf0b87e41296042e3});var infowindow = new google.maps.InfoWindow({content: $lc3b51cb8b8661c9bf0b87e41296042e3});google.maps.event.addListener(m_c3b51cb8b8661c9bf0b87e41296042e3, 'click', function() {infowindow.open(map,m_c3b51cb8b8661c9bf0b87e41296042e3);});$marker.push(m_c3b51cb8b8661c9bf0b87e41296042e3);}});}google.maps.event.addDomListener(window, 'load', initialize);