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.7047,-88.0752)};var g_06075a68d42846c47c3d7b5a2a9ee61d = new google.maps.Geocoder();g_06075a68d42846c47c3d7b5a2a9ee61d.geocode( { 'address': "310 S Weber Rd, Bolingbrook, IL 60490"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolingbrook-IL-citizens-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('bolingbrook-IL-citizens-financial-bank'), mapOptions);}document.getElementById('f8f09c3b').innerHTML += ' | View Map';var $l06075a68d42846c47c3d7b5a2a9ee61d = '

Citizens Financial Bank

Address: 310 S Weber Rd, Bolingbrook, IL 60490
Phone: (630) 203-1659
';var m_06075a68d42846c47c3d7b5a2a9ee61d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Financial Bank',});m_06075a68d42846c47c3d7b5a2a9ee61d['infowindow'] = new google.maps.InfoWindow({content: $l06075a68d42846c47c3d7b5a2a9ee61d});var infowindow = new google.maps.InfoWindow({content: $l06075a68d42846c47c3d7b5a2a9ee61d});google.maps.event.addListener(m_06075a68d42846c47c3d7b5a2a9ee61d, 'click', function() {infowindow.open(map,m_06075a68d42846c47c3d7b5a2a9ee61d);});$marker.push(m_06075a68d42846c47c3d7b5a2a9ee61d);}});}google.maps.event.addDomListener(window, 'load', initialize);