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(40.098,-88.2948)};var g_be589c282d816ae4022bd86dd35d2c71 = new google.maps.Geocoder();g_be589c282d816ae4022bd86dd35d2c71.geocode( { 'address': "west 61821, 2913 W Kirby Ave, Champaign, IL 61821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('champaign-IL-cibm-bank').style.display = '';map = new google.maps.Map(document.getElementById('champaign-IL-cibm-bank'), mapOptions);}document.getElementById('c08d47cc').innerHTML += ' | View Map';var $lbe589c282d816ae4022bd86dd35d2c71 = '

CIBM Bank

Address: west 61821, 2913 W Kirby Ave, Champaign, IL 61821, USA
Phone:
';var m_be589c282d816ae4022bd86dd35d2c71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CIBM Bank',});m_be589c282d816ae4022bd86dd35d2c71['infowindow'] = new google.maps.InfoWindow({content: $lbe589c282d816ae4022bd86dd35d2c71});var infowindow = new google.maps.InfoWindow({content: $lbe589c282d816ae4022bd86dd35d2c71});google.maps.event.addListener(m_be589c282d816ae4022bd86dd35d2c71, 'click', function() {infowindow.open(map,m_be589c282d816ae4022bd86dd35d2c71);});$marker.push(m_be589c282d816ae4022bd86dd35d2c71);}});}google.maps.event.addDomListener(window, 'load', initialize);