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.9641,-85.672)};var g_f7f169ff800d1728f4317445a66beb7c = new google.maps.Geocoder();g_f7f169ff800d1728f4317445a66beb7c.geocode( { 'address': "50 Monroe Ave NW, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-huntington-national-bank'), mapOptions);}document.getElementById('36d37298').innerHTML += ' | View Map';var $lf7f169ff800d1728f4317445a66beb7c = '

Huntington National Bank

Address: 50 Monroe Ave NW, Grand Rapids, MI 49503, USA
Phone: (800) 480-2265
';var m_f7f169ff800d1728f4317445a66beb7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_f7f169ff800d1728f4317445a66beb7c['infowindow'] = new google.maps.InfoWindow({content: $lf7f169ff800d1728f4317445a66beb7c});var infowindow = new google.maps.InfoWindow({content: $lf7f169ff800d1728f4317445a66beb7c});google.maps.event.addListener(m_f7f169ff800d1728f4317445a66beb7c, 'click', function() {infowindow.open(map,m_f7f169ff800d1728f4317445a66beb7c);});$marker.push(m_f7f169ff800d1728f4317445a66beb7c);}});}google.maps.event.addDomListener(window, 'load', initialize);