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.192,-87.9688)};var g_af5c4b7bf58c31737588e1fd4adcec9a = new google.maps.Geocoder();g_af5c4b7bf58c31737588e1fd4adcec9a.geocode( { 'address': "102 N Park St, Royal, IL 61871"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-IL-longview-bank').style.display = '';map = new google.maps.Map(document.getElementById('royal-IL-longview-bank'), mapOptions);}document.getElementById('d7cf53a2').innerHTML += ' | View Map';var $laf5c4b7bf58c31737588e1fd4adcec9a = '

Longview Bank

Address: 102 N Park St, Royal, IL 61871
Phone: (217) 583-3101
';var m_af5c4b7bf58c31737588e1fd4adcec9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Longview Bank',});m_af5c4b7bf58c31737588e1fd4adcec9a['infowindow'] = new google.maps.InfoWindow({content: $laf5c4b7bf58c31737588e1fd4adcec9a});var infowindow = new google.maps.InfoWindow({content: $laf5c4b7bf58c31737588e1fd4adcec9a});google.maps.event.addListener(m_af5c4b7bf58c31737588e1fd4adcec9a, 'click', function() {infowindow.open(map,m_af5c4b7bf58c31737588e1fd4adcec9a);});$marker.push(m_af5c4b7bf58c31737588e1fd4adcec9a);}});}google.maps.event.addDomListener(window, 'load', initialize);