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.4921,-81.4578)};var g_35345c34f44640ff8c1ec3454a5d5e86 = new google.maps.Geocoder();g_35345c34f44640ff8c1ec3454a5d5e86.geocode( { 'address': "635 W High Ave, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-commercial--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-commercial--savings-bank'), mapOptions);}document.getElementById('dd10a00d').innerHTML += ' | View Map';var $l35345c34f44640ff8c1ec3454a5d5e86 = '

Commercial & Savings Bank

Address: 635 W High Ave, New Philadelphia, OH 44663, USA
Phone: (330) 308-4867
';var m_35345c34f44640ff8c1ec3454a5d5e86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial & Savings Bank',});m_35345c34f44640ff8c1ec3454a5d5e86['infowindow'] = new google.maps.InfoWindow({content: $l35345c34f44640ff8c1ec3454a5d5e86});var infowindow = new google.maps.InfoWindow({content: $l35345c34f44640ff8c1ec3454a5d5e86});google.maps.event.addListener(m_35345c34f44640ff8c1ec3454a5d5e86, 'click', function() {infowindow.open(map,m_35345c34f44640ff8c1ec3454a5d5e86);});$marker.push(m_35345c34f44640ff8c1ec3454a5d5e86);}});}google.maps.event.addDomListener(window, 'load', initialize);