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(39.8914,-88.9369)};var g_7aca14a76248b4f5549d31806ae11644 = new google.maps.Geocoder();g_7aca14a76248b4f5549d31806ae11644.geocode( { 'address': "3795 N Woodford St, Decatur, IL 62526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-IL-buena-vista-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('decatur-IL-buena-vista-national-bank'), mapOptions);}document.getElementById('4686c7d2').innerHTML += ' | View Map';var $l7aca14a76248b4f5549d31806ae11644 = '

Buena Vista National Bank

Address: 3795 N Woodford St, Decatur, IL 62526, USA
Phone: (217) 877-6809
';var m_7aca14a76248b4f5549d31806ae11644 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buena Vista National Bank',});m_7aca14a76248b4f5549d31806ae11644['infowindow'] = new google.maps.InfoWindow({content: $l7aca14a76248b4f5549d31806ae11644});var infowindow = new google.maps.InfoWindow({content: $l7aca14a76248b4f5549d31806ae11644});google.maps.event.addListener(m_7aca14a76248b4f5549d31806ae11644, 'click', function() {infowindow.open(map,m_7aca14a76248b4f5549d31806ae11644);});$marker.push(m_7aca14a76248b4f5549d31806ae11644);}});}google.maps.event.addDomListener(window, 'load', initialize);