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.8077,-83.6277)};var g_c9d5550cc5ee1be86bea08e3ffc43926 = new google.maps.Geocoder();g_c9d5550cc5ee1be86bea08e3ffc43926.geocode( { 'address': "15223 N Holly Rd, Holly, MI 48442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('holly-MI-huntington-bank'), mapOptions);}document.getElementById('346a3d50').innerHTML += ' | View Map';var $lc9d5550cc5ee1be86bea08e3ffc43926 = '

Huntington Bank

Address: 15223 N Holly Rd, Holly, MI 48442, USA
Phone: (248) 634-3310
';var m_c9d5550cc5ee1be86bea08e3ffc43926 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_c9d5550cc5ee1be86bea08e3ffc43926['infowindow'] = new google.maps.InfoWindow({content: $lc9d5550cc5ee1be86bea08e3ffc43926});var infowindow = new google.maps.InfoWindow({content: $lc9d5550cc5ee1be86bea08e3ffc43926});google.maps.event.addListener(m_c9d5550cc5ee1be86bea08e3ffc43926, 'click', function() {infowindow.open(map,m_c9d5550cc5ee1be86bea08e3ffc43926);});$marker.push(m_c9d5550cc5ee1be86bea08e3ffc43926);}});}google.maps.event.addDomListener(window, 'load', initialize);