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.5656,-84.4456)};var g_5a3c1caf1dbf113d58e21231bc8a0b25 = new google.maps.Geocoder();g_5a3c1caf1dbf113d58e21231bc8a0b25.geocode( { 'address': "550 Hull Rd, Mason, MI 48854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('mason-MI-huntington-bank'), mapOptions);}document.getElementById('dbfa13e5').innerHTML += ' | View Map';var $l5a3c1caf1dbf113d58e21231bc8a0b25 = '

Huntington Bank

Address: 550 Hull Rd, Mason, MI 48854, USA
Phone: (517) 676-4474
';var m_5a3c1caf1dbf113d58e21231bc8a0b25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_5a3c1caf1dbf113d58e21231bc8a0b25['infowindow'] = new google.maps.InfoWindow({content: $l5a3c1caf1dbf113d58e21231bc8a0b25});var infowindow = new google.maps.InfoWindow({content: $l5a3c1caf1dbf113d58e21231bc8a0b25});google.maps.event.addListener(m_5a3c1caf1dbf113d58e21231bc8a0b25, 'click', function() {infowindow.open(map,m_5a3c1caf1dbf113d58e21231bc8a0b25);});$marker.push(m_5a3c1caf1dbf113d58e21231bc8a0b25);}});}google.maps.event.addDomListener(window, 'load', initialize);