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(39.65,-82.746)};var g_2121301dde1bec34b962291dad9093ef = new google.maps.Geocoder();g_2121301dde1bec34b962291dad9093ef.geocode( { 'address': "132 W Main St, Amanda, OH 43102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amanda-OH-kingston-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('amanda-OH-kingston-national-bank'), mapOptions);}document.getElementById('07826404').innerHTML += ' | View Map';var $l2121301dde1bec34b962291dad9093ef = '

Kingston National Bank

Address: 132 W Main St, Amanda, OH 43102, USA
Phone: (740) 969-4570
';var m_2121301dde1bec34b962291dad9093ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kingston National Bank',});m_2121301dde1bec34b962291dad9093ef['infowindow'] = new google.maps.InfoWindow({content: $l2121301dde1bec34b962291dad9093ef});var infowindow = new google.maps.InfoWindow({content: $l2121301dde1bec34b962291dad9093ef});google.maps.event.addListener(m_2121301dde1bec34b962291dad9093ef, 'click', function() {infowindow.open(map,m_2121301dde1bec34b962291dad9093ef);});$marker.push(m_2121301dde1bec34b962291dad9093ef);}});}google.maps.event.addDomListener(window, 'load', initialize);