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.3003,-87.9894)};var g_63c4a8caf1a16be4b189176227ae3781 = new google.maps.Geocoder();g_63c4a8caf1a16be4b189176227ae3781.geocode( { 'address': "305 N Central Ave, Casey, IL 62420"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casey-IL-casey-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('casey-IL-casey-state-bank'), mapOptions);}document.getElementById('5499b4d6').innerHTML += ' | View Map';var $l63c4a8caf1a16be4b189176227ae3781 = '

Casey State Bank

Address: 305 N Central Ave, Casey, IL 62420
Phone: (217) 932-2136
';var m_63c4a8caf1a16be4b189176227ae3781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casey State Bank',});m_63c4a8caf1a16be4b189176227ae3781['infowindow'] = new google.maps.InfoWindow({content: $l63c4a8caf1a16be4b189176227ae3781});var infowindow = new google.maps.InfoWindow({content: $l63c4a8caf1a16be4b189176227ae3781});google.maps.event.addListener(m_63c4a8caf1a16be4b189176227ae3781, 'click', function() {infowindow.open(map,m_63c4a8caf1a16be4b189176227ae3781);});$marker.push(m_63c4a8caf1a16be4b189176227ae3781);}});}google.maps.event.addDomListener(window, 'load', initialize);