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.3409,-83.2824)};var g_db03d49be7f821909335a60ea7fb7c59 = new google.maps.Geocoder();g_db03d49be7f821909335a60ea7fb7c59.geocode( { 'address': "24935 W Warren Ave, Dearborn Heights, MI 48127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-heights-MI-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-heights-MI-huntington-bank'), mapOptions);}document.getElementById('8a9d84b2').innerHTML += ' | View Map';var $ldb03d49be7f821909335a60ea7fb7c59 = '

Huntington Bank

Address: 24935 W Warren Ave, Dearborn Heights, MI 48127, USA
Phone: (313) 724-0100
';var m_db03d49be7f821909335a60ea7fb7c59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_db03d49be7f821909335a60ea7fb7c59['infowindow'] = new google.maps.InfoWindow({content: $ldb03d49be7f821909335a60ea7fb7c59});var infowindow = new google.maps.InfoWindow({content: $ldb03d49be7f821909335a60ea7fb7c59});google.maps.event.addListener(m_db03d49be7f821909335a60ea7fb7c59, 'click', function() {infowindow.open(map,m_db03d49be7f821909335a60ea7fb7c59);});$marker.push(m_db03d49be7f821909335a60ea7fb7c59);}});}google.maps.event.addDomListener(window, 'load', initialize);