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.8125,-85.7223)};var g_a5e2431ab1e111a2f88cb06f57870c79 = new google.maps.Geocoder();g_a5e2431ab1e111a2f88cb06f57870c79.geocode( { 'address': "2365 84th St SW, Byron Center, MI 49315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byron-center-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('byron-center-MI-huntington-bank'), mapOptions);}document.getElementById('c3cba641').innerHTML += ' | View Map';var $la5e2431ab1e111a2f88cb06f57870c79 = '

Huntington Bank

Address: 2365 84th St SW, Byron Center, MI 49315, USA
Phone: (616) 878-1503
';var m_a5e2431ab1e111a2f88cb06f57870c79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_a5e2431ab1e111a2f88cb06f57870c79['infowindow'] = new google.maps.InfoWindow({content: $la5e2431ab1e111a2f88cb06f57870c79});var infowindow = new google.maps.InfoWindow({content: $la5e2431ab1e111a2f88cb06f57870c79});google.maps.event.addListener(m_a5e2431ab1e111a2f88cb06f57870c79, 'click', function() {infowindow.open(map,m_a5e2431ab1e111a2f88cb06f57870c79);});$marker.push(m_a5e2431ab1e111a2f88cb06f57870c79);}});}google.maps.event.addDomListener(window, 'load', initialize);