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.5333,-87.888)};var g_b90ba83119860d7f6a6dfaab9f2aa150 = new google.maps.Geocoder();g_b90ba83119860d7f6a6dfaab9f2aa150.geocode( { 'address': "19102 S. 88th Avenue, Mokena, IL 60448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mokena-IL-lincolnway-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('mokena-IL-lincolnway-community-bank'), mapOptions);}document.getElementById('b8b0228e').innerHTML += ' | View Map';var $lb90ba83119860d7f6a6dfaab9f2aa150 = '

Lincolnway Community Bank

Address: 19102 S. 88th Avenue, Mokena, IL 60448
Phone: (708) 326-8300
';var m_b90ba83119860d7f6a6dfaab9f2aa150 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lincolnway Community Bank',});m_b90ba83119860d7f6a6dfaab9f2aa150['infowindow'] = new google.maps.InfoWindow({content: $lb90ba83119860d7f6a6dfaab9f2aa150});var infowindow = new google.maps.InfoWindow({content: $lb90ba83119860d7f6a6dfaab9f2aa150});google.maps.event.addListener(m_b90ba83119860d7f6a6dfaab9f2aa150, 'click', function() {infowindow.open(map,m_b90ba83119860d7f6a6dfaab9f2aa150);});$marker.push(m_b90ba83119860d7f6a6dfaab9f2aa150);}});}google.maps.event.addDomListener(window, 'load', initialize);