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(38.8882,-89.4079)};var g_7d37940a0260eac65b7a04df9f8abeaf = new google.maps.Geocoder();g_7d37940a0260eac65b7a04df9f8abeaf.geocode( { 'address': "1310 E City Route 40, Greenville, IL 62246"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-IL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-IL-first-national-bank'), mapOptions);}document.getElementById('96b15f0a').innerHTML += ' | View Map';var $l7d37940a0260eac65b7a04df9f8abeaf = '

First National Bank

Address: 1310 E City Route 40, Greenville, IL 62246
Phone: (618) 664-0300
';var m_7d37940a0260eac65b7a04df9f8abeaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_7d37940a0260eac65b7a04df9f8abeaf['infowindow'] = new google.maps.InfoWindow({content: $l7d37940a0260eac65b7a04df9f8abeaf});var infowindow = new google.maps.InfoWindow({content: $l7d37940a0260eac65b7a04df9f8abeaf});google.maps.event.addListener(m_7d37940a0260eac65b7a04df9f8abeaf, 'click', function() {infowindow.open(map,m_7d37940a0260eac65b7a04df9f8abeaf);});$marker.push(m_7d37940a0260eac65b7a04df9f8abeaf);}});}google.maps.event.addDomListener(window, 'load', initialize);