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.474,-83.1752)};var g_01882513d5fa7c329e940dda99b12147 = new google.maps.Geocoder();g_01882513d5fa7c329e940dda99b12147.geocode( { 'address': "105 S Main St, Prospect, OH 43342-9569"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prospect-OH-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('prospect-OH-united-bank'), mapOptions);}document.getElementById('6e269fb6').innerHTML += ' | View Map';var $l01882513d5fa7c329e940dda99b12147 = '

United Bank

Address: 105 S Main St, Prospect, OH 43342-9569
Phone: (740) 494-2131
';var m_01882513d5fa7c329e940dda99b12147 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_01882513d5fa7c329e940dda99b12147['infowindow'] = new google.maps.InfoWindow({content: $l01882513d5fa7c329e940dda99b12147});var infowindow = new google.maps.InfoWindow({content: $l01882513d5fa7c329e940dda99b12147});google.maps.event.addListener(m_01882513d5fa7c329e940dda99b12147, 'click', function() {infowindow.open(map,m_01882513d5fa7c329e940dda99b12147);});$marker.push(m_01882513d5fa7c329e940dda99b12147);}});}google.maps.event.addDomListener(window, 'load', initialize);