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(41.9053,-87.9673)};var g_67123a1e5ae5996ff27b0bd3f53af660 = new google.maps.Geocoder();g_67123a1e5ae5996ff27b0bd3f53af660.geocode( { 'address': "700 W North Ave, Elmhurst, IL 60126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmhurst-IL-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('elmhurst-IL-huntington-bank'), mapOptions);}document.getElementById('6cc61e33').innerHTML += ' | View Map';var $l67123a1e5ae5996ff27b0bd3f53af660 = '

Huntington Bank

Address: 700 W North Ave, Elmhurst, IL 60126, USA
Phone: (630) 833-4100
';var m_67123a1e5ae5996ff27b0bd3f53af660 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_67123a1e5ae5996ff27b0bd3f53af660['infowindow'] = new google.maps.InfoWindow({content: $l67123a1e5ae5996ff27b0bd3f53af660});var infowindow = new google.maps.InfoWindow({content: $l67123a1e5ae5996ff27b0bd3f53af660});google.maps.event.addListener(m_67123a1e5ae5996ff27b0bd3f53af660, 'click', function() {infowindow.open(map,m_67123a1e5ae5996ff27b0bd3f53af660);});$marker.push(m_67123a1e5ae5996ff27b0bd3f53af660);}});}google.maps.event.addDomListener(window, 'load', initialize);