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.2124,-87.6692)};var g_696e8c935c8ce98badc28242fad73dfb = new google.maps.Geocoder();g_696e8c935c8ce98badc28242fad73dfb.geocode( { 'address': "405 IL-1, West Union, IL 62477, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-union-IL-casey-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-union-IL-casey-state-bank'), mapOptions);}document.getElementById('d15d32b7').innerHTML += ' | View Map';var $l696e8c935c8ce98badc28242fad73dfb = '

Casey State Bank

Address: 405 IL-1, West Union, IL 62477, USA
Phone: (217) 279-3354
';var m_696e8c935c8ce98badc28242fad73dfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casey State Bank',});m_696e8c935c8ce98badc28242fad73dfb['infowindow'] = new google.maps.InfoWindow({content: $l696e8c935c8ce98badc28242fad73dfb});var infowindow = new google.maps.InfoWindow({content: $l696e8c935c8ce98badc28242fad73dfb});google.maps.event.addListener(m_696e8c935c8ce98badc28242fad73dfb, 'click', function() {infowindow.open(map,m_696e8c935c8ce98badc28242fad73dfb);});$marker.push(m_696e8c935c8ce98badc28242fad73dfb);}});}google.maps.event.addDomListener(window, 'load', initialize);