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.9611,-81.3889)};var g_b3b938e989563d316a15a78c2e16b84f = new google.maps.Geocoder();g_b3b938e989563d316a15a78c2e16b84f.geocode( { 'address': "4086 Massillon Rd, Uniontown, OH 44685"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uniontown-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('uniontown-OH-huntington-bank'), mapOptions);}document.getElementById('b31f8f54').innerHTML += ' | View Map';var $lb3b938e989563d316a15a78c2e16b84f = '

Huntington Bank

Address: 4086 Massillon Rd, Uniontown, OH 44685
Phone: (330) 966-5142
';var m_b3b938e989563d316a15a78c2e16b84f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_b3b938e989563d316a15a78c2e16b84f['infowindow'] = new google.maps.InfoWindow({content: $lb3b938e989563d316a15a78c2e16b84f});var infowindow = new google.maps.InfoWindow({content: $lb3b938e989563d316a15a78c2e16b84f});google.maps.event.addListener(m_b3b938e989563d316a15a78c2e16b84f, 'click', function() {infowindow.open(map,m_b3b938e989563d316a15a78c2e16b84f);});$marker.push(m_b3b938e989563d316a15a78c2e16b84f);}});}google.maps.event.addDomListener(window, 'load', initialize);