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.8718,-88.0651)};var g_e4ae395014bd37363220b915ec761fdb = new google.maps.Geocoder();g_e4ae395014bd37363220b915ec761fdb.geocode( { 'address': "22w555 Butterfield Rd, Glen Ellyn, IL 60137"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-ellyn-IL-parkway-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-ellyn-IL-parkway-bank'), mapOptions);}document.getElementById('3ad5c0a0').innerHTML += ' | View Map';var $le4ae395014bd37363220b915ec761fdb = '

Parkway Bank

Address: 22w555 Butterfield Rd, Glen Ellyn, IL 60137
Phone: (630) 469-3322
';var m_e4ae395014bd37363220b915ec761fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parkway Bank',});m_e4ae395014bd37363220b915ec761fdb['infowindow'] = new google.maps.InfoWindow({content: $le4ae395014bd37363220b915ec761fdb});var infowindow = new google.maps.InfoWindow({content: $le4ae395014bd37363220b915ec761fdb});google.maps.event.addListener(m_e4ae395014bd37363220b915ec761fdb, 'click', function() {infowindow.open(map,m_e4ae395014bd37363220b915ec761fdb);});$marker.push(m_e4ae395014bd37363220b915ec761fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);