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.6725,-82.8341)};var g_7d1fcd24fa623c1fb391e1d3315a1454 = new google.maps.Geocoder();g_7d1fcd24fa623c1fb391e1d3315a1454.geocode( { 'address': "North, 50650 Gratiot Ave, Chesterfield, MI 48051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterfield-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('chesterfield-MI-huntington-bank'), mapOptions);}document.getElementById('eb5aefef').innerHTML += ' | View Map';var $l7d1fcd24fa623c1fb391e1d3315a1454 = '

Huntington Bank

Address: North, 50650 Gratiot Ave, Chesterfield, MI 48051, USA
Phone: (586) 949-8500
';var m_7d1fcd24fa623c1fb391e1d3315a1454 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_7d1fcd24fa623c1fb391e1d3315a1454['infowindow'] = new google.maps.InfoWindow({content: $l7d1fcd24fa623c1fb391e1d3315a1454});var infowindow = new google.maps.InfoWindow({content: $l7d1fcd24fa623c1fb391e1d3315a1454});google.maps.event.addListener(m_7d1fcd24fa623c1fb391e1d3315a1454, 'click', function() {infowindow.open(map,m_7d1fcd24fa623c1fb391e1d3315a1454);});$marker.push(m_7d1fcd24fa623c1fb391e1d3315a1454);}});}google.maps.event.addDomListener(window, 'load', initialize);