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.7093,-88.205)};var g_f3c0448b85377330af62d3efbc19b071 = new google.maps.Geocoder();g_f3c0448b85377330af62d3efbc19b071.geocode( { 'address': "3020 IL-59, Naperville, IL 60564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naperville-IL-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('naperville-IL-huntington-bank'), mapOptions);}document.getElementById('43f7f6bb').innerHTML += ' | View Map';var $lf3c0448b85377330af62d3efbc19b071 = '

Huntington Bank

Address: 3020 IL-59, Naperville, IL 60564, USA
Phone: (630) 637-8329
';var m_f3c0448b85377330af62d3efbc19b071 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_f3c0448b85377330af62d3efbc19b071['infowindow'] = new google.maps.InfoWindow({content: $lf3c0448b85377330af62d3efbc19b071});var infowindow = new google.maps.InfoWindow({content: $lf3c0448b85377330af62d3efbc19b071});google.maps.event.addListener(m_f3c0448b85377330af62d3efbc19b071, 'click', function() {infowindow.open(map,m_f3c0448b85377330af62d3efbc19b071);});$marker.push(m_f3c0448b85377330af62d3efbc19b071);}});}google.maps.event.addDomListener(window, 'load', initialize);