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.7737,-84.4174)};var g_ec2322d93f2e80f56ef5770ff001d445 = new google.maps.Geocoder();g_ec2322d93f2e80f56ef5770ff001d445.geocode( { 'address': "7175 Old M-78, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('400e5ec0').innerHTML += ' | View Map';var $lec2322d93f2e80f56ef5770ff001d445 = '

ATM (Huntington National Bank)

Address: 7175 Old M-78, East Lansing, MI 48823, USA
Phone:
';var m_ec2322d93f2e80f56ef5770ff001d445 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_ec2322d93f2e80f56ef5770ff001d445['infowindow'] = new google.maps.InfoWindow({content: $lec2322d93f2e80f56ef5770ff001d445});var infowindow = new google.maps.InfoWindow({content: $lec2322d93f2e80f56ef5770ff001d445});google.maps.event.addListener(m_ec2322d93f2e80f56ef5770ff001d445, 'click', function() {infowindow.open(map,m_ec2322d93f2e80f56ef5770ff001d445);});$marker.push(m_ec2322d93f2e80f56ef5770ff001d445);}});}google.maps.event.addDomListener(window, 'load', initialize);