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.5592,-89.6185)};var g_ad94c2e77823716effe45e50ab291435 = new google.maps.Geocoder();g_ad94c2e77823716effe45e50ab291435.geocode( { 'address': "2012 Court St, Pekin, IL 61554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pekin-IL-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('pekin-IL-commerce-bank'), mapOptions);}document.getElementById('84b22e9d').innerHTML += ' | View Map';var $lad94c2e77823716effe45e50ab291435 = '

Commerce Bank

Address: 2012 Court St, Pekin, IL 61554, USA
Phone: (309) 676-1311
';var m_ad94c2e77823716effe45e50ab291435 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commerce Bank',});m_ad94c2e77823716effe45e50ab291435['infowindow'] = new google.maps.InfoWindow({content: $lad94c2e77823716effe45e50ab291435});var infowindow = new google.maps.InfoWindow({content: $lad94c2e77823716effe45e50ab291435});google.maps.event.addListener(m_ad94c2e77823716effe45e50ab291435, 'click', function() {infowindow.open(map,m_ad94c2e77823716effe45e50ab291435);});$marker.push(m_ad94c2e77823716effe45e50ab291435);}});}google.maps.event.addDomListener(window, 'load', initialize);