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.0815,-87.9726)};var g_82f3052b73fb39bd30e2b11e27727035 = new google.maps.Geocoder();g_82f3052b73fb39bd30e2b11e27727035.geocode( { 'address': "830 E Kensington Rd, Arlington Heights, IL 60004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-heights-IL-ben-franklin-bank-of-illinois').style.display = '';map = new google.maps.Map(document.getElementById('arlington-heights-IL-ben-franklin-bank-of-illinois'), mapOptions);}document.getElementById('4da1baed').innerHTML += ' | View Map';var $l82f3052b73fb39bd30e2b11e27727035 = '

Ben Franklin Bank of Illinois

Address: 830 E Kensington Rd, Arlington Heights, IL 60004, USA
Phone: (847) 398-0990
';var m_82f3052b73fb39bd30e2b11e27727035 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ben Franklin Bank of Illinois',});m_82f3052b73fb39bd30e2b11e27727035['infowindow'] = new google.maps.InfoWindow({content: $l82f3052b73fb39bd30e2b11e27727035});var infowindow = new google.maps.InfoWindow({content: $l82f3052b73fb39bd30e2b11e27727035});google.maps.event.addListener(m_82f3052b73fb39bd30e2b11e27727035, 'click', function() {infowindow.open(map,m_82f3052b73fb39bd30e2b11e27727035);});$marker.push(m_82f3052b73fb39bd30e2b11e27727035);}});}google.maps.event.addDomListener(window, 'load', initialize);