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(41.024,-80.6146)};var g_f24c0e835cce344a9c8ba4c8f926180b = new google.maps.Geocoder();g_f24c0e835cce344a9c8ba4c8f926180b.geocode( { 'address': "2 S Main St, Poland, OH 44514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poland-OH-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('poland-OH-chemical-bank'), mapOptions);}document.getElementById('63d0915b').innerHTML += ' | View Map';var $lf24c0e835cce344a9c8ba4c8f926180b = '

Chemical Bank

Address: 2 S Main St, Poland, OH 44514, USA
Phone: (330) 314-1395
';var m_f24c0e835cce344a9c8ba4c8f926180b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_f24c0e835cce344a9c8ba4c8f926180b['infowindow'] = new google.maps.InfoWindow({content: $lf24c0e835cce344a9c8ba4c8f926180b});var infowindow = new google.maps.InfoWindow({content: $lf24c0e835cce344a9c8ba4c8f926180b});google.maps.event.addListener(m_f24c0e835cce344a9c8ba4c8f926180b, 'click', function() {infowindow.open(map,m_f24c0e835cce344a9c8ba4c8f926180b);});$marker.push(m_f24c0e835cce344a9c8ba4c8f926180b);}});}google.maps.event.addDomListener(window, 'load', initialize);