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.232,-83.1964)};var g_2cdd7d72d7191f278d55cb992890b1b2 = new google.maps.Geocoder();g_2cdd7d72d7191f278d55cb992890b1b2.geocode( { 'address': "3710 Dix Hwy, Lincoln Park, MI 48146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-park-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-park-MI-huntington-bank'), mapOptions);}document.getElementById('fd9f8189').innerHTML += ' | View Map';var $l2cdd7d72d7191f278d55cb992890b1b2 = '

Huntington Bank

Address: 3710 Dix Hwy, Lincoln Park, MI 48146, USA
Phone: (313) 203-1340
';var m_2cdd7d72d7191f278d55cb992890b1b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_2cdd7d72d7191f278d55cb992890b1b2['infowindow'] = new google.maps.InfoWindow({content: $l2cdd7d72d7191f278d55cb992890b1b2});var infowindow = new google.maps.InfoWindow({content: $l2cdd7d72d7191f278d55cb992890b1b2});google.maps.event.addListener(m_2cdd7d72d7191f278d55cb992890b1b2, 'click', function() {infowindow.open(map,m_2cdd7d72d7191f278d55cb992890b1b2);});$marker.push(m_2cdd7d72d7191f278d55cb992890b1b2);}});}google.maps.event.addDomListener(window, 'load', initialize);