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.039,-76.2684)};var g_f4f63e527935e0ffe843235d4131a223 = new google.maps.Geocoder();g_f4f63e527935e0ffe843235d4131a223.geocode( { 'address': "1625 Old Philadelphia Pike, Lancaster, PA 17602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-union-community-bank---hacc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-union-community-bank---hacc'), mapOptions);}document.getElementById('6d489f8c').innerHTML += ' | View Map';var $lf4f63e527935e0ffe843235d4131a223 = '

Union Community Bank - HACC

Address: 1625 Old Philadelphia Pike, Lancaster, PA 17602, USA
Phone: (717) 735-3626
';var m_f4f63e527935e0ffe843235d4131a223 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Community Bank - HACC',});m_f4f63e527935e0ffe843235d4131a223['infowindow'] = new google.maps.InfoWindow({content: $lf4f63e527935e0ffe843235d4131a223});var infowindow = new google.maps.InfoWindow({content: $lf4f63e527935e0ffe843235d4131a223});google.maps.event.addListener(m_f4f63e527935e0ffe843235d4131a223, 'click', function() {infowindow.open(map,m_f4f63e527935e0ffe843235d4131a223);});$marker.push(m_f4f63e527935e0ffe843235d4131a223);}});}google.maps.event.addDomListener(window, 'load', initialize);