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.0618,-76.5512)};var g_3e30af83de061b13fe1d87471b979d0b = new google.maps.Geocoder();g_3e30af83de061b13fe1d87471b979d0b.geocode( { 'address': "1205 River Rd, Marietta, PA 17547, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-PA-union-community-bank---marietta').style.display = '';map = new google.maps.Map(document.getElementById('marietta-PA-union-community-bank---marietta'), mapOptions);}document.getElementById('4a3e9419').innerHTML += ' | View Map';var $l3e30af83de061b13fe1d87471b979d0b = '

Union Community Bank - Marietta

Address: 1205 River Rd, Marietta, PA 17547, USA
Phone: (717) 426-2602
';var m_3e30af83de061b13fe1d87471b979d0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Community Bank - Marietta',});m_3e30af83de061b13fe1d87471b979d0b['infowindow'] = new google.maps.InfoWindow({content: $l3e30af83de061b13fe1d87471b979d0b});var infowindow = new google.maps.InfoWindow({content: $l3e30af83de061b13fe1d87471b979d0b});google.maps.event.addListener(m_3e30af83de061b13fe1d87471b979d0b, 'click', function() {infowindow.open(map,m_3e30af83de061b13fe1d87471b979d0b);});$marker.push(m_3e30af83de061b13fe1d87471b979d0b);}});}google.maps.event.addDomListener(window, 'load', initialize);