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.4054,-83.9007)};var g_af7f963b59e84066e2110e5a07209d8b = new google.maps.Geocoder();g_af7f963b59e84066e2110e5a07209d8b.geocode( { 'address': "4975 Bay Rd, Saginaw, MI 48604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-huntington-bank'), mapOptions);}document.getElementById('6574ddb6').innerHTML += ' | View Map';var $laf7f963b59e84066e2110e5a07209d8b = '

Huntington Bank

Address: 4975 Bay Rd, Saginaw, MI 48604
Phone: (989) 792-6176
';var m_af7f963b59e84066e2110e5a07209d8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_af7f963b59e84066e2110e5a07209d8b['infowindow'] = new google.maps.InfoWindow({content: $laf7f963b59e84066e2110e5a07209d8b});var infowindow = new google.maps.InfoWindow({content: $laf7f963b59e84066e2110e5a07209d8b});google.maps.event.addListener(m_af7f963b59e84066e2110e5a07209d8b, 'click', function() {infowindow.open(map,m_af7f963b59e84066e2110e5a07209d8b);});$marker.push(m_af7f963b59e84066e2110e5a07209d8b);}});}google.maps.event.addDomListener(window, 'load', initialize);