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.2033,-86.2886)};var g_39771abdfc423634ba1430744b4b14bf = new google.maps.Geocoder();g_39771abdfc423634ba1430744b4b14bf.geocode( { 'address': "2735 Estes St, Muskegon, MI 49441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskegon-MI-shoreline-fcu').style.display = '';map = new google.maps.Map(document.getElementById('muskegon-MI-shoreline-fcu'), mapOptions);}document.getElementById('5f931551').innerHTML += ' | View Map';var $l39771abdfc423634ba1430744b4b14bf = '

Shoreline FCU

Address: 2735 Estes St, Muskegon, MI 49441, USA
Phone: (231) 755-1696
';var m_39771abdfc423634ba1430744b4b14bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shoreline FCU',});m_39771abdfc423634ba1430744b4b14bf['infowindow'] = new google.maps.InfoWindow({content: $l39771abdfc423634ba1430744b4b14bf});var infowindow = new google.maps.InfoWindow({content: $l39771abdfc423634ba1430744b4b14bf});google.maps.event.addListener(m_39771abdfc423634ba1430744b4b14bf, 'click', function() {infowindow.open(map,m_39771abdfc423634ba1430744b4b14bf);});$marker.push(m_39771abdfc423634ba1430744b4b14bf);}});}google.maps.event.addDomListener(window, 'load', initialize);