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(40.7451,-89.5743)};var g_46d0221ab5f633ee6efbbd975d5b5f16 = new google.maps.Geocoder();g_46d0221ab5f633ee6efbbd975d5b5f16.geocode( { 'address': "4717 N Prospect Rd, Peoria Heights, IL 61616, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peoria-heights-IL-the-heights-bank').style.display = '';map = new google.maps.Map(document.getElementById('peoria-heights-IL-the-heights-bank'), mapOptions);}document.getElementById('8b26dc22').innerHTML += ' | View Map';var $l46d0221ab5f633ee6efbbd975d5b5f16 = '

The Heights Bank

Address: 4717 N Prospect Rd, Peoria Heights, IL 61616, USA
Phone: (309) 688-4475
';var m_46d0221ab5f633ee6efbbd975d5b5f16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Heights Bank',});m_46d0221ab5f633ee6efbbd975d5b5f16['infowindow'] = new google.maps.InfoWindow({content: $l46d0221ab5f633ee6efbbd975d5b5f16});var infowindow = new google.maps.InfoWindow({content: $l46d0221ab5f633ee6efbbd975d5b5f16});google.maps.event.addListener(m_46d0221ab5f633ee6efbbd975d5b5f16, 'click', function() {infowindow.open(map,m_46d0221ab5f633ee6efbbd975d5b5f16);});$marker.push(m_46d0221ab5f633ee6efbbd975d5b5f16);}});}google.maps.event.addDomListener(window, 'load', initialize);