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.9643,-85.6805)};var g_cb9d8280ba7e5c9156cee212f36d01d7 = new google.maps.Geocoder();g_cb9d8280ba7e5c9156cee212f36d01d7.geocode( { 'address': "401 Fulton St W, Grand Rapids, MI 49504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-lake-michigan-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-lake-michigan-credit-union-atm'), mapOptions);}document.getElementById('8b32c6a4').innerHTML += ' | View Map';var $lcb9d8280ba7e5c9156cee212f36d01d7 = '

Lake Michigan Credit Union ATM

Address: 401 Fulton St W, Grand Rapids, MI 49504, USA
Phone:
';var m_cb9d8280ba7e5c9156cee212f36d01d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union ATM',});m_cb9d8280ba7e5c9156cee212f36d01d7['infowindow'] = new google.maps.InfoWindow({content: $lcb9d8280ba7e5c9156cee212f36d01d7});var infowindow = new google.maps.InfoWindow({content: $lcb9d8280ba7e5c9156cee212f36d01d7});google.maps.event.addListener(m_cb9d8280ba7e5c9156cee212f36d01d7, 'click', function() {infowindow.open(map,m_cb9d8280ba7e5c9156cee212f36d01d7);});$marker.push(m_cb9d8280ba7e5c9156cee212f36d01d7);}});}google.maps.event.addDomListener(window, 'load', initialize);