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.22,-86.2549)};var g_fd02b44798c647ef1a4963f4ea4599b9 = new google.maps.Geocoder();g_fd02b44798c647ef1a4963f4ea4599b9.geocode( { 'address': "460 W Laketon Ave, Muskegon, MI 49441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muskegon-MI-port-city-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muskegon-MI-port-city-federal-credit-union'), mapOptions);}document.getElementById('9ae3bbbf').innerHTML += ' | View Map';var $lfd02b44798c647ef1a4963f4ea4599b9 = '

Port City Federal Credit Union

Address: 460 W Laketon Ave, Muskegon, MI 49441, USA
Phone: (231) 725-3312
';var m_fd02b44798c647ef1a4963f4ea4599b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Port City Federal Credit Union',});m_fd02b44798c647ef1a4963f4ea4599b9['infowindow'] = new google.maps.InfoWindow({content: $lfd02b44798c647ef1a4963f4ea4599b9});var infowindow = new google.maps.InfoWindow({content: $lfd02b44798c647ef1a4963f4ea4599b9});google.maps.event.addListener(m_fd02b44798c647ef1a4963f4ea4599b9, 'click', function() {infowindow.open(map,m_fd02b44798c647ef1a4963f4ea4599b9);});$marker.push(m_fd02b44798c647ef1a4963f4ea4599b9);}});}google.maps.event.addDomListener(window, 'load', initialize);