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(43.1901,-85.2473)};var g_fba1a595317014321e6e04207201bac8 = new google.maps.Geocoder();g_fba1a595317014321e6e04207201bac8.geocode( { 'address': "203 S Lafayette St, Greenville, MI 48838"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MI-huntington-national-bank'), mapOptions);}document.getElementById('7239ee66').innerHTML += ' | View Map';var $lfba1a595317014321e6e04207201bac8 = '

Huntington National Bank

Address: 203 S Lafayette St, Greenville, MI 48838
Phone: (616) 754-7111
';var m_fba1a595317014321e6e04207201bac8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_fba1a595317014321e6e04207201bac8['infowindow'] = new google.maps.InfoWindow({content: $lfba1a595317014321e6e04207201bac8});var infowindow = new google.maps.InfoWindow({content: $lfba1a595317014321e6e04207201bac8});google.maps.event.addListener(m_fba1a595317014321e6e04207201bac8, 'click', function() {infowindow.open(map,m_fba1a595317014321e6e04207201bac8);});$marker.push(m_fba1a595317014321e6e04207201bac8);}});}google.maps.event.addDomListener(window, 'load', initialize);