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.0049,-82.3465)};var g_f44a35ae44562842a316f6c1ae2a41d1 = new google.maps.Geocoder();g_f44a35ae44562842a316f6c1ae2a41d1.geocode( { 'address': "1102 Hebron Rd, Heath, OH 43056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heath-OH-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('heath-OH-community-bank'), mapOptions);}document.getElementById('f214e186').innerHTML += ' | View Map';var $lf44a35ae44562842a316f6c1ae2a41d1 = '

Community Bank

Address: 1102 Hebron Rd, Heath, OH 43056
Phone: (740) 522-8900
';var m_f44a35ae44562842a316f6c1ae2a41d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_f44a35ae44562842a316f6c1ae2a41d1['infowindow'] = new google.maps.InfoWindow({content: $lf44a35ae44562842a316f6c1ae2a41d1});var infowindow = new google.maps.InfoWindow({content: $lf44a35ae44562842a316f6c1ae2a41d1});google.maps.event.addListener(m_f44a35ae44562842a316f6c1ae2a41d1, 'click', function() {infowindow.open(map,m_f44a35ae44562842a316f6c1ae2a41d1);});$marker.push(m_f44a35ae44562842a316f6c1ae2a41d1);}});}google.maps.event.addDomListener(window, 'load', initialize);