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.7096,-88.3364)};var g_7223a8416098dc0ac5dada4ecf13bdcb = new google.maps.Geocoder();g_7223a8416098dc0ac5dada4ecf13bdcb.geocode( { 'address': "1830 Douglas Rd, Montgomery, IL 60538"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-IL-west-suburban-bank').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-IL-west-suburban-bank'), mapOptions);}document.getElementById('266a7e38').innerHTML += ' | View Map';var $l7223a8416098dc0ac5dada4ecf13bdcb = '

West Suburban Bank

Address: 1830 Douglas Rd, Montgomery, IL 60538
Phone: (630) 844-5600
';var m_7223a8416098dc0ac5dada4ecf13bdcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Suburban Bank',});m_7223a8416098dc0ac5dada4ecf13bdcb['infowindow'] = new google.maps.InfoWindow({content: $l7223a8416098dc0ac5dada4ecf13bdcb});var infowindow = new google.maps.InfoWindow({content: $l7223a8416098dc0ac5dada4ecf13bdcb});google.maps.event.addListener(m_7223a8416098dc0ac5dada4ecf13bdcb, 'click', function() {infowindow.open(map,m_7223a8416098dc0ac5dada4ecf13bdcb);});$marker.push(m_7223a8416098dc0ac5dada4ecf13bdcb);}});}google.maps.event.addDomListener(window, 'load', initialize);