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.8352,-87.9002)};var g_eb6a05ba4e3b26cca527f07d0d798eca = new google.maps.Geocoder();g_eb6a05ba4e3b26cca527f07d0d798eca.geocode( { 'address': "3019 S Wolf Rd, Westchester, IL 60154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westchester-IL-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('westchester-IL-huntington-bank'), mapOptions);}document.getElementById('757f93ea').innerHTML += ' | View Map';var $leb6a05ba4e3b26cca527f07d0d798eca = '

Huntington Bank

Address: 3019 S Wolf Rd, Westchester, IL 60154, USA
Phone: (708) 449-8700
';var m_eb6a05ba4e3b26cca527f07d0d798eca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_eb6a05ba4e3b26cca527f07d0d798eca['infowindow'] = new google.maps.InfoWindow({content: $leb6a05ba4e3b26cca527f07d0d798eca});var infowindow = new google.maps.InfoWindow({content: $leb6a05ba4e3b26cca527f07d0d798eca});google.maps.event.addListener(m_eb6a05ba4e3b26cca527f07d0d798eca, 'click', function() {infowindow.open(map,m_eb6a05ba4e3b26cca527f07d0d798eca);});$marker.push(m_eb6a05ba4e3b26cca527f07d0d798eca);}});}google.maps.event.addDomListener(window, 'load', initialize);