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.9735,-85.6243)};var g_bc633e62b0095c6ed17684297ee49db4 = new google.maps.Geocoder();g_bc633e62b0095c6ed17684297ee49db4.geocode( { 'address': "600 Plymouth 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-western-district-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-western-district-credit-union'), mapOptions);}document.getElementById('00b4ba21').innerHTML += ' | View Map';var $lbc633e62b0095c6ed17684297ee49db4 = '

Western District Credit Union

Address: 600 Plymouth Ave NE, Grand Rapids, MI 49505, USA
Phone: (616) 459-0716
';var m_bc633e62b0095c6ed17684297ee49db4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western District Credit Union',});m_bc633e62b0095c6ed17684297ee49db4['infowindow'] = new google.maps.InfoWindow({content: $lbc633e62b0095c6ed17684297ee49db4});var infowindow = new google.maps.InfoWindow({content: $lbc633e62b0095c6ed17684297ee49db4});google.maps.event.addListener(m_bc633e62b0095c6ed17684297ee49db4, 'click', function() {infowindow.open(map,m_bc633e62b0095c6ed17684297ee49db4);});$marker.push(m_bc633e62b0095c6ed17684297ee49db4);}});}google.maps.event.addDomListener(window, 'load', initialize);