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.394,-82.4874)};var g_f827b5406c7aa5b4fe10062ae06a137b = new google.maps.Geocoder();g_f827b5406c7aa5b4fe10062ae06a137b.geocode( { 'address': "115 W High St, Mt Vernon, OH 43050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-vernon-OH-first-bank-of-ohio').style.display = '';map = new google.maps.Map(document.getElementById('mount-vernon-OH-first-bank-of-ohio'), mapOptions);}document.getElementById('8016bf8c').innerHTML += ' | View Map';var $lf827b5406c7aa5b4fe10062ae06a137b = '

First Bank of Ohio

Address: 115 W High St, Mt Vernon, OH 43050, USA
Phone: (740) 397-1045
';var m_f827b5406c7aa5b4fe10062ae06a137b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank of Ohio',});m_f827b5406c7aa5b4fe10062ae06a137b['infowindow'] = new google.maps.InfoWindow({content: $lf827b5406c7aa5b4fe10062ae06a137b});var infowindow = new google.maps.InfoWindow({content: $lf827b5406c7aa5b4fe10062ae06a137b});google.maps.event.addListener(m_f827b5406c7aa5b4fe10062ae06a137b, 'click', function() {infowindow.open(map,m_f827b5406c7aa5b4fe10062ae06a137b);});$marker.push(m_f827b5406c7aa5b4fe10062ae06a137b);}});}google.maps.event.addDomListener(window, 'load', initialize);