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.9376,-91.377)};var g_061eb0a074d548d5da5581e965fcf302 = new google.maps.Geocoder();g_061eb0a074d548d5da5581e965fcf302.geocode( { 'address': "520 N 24th St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-state-street-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-state-street-bank'), mapOptions);}document.getElementById('c0248e02').innerHTML += ' | View Map';var $l061eb0a074d548d5da5581e965fcf302 = '

State Street Bank

Address: 520 N 24th St, Quincy, IL 62301, USA
Phone: (217) 223-6480
';var m_061eb0a074d548d5da5581e965fcf302 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Street Bank',});m_061eb0a074d548d5da5581e965fcf302['infowindow'] = new google.maps.InfoWindow({content: $l061eb0a074d548d5da5581e965fcf302});var infowindow = new google.maps.InfoWindow({content: $l061eb0a074d548d5da5581e965fcf302});google.maps.event.addListener(m_061eb0a074d548d5da5581e965fcf302, 'click', function() {infowindow.open(map,m_061eb0a074d548d5da5581e965fcf302);});$marker.push(m_061eb0a074d548d5da5581e965fcf302);}});}google.maps.event.addDomListener(window, 'load', initialize);