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(41.4119,-83.8686)};var g_4b59f87d7a404223de629d8fcfc2e290 = new google.maps.Geocoder();g_4b59f87d7a404223de629d8fcfc2e290.geocode( { 'address': "24231 Front St, Grand Rapids, OH 43522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-OH-huntington-bank'), mapOptions);}document.getElementById('5fe2ccc1').innerHTML += ' | View Map';var $l4b59f87d7a404223de629d8fcfc2e290 = '

Huntington Bank

Address: 24231 Front St, Grand Rapids, OH 43522, USA
Phone: (419) 832-2254
';var m_4b59f87d7a404223de629d8fcfc2e290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_4b59f87d7a404223de629d8fcfc2e290['infowindow'] = new google.maps.InfoWindow({content: $l4b59f87d7a404223de629d8fcfc2e290});var infowindow = new google.maps.InfoWindow({content: $l4b59f87d7a404223de629d8fcfc2e290});google.maps.event.addListener(m_4b59f87d7a404223de629d8fcfc2e290, 'click', function() {infowindow.open(map,m_4b59f87d7a404223de629d8fcfc2e290);});$marker.push(m_4b59f87d7a404223de629d8fcfc2e290);}});}google.maps.event.addDomListener(window, 'load', initialize);