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.0802,-76.3417)};var g_b52d310fcbd748b53d3a30c784eb338d = new google.maps.Geocoder();g_b52d310fcbd748b53d3a30c784eb338d.geocode( { 'address': "1589 Commerce Dr, Lancaster, PA 17601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-PA-our-family-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-PA-our-family-federal-credit-union'), mapOptions);}document.getElementById('5c8218a4').innerHTML += ' | View Map';var $lb52d310fcbd748b53d3a30c784eb338d = '

Our Family Federal Credit Union

Address: 1589 Commerce Dr, Lancaster, PA 17601, USA
Phone: (717) 560-1576
';var m_b52d310fcbd748b53d3a30c784eb338d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Our Family Federal Credit Union',});m_b52d310fcbd748b53d3a30c784eb338d['infowindow'] = new google.maps.InfoWindow({content: $lb52d310fcbd748b53d3a30c784eb338d});var infowindow = new google.maps.InfoWindow({content: $lb52d310fcbd748b53d3a30c784eb338d});google.maps.event.addListener(m_b52d310fcbd748b53d3a30c784eb338d, 'click', function() {infowindow.open(map,m_b52d310fcbd748b53d3a30c784eb338d);});$marker.push(m_b52d310fcbd748b53d3a30c784eb338d);}});}google.maps.event.addDomListener(window, 'load', initialize);