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.9924,-85.6621)};var g_db7b4e0597d8d6e8366c1d5cfa547d48 = new google.maps.Geocoder();g_db7b4e0597d8d6e8366c1d5cfa547d48.geocode( { 'address': "1619 Plainfield Ave NE, Grand Rapids, MI 49505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-kent-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-kent-county-credit-union'), mapOptions);}document.getElementById('d267463c').innerHTML += ' | View Map';var $ldb7b4e0597d8d6e8366c1d5cfa547d48 = '

Kent County Credit Union

Address: 1619 Plainfield Ave NE, Grand Rapids, MI 49505, USA
Phone: (616) 336-3490
';var m_db7b4e0597d8d6e8366c1d5cfa547d48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kent County Credit Union',});m_db7b4e0597d8d6e8366c1d5cfa547d48['infowindow'] = new google.maps.InfoWindow({content: $ldb7b4e0597d8d6e8366c1d5cfa547d48});var infowindow = new google.maps.InfoWindow({content: $ldb7b4e0597d8d6e8366c1d5cfa547d48});google.maps.event.addListener(m_db7b4e0597d8d6e8366c1d5cfa547d48, 'click', function() {infowindow.open(map,m_db7b4e0597d8d6e8366c1d5cfa547d48);});$marker.push(m_db7b4e0597d8d6e8366c1d5cfa547d48);}});}google.maps.event.addDomListener(window, 'load', initialize);