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.759,-88.1873)};var g_8ff169455438ba663fb1962b8fac9f86 = new google.maps.Geocoder();g_8ff169455438ba663fb1962b8fac9f86.geocode( { 'address': "4 E Peoria St, Piper City, IL 60959"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('piper-city-IL-vermilion-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('piper-city-IL-vermilion-valley-bank'), mapOptions);}document.getElementById('c3857350').innerHTML += ' | View Map';var $l8ff169455438ba663fb1962b8fac9f86 = '

Vermilion Valley Bank

Address: 4 E Peoria St, Piper City, IL 60959
Phone: (815) 686-2258
';var m_8ff169455438ba663fb1962b8fac9f86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vermilion Valley Bank',});m_8ff169455438ba663fb1962b8fac9f86['infowindow'] = new google.maps.InfoWindow({content: $l8ff169455438ba663fb1962b8fac9f86});var infowindow = new google.maps.InfoWindow({content: $l8ff169455438ba663fb1962b8fac9f86});google.maps.event.addListener(m_8ff169455438ba663fb1962b8fac9f86, 'click', function() {infowindow.open(map,m_8ff169455438ba663fb1962b8fac9f86);});$marker.push(m_8ff169455438ba663fb1962b8fac9f86);}});}google.maps.event.addDomListener(window, 'load', initialize);