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(46.4973,-84.3475)};var g_a56fd138b4e913761cd5a28a8ad30174 = new google.maps.Geocoder();g_a56fd138b4e913761cd5a28a8ad30174.geocode( { 'address': "511 Ashmun St, Sault Ste. Marie, MI 49783, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sault-ste-marie-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('sault-ste-marie-MI-huntington-bank'), mapOptions);}document.getElementById('68a85aeb').innerHTML += ' | View Map';var $la56fd138b4e913761cd5a28a8ad30174 = '

Huntington Bank

Address: 511 Ashmun St, Sault Ste. Marie, MI 49783, USA
Phone: (906) 635-5251
';var m_a56fd138b4e913761cd5a28a8ad30174 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_a56fd138b4e913761cd5a28a8ad30174['infowindow'] = new google.maps.InfoWindow({content: $la56fd138b4e913761cd5a28a8ad30174});var infowindow = new google.maps.InfoWindow({content: $la56fd138b4e913761cd5a28a8ad30174});google.maps.event.addListener(m_a56fd138b4e913761cd5a28a8ad30174, 'click', function() {infowindow.open(map,m_a56fd138b4e913761cd5a28a8ad30174);});$marker.push(m_a56fd138b4e913761cd5a28a8ad30174);}});}google.maps.event.addDomListener(window, 'load', initialize);