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(40.9123,-90.6458)};var g_787ef2f0ca869d5d20c15c2b2515d91a = new google.maps.Geocoder();g_787ef2f0ca869d5d20c15c2b2515d91a.geocode( { 'address': "220 E Broadway, Monmouth, IL 61462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monmouth-IL-security-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('monmouth-IL-security-savings-bank'), mapOptions);}document.getElementById('49956317').innerHTML += ' | View Map';var $l787ef2f0ca869d5d20c15c2b2515d91a = '

Security Savings Bank

Address: 220 E Broadway, Monmouth, IL 61462, USA
Phone: (309) 734-9333
';var m_787ef2f0ca869d5d20c15c2b2515d91a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Savings Bank',});m_787ef2f0ca869d5d20c15c2b2515d91a['infowindow'] = new google.maps.InfoWindow({content: $l787ef2f0ca869d5d20c15c2b2515d91a});var infowindow = new google.maps.InfoWindow({content: $l787ef2f0ca869d5d20c15c2b2515d91a});google.maps.event.addListener(m_787ef2f0ca869d5d20c15c2b2515d91a, 'click', function() {infowindow.open(map,m_787ef2f0ca869d5d20c15c2b2515d91a);});$marker.push(m_787ef2f0ca869d5d20c15c2b2515d91a);}});}google.maps.event.addDomListener(window, 'load', initialize);