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.7823,-89.6709)};var g_0cd60efb5578cd967c3c23894f305800 = new google.maps.Geocoder();g_0cd60efb5578cd967c3c23894f305800.geocode( { 'address': "4924 West American Prairie Drive, Peoria, IL 61615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peoria-IL-princeville-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('peoria-IL-princeville-state-bank'), mapOptions);}document.getElementById('add4eb24').innerHTML += ' | View Map';var $l0cd60efb5578cd967c3c23894f305800 = '

Princeville State Bank

Address: 4924 West American Prairie Drive, Peoria, IL 61615, USA
Phone: (309) 693-9494
';var m_0cd60efb5578cd967c3c23894f305800 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Princeville State Bank',});m_0cd60efb5578cd967c3c23894f305800['infowindow'] = new google.maps.InfoWindow({content: $l0cd60efb5578cd967c3c23894f305800});var infowindow = new google.maps.InfoWindow({content: $l0cd60efb5578cd967c3c23894f305800});google.maps.event.addListener(m_0cd60efb5578cd967c3c23894f305800, 'click', function() {infowindow.open(map,m_0cd60efb5578cd967c3c23894f305800);});$marker.push(m_0cd60efb5578cd967c3c23894f305800);}});}google.maps.event.addDomListener(window, 'load', initialize);