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.8699,-88.0117)};var g_23383001c4611358b44a210dfa7391a6 = new google.maps.Geocoder();g_23383001c4611358b44a210dfa7391a6.geocode( { 'address': "711 Westmore Meyers Rd, Lombard, IL 60148"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lombard-IL-west-suburban-bank').style.display = '';map = new google.maps.Map(document.getElementById('lombard-IL-west-suburban-bank'), mapOptions);}document.getElementById('4157a859').innerHTML += ' | View Map';var $l23383001c4611358b44a210dfa7391a6 = '

West Suburban Bank

Address: 711 Westmore Meyers Rd, Lombard, IL 60148
Phone: (630) 629-4200
';var m_23383001c4611358b44a210dfa7391a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Suburban Bank',});m_23383001c4611358b44a210dfa7391a6['infowindow'] = new google.maps.InfoWindow({content: $l23383001c4611358b44a210dfa7391a6});var infowindow = new google.maps.InfoWindow({content: $l23383001c4611358b44a210dfa7391a6});google.maps.event.addListener(m_23383001c4611358b44a210dfa7391a6, 'click', function() {infowindow.open(map,m_23383001c4611358b44a210dfa7391a6);});$marker.push(m_23383001c4611358b44a210dfa7391a6);}});}google.maps.event.addDomListener(window, 'load', initialize);