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(44.9711,-85.1978)};var g_a375cccbdfb2e4d96b1fad1b22b84e1f = new google.maps.Geocoder();g_a375cccbdfb2e4d96b1fad1b22b84e1f.geocode( { 'address': "225 M-88, Bellaire, MI 49615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellaire-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellaire-MI-huntington-bank'), mapOptions);}document.getElementById('f3ac6695').innerHTML += ' | View Map';var $la375cccbdfb2e4d96b1fad1b22b84e1f = '

Huntington Bank

Address: 225 M-88, Bellaire, MI 49615, USA
Phone: (231) 533-6103
';var m_a375cccbdfb2e4d96b1fad1b22b84e1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_a375cccbdfb2e4d96b1fad1b22b84e1f['infowindow'] = new google.maps.InfoWindow({content: $la375cccbdfb2e4d96b1fad1b22b84e1f});var infowindow = new google.maps.InfoWindow({content: $la375cccbdfb2e4d96b1fad1b22b84e1f});google.maps.event.addListener(m_a375cccbdfb2e4d96b1fad1b22b84e1f, 'click', function() {infowindow.open(map,m_a375cccbdfb2e4d96b1fad1b22b84e1f);});$marker.push(m_a375cccbdfb2e4d96b1fad1b22b84e1f);}});}google.maps.event.addDomListener(window, 'load', initialize);