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.9313,-91.3797)};var g_347d11cad4711bf3d6af09d8b7965731 = new google.maps.Geocoder();g_347d11cad4711bf3d6af09d8b7965731.geocode( { 'address': "2001 Maine St, Quincy, IL 62301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-united-community-bank'), mapOptions);}document.getElementById('ec17ab48').innerHTML += ' | View Map';var $l347d11cad4711bf3d6af09d8b7965731 = '

United Community Bank

Address: 2001 Maine St, Quincy, IL 62301
Phone: (217) 224-8686
';var m_347d11cad4711bf3d6af09d8b7965731 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_347d11cad4711bf3d6af09d8b7965731['infowindow'] = new google.maps.InfoWindow({content: $l347d11cad4711bf3d6af09d8b7965731});var infowindow = new google.maps.InfoWindow({content: $l347d11cad4711bf3d6af09d8b7965731});google.maps.event.addListener(m_347d11cad4711bf3d6af09d8b7965731, 'click', function() {infowindow.open(map,m_347d11cad4711bf3d6af09d8b7965731);});$marker.push(m_347d11cad4711bf3d6af09d8b7965731);}});}google.maps.event.addDomListener(window, 'load', initialize);