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.1763,-83.7206)};var g_df1fdab9688c6da1635d03ef4b680474 = new google.maps.Geocoder();g_df1fdab9688c6da1635d03ef4b680474.geocode( { 'address': "2161 W Vienna Rd, Clio, MI 48420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clio-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('clio-MI-huntington-bank'), mapOptions);}document.getElementById('6730b8e6').innerHTML += ' | View Map';var $ldf1fdab9688c6da1635d03ef4b680474 = '

Huntington Bank

Address: 2161 W Vienna Rd, Clio, MI 48420, USA
Phone: (810) 687-3913
';var m_df1fdab9688c6da1635d03ef4b680474 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_df1fdab9688c6da1635d03ef4b680474['infowindow'] = new google.maps.InfoWindow({content: $ldf1fdab9688c6da1635d03ef4b680474});var infowindow = new google.maps.InfoWindow({content: $ldf1fdab9688c6da1635d03ef4b680474});google.maps.event.addListener(m_df1fdab9688c6da1635d03ef4b680474, 'click', function() {infowindow.open(map,m_df1fdab9688c6da1635d03ef4b680474);});$marker.push(m_df1fdab9688c6da1635d03ef4b680474);}});}google.maps.event.addDomListener(window, 'load', initialize);