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.9617,-88.0955)};var g_f44c913789c44292b4f34d2ecc725130 = new google.maps.Geocoder();g_f44c913789c44292b4f34d2ecc725130.geocode( { 'address': "236 W Lake St, Bloomingdale, IL 60108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomingdale-IL-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomingdale-IL-huntington-bank'), mapOptions);}document.getElementById('92503e9f').innerHTML += ' | View Map';var $lf44c913789c44292b4f34d2ecc725130 = '

Huntington Bank

Address: 236 W Lake St, Bloomingdale, IL 60108, USA
Phone: (630) 295-8400
';var m_f44c913789c44292b4f34d2ecc725130 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_f44c913789c44292b4f34d2ecc725130['infowindow'] = new google.maps.InfoWindow({content: $lf44c913789c44292b4f34d2ecc725130});var infowindow = new google.maps.InfoWindow({content: $lf44c913789c44292b4f34d2ecc725130});google.maps.event.addListener(m_f44c913789c44292b4f34d2ecc725130, 'click', function() {infowindow.open(map,m_f44c913789c44292b4f34d2ecc725130);});$marker.push(m_f44c913789c44292b4f34d2ecc725130);}});}google.maps.event.addDomListener(window, 'load', initialize);