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.3918,-81.3425)};var g_c347333962d3acb95ba641160086528a = new google.maps.Geocoder();g_c347333962d3acb95ba641160086528a.geocode( { 'address': "327 E 3rd St, Uhrichsville, OH 44683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('uhrichsville-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('uhrichsville-OH-huntington-bank'), mapOptions);}document.getElementById('62dac5dd').innerHTML += ' | View Map';var $lc347333962d3acb95ba641160086528a = '

Huntington Bank

Address: 327 E 3rd St, Uhrichsville, OH 44683, USA
Phone: (740) 922-3695
';var m_c347333962d3acb95ba641160086528a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_c347333962d3acb95ba641160086528a['infowindow'] = new google.maps.InfoWindow({content: $lc347333962d3acb95ba641160086528a});var infowindow = new google.maps.InfoWindow({content: $lc347333962d3acb95ba641160086528a});google.maps.event.addListener(m_c347333962d3acb95ba641160086528a, 'click', function() {infowindow.open(map,m_c347333962d3acb95ba641160086528a);});$marker.push(m_c347333962d3acb95ba641160086528a);}});}google.maps.event.addDomListener(window, 'load', initialize);