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.6575,-89.3886)};var g_61a3444a22e4263766a0ac74c70dd430 = new google.maps.Geocoder();g_61a3444a22e4263766a0ac74c70dd430.geocode( { 'address': "100 E Washington St, Edinburg, IL 62531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edinburg-IL-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('edinburg-IL-citizens-bank'), mapOptions);}document.getElementById('bde6f4c1').innerHTML += ' | View Map';var $l61a3444a22e4263766a0ac74c70dd430 = '

Citizens Bank

Address: 100 E Washington St, Edinburg, IL 62531, USA
Phone: (217) 623-5284
';var m_61a3444a22e4263766a0ac74c70dd430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_61a3444a22e4263766a0ac74c70dd430['infowindow'] = new google.maps.InfoWindow({content: $l61a3444a22e4263766a0ac74c70dd430});var infowindow = new google.maps.InfoWindow({content: $l61a3444a22e4263766a0ac74c70dd430});google.maps.event.addListener(m_61a3444a22e4263766a0ac74c70dd430, 'click', function() {infowindow.open(map,m_61a3444a22e4263766a0ac74c70dd430);});$marker.push(m_61a3444a22e4263766a0ac74c70dd430);}});}google.maps.event.addDomListener(window, 'load', initialize);