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.1383,-88.0016)};var g_cbfe5681369338a48e2d1b63998099d6 = new google.maps.Geocoder();g_cbfe5681369338a48e2d1b63998099d6.geocode( { 'address': "1515 W Dundee Rd, Arlington Heights, IL 60004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-heights-IL-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-heights-IL-huntington-bank'), mapOptions);}document.getElementById('449efebb').innerHTML += ' | View Map';var $lcbfe5681369338a48e2d1b63998099d6 = '

Huntington Bank

Address: 1515 W Dundee Rd, Arlington Heights, IL 60004, USA
Phone: (847) 342-1515
';var m_cbfe5681369338a48e2d1b63998099d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_cbfe5681369338a48e2d1b63998099d6['infowindow'] = new google.maps.InfoWindow({content: $lcbfe5681369338a48e2d1b63998099d6});var infowindow = new google.maps.InfoWindow({content: $lcbfe5681369338a48e2d1b63998099d6});google.maps.event.addListener(m_cbfe5681369338a48e2d1b63998099d6, 'click', function() {infowindow.open(map,m_cbfe5681369338a48e2d1b63998099d6);});$marker.push(m_cbfe5681369338a48e2d1b63998099d6);}});}google.maps.event.addDomListener(window, 'load', initialize);