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.0748,-87.7026)};var g_b51aefda612e40c6cb370b34a6d0624d = new google.maps.Geocoder();g_b51aefda612e40c6cb370b34a6d0624d.geocode( { 'address': "4400 Calumet Ave, Manitowoc, WI 54220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manitowoc-WI-shoreline-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manitowoc-WI-shoreline-credit-union'), mapOptions);}document.getElementById('19d851b0').innerHTML += ' | View Map';var $lb51aefda612e40c6cb370b34a6d0624d = '

Shoreline Credit Union

Address: 4400 Calumet Ave, Manitowoc, WI 54220, USA
Phone: (920) 482-3700
';var m_b51aefda612e40c6cb370b34a6d0624d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shoreline Credit Union',});m_b51aefda612e40c6cb370b34a6d0624d['infowindow'] = new google.maps.InfoWindow({content: $lb51aefda612e40c6cb370b34a6d0624d});var infowindow = new google.maps.InfoWindow({content: $lb51aefda612e40c6cb370b34a6d0624d});google.maps.event.addListener(m_b51aefda612e40c6cb370b34a6d0624d, 'click', function() {infowindow.open(map,m_b51aefda612e40c6cb370b34a6d0624d);});$marker.push(m_b51aefda612e40c6cb370b34a6d0624d);}});}google.maps.event.addDomListener(window, 'load', initialize);