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.6242,-83.7077)};var g_d8cbeb88c52aacb0c5087b874d44a229 = new google.maps.Geocoder();g_d8cbeb88c52aacb0c5087b874d44a229.geocode( { 'address': "2160 Hartland Rd, Hartland, MI 48353"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartland-MI-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartland-MI-huntington-national-bank'), mapOptions);}document.getElementById('a0afc065').innerHTML += ' | View Map';var $ld8cbeb88c52aacb0c5087b874d44a229 = '

Huntington National Bank

Address: 2160 Hartland Rd, Hartland, MI 48353
Phone: (810) 632-9658
';var m_d8cbeb88c52aacb0c5087b874d44a229 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_d8cbeb88c52aacb0c5087b874d44a229['infowindow'] = new google.maps.InfoWindow({content: $ld8cbeb88c52aacb0c5087b874d44a229});var infowindow = new google.maps.InfoWindow({content: $ld8cbeb88c52aacb0c5087b874d44a229});google.maps.event.addListener(m_d8cbeb88c52aacb0c5087b874d44a229, 'click', function() {infowindow.open(map,m_d8cbeb88c52aacb0c5087b874d44a229);});$marker.push(m_d8cbeb88c52aacb0c5087b874d44a229);}});}google.maps.event.addDomListener(window, 'load', initialize);