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.4398,-89.9252)};var g_b767062d418441a0529d80c7ec7f820c = new google.maps.Geocoder();g_b767062d418441a0529d80c7ec7f820c.geocode( { 'address': "332 S Main St, Palmyra, IL 62674"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmyra-IL-bank-of-palmyra').style.display = '';map = new google.maps.Map(document.getElementById('palmyra-IL-bank-of-palmyra'), mapOptions);}document.getElementById('0fb7e749').innerHTML += ' | View Map';var $lb767062d418441a0529d80c7ec7f820c = '

Bank Of Palmyra

Address: 332 S Main St, Palmyra, IL 62674
Phone: (217) 436-2411
';var m_b767062d418441a0529d80c7ec7f820c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Palmyra',});m_b767062d418441a0529d80c7ec7f820c['infowindow'] = new google.maps.InfoWindow({content: $lb767062d418441a0529d80c7ec7f820c});var infowindow = new google.maps.InfoWindow({content: $lb767062d418441a0529d80c7ec7f820c});google.maps.event.addListener(m_b767062d418441a0529d80c7ec7f820c, 'click', function() {infowindow.open(map,m_b767062d418441a0529d80c7ec7f820c);});$marker.push(m_b767062d418441a0529d80c7ec7f820c);}});}google.maps.event.addDomListener(window, 'load', initialize);