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.0769,-76.3063)};var g_f29f71107b98a4283e9c5af8170ecef6 = new google.maps.Geocoder();g_f29f71107b98a4283e9c5af8170ecef6.geocode( { 'address': "38 E Roseville Rd, Lancaster, PA 17601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-union-community-bank---roseville').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-union-community-bank---roseville'), mapOptions);}document.getElementById('efbbe49b').innerHTML += ' | View Map';var $lf29f71107b98a4283e9c5af8170ecef6 = '

Union Community Bank - Roseville

Address: 38 E Roseville Rd, Lancaster, PA 17601, USA
Phone: (717) 581-0948
';var m_f29f71107b98a4283e9c5af8170ecef6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Community Bank - Roseville',});m_f29f71107b98a4283e9c5af8170ecef6['infowindow'] = new google.maps.InfoWindow({content: $lf29f71107b98a4283e9c5af8170ecef6});var infowindow = new google.maps.InfoWindow({content: $lf29f71107b98a4283e9c5af8170ecef6});google.maps.event.addListener(m_f29f71107b98a4283e9c5af8170ecef6, 'click', function() {infowindow.open(map,m_f29f71107b98a4283e9c5af8170ecef6);});$marker.push(m_f29f71107b98a4283e9c5af8170ecef6);}});}google.maps.event.addDomListener(window, 'load', initialize);