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.5657,-83.1249)};var g_64691865acd4ad082ade5b5f39320164 = new google.maps.Geocoder();g_64691865acd4ad082ade5b5f39320164.geocode( { 'address': "129 Barks Rd E, Marion, OH 43302-6423"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-OH-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('marion-OH-united-bank'), mapOptions);}document.getElementById('46a862fa').innerHTML += ' | View Map';var $l64691865acd4ad082ade5b5f39320164 = '

United Bank

Address: 129 Barks Rd E, Marion, OH 43302-6423
Phone: (740) 383-3355
';var m_64691865acd4ad082ade5b5f39320164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_64691865acd4ad082ade5b5f39320164['infowindow'] = new google.maps.InfoWindow({content: $l64691865acd4ad082ade5b5f39320164});var infowindow = new google.maps.InfoWindow({content: $l64691865acd4ad082ade5b5f39320164});google.maps.event.addListener(m_64691865acd4ad082ade5b5f39320164, 'click', function() {infowindow.open(map,m_64691865acd4ad082ade5b5f39320164);});$marker.push(m_64691865acd4ad082ade5b5f39320164);}});}google.maps.event.addDomListener(window, 'load', initialize);