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()};var g_9f0609b9d45dd55bed75f892cf095fcf = new google.maps.Geocoder();g_9f0609b9d45dd55bed75f892cf095fcf.geocode( { 'address': "3303 Broadway St, Mt Vernon, IL 62864"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-vernon-IL-first-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-vernon-IL-first-financial-bank'), mapOptions);}document.getElementById('1a6046c0').innerHTML += ' | View Map';var $l9f0609b9d45dd55bed75f892cf095fcf = '

First Financial Bank

Address: 3303 Broadway St, Mt Vernon, IL 62864
Phone: (618) 242-1779
';var m_9f0609b9d45dd55bed75f892cf095fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank',});m_9f0609b9d45dd55bed75f892cf095fcf['infowindow'] = new google.maps.InfoWindow({content: $l9f0609b9d45dd55bed75f892cf095fcf});var infowindow = new google.maps.InfoWindow({content: $l9f0609b9d45dd55bed75f892cf095fcf});google.maps.event.addListener(m_9f0609b9d45dd55bed75f892cf095fcf, 'click', function() {infowindow.open(map,m_9f0609b9d45dd55bed75f892cf095fcf);});$marker.push(m_9f0609b9d45dd55bed75f892cf095fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);