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.9327,-91.3622)};var g_7d830747bb2e2fdca776da21942e47d3 = new google.maps.Geocoder();g_7d830747bb2e2fdca776da21942e47d3.geocode( { 'address': "200 N 33rd St, Quincy, IL 62301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-mercantile-bank').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-mercantile-bank'), mapOptions);}document.getElementById('29027eb8').innerHTML += ' | View Map';var $l7d830747bb2e2fdca776da21942e47d3 = '

Mercantile Bank

Address: 200 N 33rd St, Quincy, IL 62301, USA
Phone: (217) 223-7300
';var m_7d830747bb2e2fdca776da21942e47d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mercantile Bank',});m_7d830747bb2e2fdca776da21942e47d3['infowindow'] = new google.maps.InfoWindow({content: $l7d830747bb2e2fdca776da21942e47d3});var infowindow = new google.maps.InfoWindow({content: $l7d830747bb2e2fdca776da21942e47d3});google.maps.event.addListener(m_7d830747bb2e2fdca776da21942e47d3, 'click', function() {infowindow.open(map,m_7d830747bb2e2fdca776da21942e47d3);});$marker.push(m_7d830747bb2e2fdca776da21942e47d3);}});}google.maps.event.addDomListener(window, 'load', initialize);