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.8715,-84.9104)};var g_60735efeb260d5685fb2cc532e37d0d7 = new google.maps.Geocoder();g_60735efeb260d5685fb2cc532e37d0d7.geocode( { 'address': "751 W Grand River Ave, Portland, MI 48875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-MI-portland-federal-credit-union---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('portland-MI-portland-federal-credit-union---atm-only'), mapOptions);}document.getElementById('52f7cf6b').innerHTML += ' | View Map';var $l60735efeb260d5685fb2cc532e37d0d7 = '

Portland Federal Credit Union - ATM Only

Address: 751 W Grand River Ave, Portland, MI 48875, USA
Phone: (517) 647-7571
';var m_60735efeb260d5685fb2cc532e37d0d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Portland Federal Credit Union - ATM Only',});m_60735efeb260d5685fb2cc532e37d0d7['infowindow'] = new google.maps.InfoWindow({content: $l60735efeb260d5685fb2cc532e37d0d7});var infowindow = new google.maps.InfoWindow({content: $l60735efeb260d5685fb2cc532e37d0d7});google.maps.event.addListener(m_60735efeb260d5685fb2cc532e37d0d7, 'click', function() {infowindow.open(map,m_60735efeb260d5685fb2cc532e37d0d7);});$marker.push(m_60735efeb260d5685fb2cc532e37d0d7);}});}google.maps.event.addDomListener(window, 'load', initialize);