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.9649,-85.6585)};var g_8e7c6dc5b087d0c73c70053ce085a152 = new google.maps.Geocoder();g_8e7c6dc5b087d0c73c70053ce085a152.geocode( { 'address': "630 32nd St SE, Grand Rapids, MI 49548-2348"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-option-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-option-1-credit-union'), mapOptions);}document.getElementById('470b04e9').innerHTML += ' | View Map';var $l8e7c6dc5b087d0c73c70053ce085a152 = '

Option 1 Credit Union

Address: 630 32nd St SE, Grand Rapids, MI 49548-2348
Phone: (800) 323-2129
';var m_8e7c6dc5b087d0c73c70053ce085a152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Option 1 Credit Union',});m_8e7c6dc5b087d0c73c70053ce085a152['infowindow'] = new google.maps.InfoWindow({content: $l8e7c6dc5b087d0c73c70053ce085a152});var infowindow = new google.maps.InfoWindow({content: $l8e7c6dc5b087d0c73c70053ce085a152});google.maps.event.addListener(m_8e7c6dc5b087d0c73c70053ce085a152, 'click', function() {infowindow.open(map,m_8e7c6dc5b087d0c73c70053ce085a152);});$marker.push(m_8e7c6dc5b087d0c73c70053ce085a152);}});}google.maps.event.addDomListener(window, 'load', initialize);