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.1493,-81.0653)};var g_fd035a46ae5bad60ba566f8c5a29b4fc = new google.maps.Geocoder();g_fd035a46ae5bad60ba566f8c5a29b4fc.geocode( { 'address': "219 E High St, Flushing, OH 43977, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flushing-OH-wes-banco-bank').style.display = '';map = new google.maps.Map(document.getElementById('flushing-OH-wes-banco-bank'), mapOptions);}document.getElementById('cb25274a').innerHTML += ' | View Map';var $lfd035a46ae5bad60ba566f8c5a29b4fc = '

Wes Banco Bank

Address: 219 E High St, Flushing, OH 43977, USA
Phone: (740) 968-3541
';var m_fd035a46ae5bad60ba566f8c5a29b4fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wes Banco Bank',});m_fd035a46ae5bad60ba566f8c5a29b4fc['infowindow'] = new google.maps.InfoWindow({content: $lfd035a46ae5bad60ba566f8c5a29b4fc});var infowindow = new google.maps.InfoWindow({content: $lfd035a46ae5bad60ba566f8c5a29b4fc});google.maps.event.addListener(m_fd035a46ae5bad60ba566f8c5a29b4fc, 'click', function() {infowindow.open(map,m_fd035a46ae5bad60ba566f8c5a29b4fc);});$marker.push(m_fd035a46ae5bad60ba566f8c5a29b4fc);}});}google.maps.event.addDomListener(window, 'load', initialize);