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(41.1827,-83.6786)};var g_58111a04fe161cd92c9d3aec8c16cfa1 = new google.maps.Geocoder();g_58111a04fe161cd92c9d3aec8c16cfa1.geocode( { 'address': "141 N Main St, North Baltimore, OH 45872, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-baltimore-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-baltimore-OH-huntington-bank'), mapOptions);}document.getElementById('e30c2c71').innerHTML += ' | View Map';var $l58111a04fe161cd92c9d3aec8c16cfa1 = '

Huntington Bank

Address: 141 N Main St, North Baltimore, OH 45872, USA
Phone: (419) 257-2461
';var m_58111a04fe161cd92c9d3aec8c16cfa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_58111a04fe161cd92c9d3aec8c16cfa1['infowindow'] = new google.maps.InfoWindow({content: $l58111a04fe161cd92c9d3aec8c16cfa1});var infowindow = new google.maps.InfoWindow({content: $l58111a04fe161cd92c9d3aec8c16cfa1});google.maps.event.addListener(m_58111a04fe161cd92c9d3aec8c16cfa1, 'click', function() {infowindow.open(map,m_58111a04fe161cd92c9d3aec8c16cfa1);});$marker.push(m_58111a04fe161cd92c9d3aec8c16cfa1);}});}google.maps.event.addDomListener(window, 'load', initialize);