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(40.9669,-80.5632)};var g_c404587c1ea57f78ca21be19f9e86478 = new google.maps.Geocoder();g_c404587c1ea57f78ca21be19f9e86478.geocode( { 'address': "10416 Main St, New Middletown, OH 44442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-middletown-OH-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-middletown-OH-chemical-bank'), mapOptions);}document.getElementById('77c1c466').innerHTML += ' | View Map';var $lc404587c1ea57f78ca21be19f9e86478 = '

Chemical Bank

Address: 10416 Main St, New Middletown, OH 44442, USA
Phone: (330) 314-1390
';var m_c404587c1ea57f78ca21be19f9e86478 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_c404587c1ea57f78ca21be19f9e86478['infowindow'] = new google.maps.InfoWindow({content: $lc404587c1ea57f78ca21be19f9e86478});var infowindow = new google.maps.InfoWindow({content: $lc404587c1ea57f78ca21be19f9e86478});google.maps.event.addListener(m_c404587c1ea57f78ca21be19f9e86478, 'click', function() {infowindow.open(map,m_c404587c1ea57f78ca21be19f9e86478);});$marker.push(m_c404587c1ea57f78ca21be19f9e86478);}});}google.maps.event.addDomListener(window, 'load', initialize);