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.7332,-84.5174)};var g_3a1327b7f5e2038badf4b0e84a75a682 = new google.maps.Geocoder();g_3a1327b7f5e2038badf4b0e84a75a682.geocode( { 'address': "2400 E Michigan Ave, Lansing, MI 48912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-michigan-state-university-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-michigan-state-university-federal-credit-union-atm'), mapOptions);}document.getElementById('50ba0929').innerHTML += ' | View Map';var $l3a1327b7f5e2038badf4b0e84a75a682 = '

Michigan State University Federal Credit Union ATM

Address: 2400 E Michigan Ave, Lansing, MI 48912, USA
Phone: (517) 333-2424
';var m_3a1327b7f5e2038badf4b0e84a75a682 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan State University Federal Credit Union ATM',});m_3a1327b7f5e2038badf4b0e84a75a682['infowindow'] = new google.maps.InfoWindow({content: $l3a1327b7f5e2038badf4b0e84a75a682});var infowindow = new google.maps.InfoWindow({content: $l3a1327b7f5e2038badf4b0e84a75a682});google.maps.event.addListener(m_3a1327b7f5e2038badf4b0e84a75a682, 'click', function() {infowindow.open(map,m_3a1327b7f5e2038badf4b0e84a75a682);});$marker.push(m_3a1327b7f5e2038badf4b0e84a75a682);}});}google.maps.event.addDomListener(window, 'load', initialize);