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.9137,-88.1338)};var g_d62b664e0111db219783a71ed8225336 = new google.maps.Geocoder();g_d62b664e0111db219783a71ed8225336.geocode( { 'address': "1275 N County Farm Rd, Carol Stream, IL 60188"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carol-stream-IL-united-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('carol-stream-IL-united-central-bank'), mapOptions);}document.getElementById('e4014e01').innerHTML += ' | View Map';var $ld62b664e0111db219783a71ed8225336 = '

United Central Bank

Address: 1275 N County Farm Rd, Carol Stream, IL 60188
Phone: (630) 539-1270
';var m_d62b664e0111db219783a71ed8225336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Central Bank',});m_d62b664e0111db219783a71ed8225336['infowindow'] = new google.maps.InfoWindow({content: $ld62b664e0111db219783a71ed8225336});var infowindow = new google.maps.InfoWindow({content: $ld62b664e0111db219783a71ed8225336});google.maps.event.addListener(m_d62b664e0111db219783a71ed8225336, 'click', function() {infowindow.open(map,m_d62b664e0111db219783a71ed8225336);});$marker.push(m_d62b664e0111db219783a71ed8225336);}});}google.maps.event.addDomListener(window, 'load', initialize);