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()};var g_d1d73e6359f888eb8d5b0cc50ef5acfb = new google.maps.Geocoder();g_d1d73e6359f888eb8d5b0cc50ef5acfb.geocode( { 'address': "4045 60th St Se, Kentwood, MI 49512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kentwood-MI-community-west-credit-union-kentwood-branch').style.display = '';map = new google.maps.Map(document.getElementById('kentwood-MI-community-west-credit-union-kentwood-branch'), mapOptions);}document.getElementById('2a26b308').innerHTML += ' | View Map';var $ld1d73e6359f888eb8d5b0cc50ef5acfb = '

Community West Credit Union - Kentwood Branch

Address: 4045 60th St Se, Kentwood, MI 49512
Phone: (616) 261-5657
';var m_d1d73e6359f888eb8d5b0cc50ef5acfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Credit Union - Kentwood Branch',});m_d1d73e6359f888eb8d5b0cc50ef5acfb['infowindow'] = new google.maps.InfoWindow({content: $ld1d73e6359f888eb8d5b0cc50ef5acfb});var infowindow = new google.maps.InfoWindow({content: $ld1d73e6359f888eb8d5b0cc50ef5acfb});google.maps.event.addListener(m_d1d73e6359f888eb8d5b0cc50ef5acfb, 'click', function() {infowindow.open(map,m_d1d73e6359f888eb8d5b0cc50ef5acfb);});$marker.push(m_d1d73e6359f888eb8d5b0cc50ef5acfb);}});}google.maps.event.addDomListener(window, 'load', initialize);