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.8689,-84.8968)};var g_4c64c4b4bd58084a33c95731fea410ee = new google.maps.Geocoder();g_4c64c4b4bd58084a33c95731fea410ee.geocode( { 'address': "607 E 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').style.display = '';map = new google.maps.Map(document.getElementById('portland-MI-portland-federal-credit-union---atm'), mapOptions);}document.getElementById('b2c43e04').innerHTML += ' | View Map';var $l4c64c4b4bd58084a33c95731fea410ee = '

Portland Federal Credit Union - ATM

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