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_9c72bd2780de8071fd42807b3830329d = new google.maps.Geocoder();g_9c72bd2780de8071fd42807b3830329d.geocode( { 'address': "706 Maine St, Quincy, IL 62301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-peoples-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-peoples-prosperity-bank'), mapOptions);}document.getElementById('2f4ea3d0').innerHTML += ' | View Map';var $l9c72bd2780de8071fd42807b3830329d = '

Peoples Prosperity Bank

Address: 706 Maine St, Quincy, IL 62301
Phone: (217) 223-4050
';var m_9c72bd2780de8071fd42807b3830329d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Prosperity Bank',});m_9c72bd2780de8071fd42807b3830329d['infowindow'] = new google.maps.InfoWindow({content: $l9c72bd2780de8071fd42807b3830329d});var infowindow = new google.maps.InfoWindow({content: $l9c72bd2780de8071fd42807b3830329d});google.maps.event.addListener(m_9c72bd2780de8071fd42807b3830329d, 'click', function() {infowindow.open(map,m_9c72bd2780de8071fd42807b3830329d);});$marker.push(m_9c72bd2780de8071fd42807b3830329d);}});}google.maps.event.addDomListener(window, 'load', initialize);