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(39.9037,-76.6079)};var g_ffc87aa6d02f68087d1978176980b783 = new google.maps.Geocoder();g_ffc87aa6d02f68087d1978176980b783.geocode( { 'address': "13 Dairyland Square, Red Lion, PA 17356"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lion-PA-white-rose-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('red-lion-PA-white-rose-credit-union'), mapOptions);}document.getElementById('88d5668e').innerHTML += ' | View Map';var $lffc87aa6d02f68087d1978176980b783 = '

White Rose Credit Union

Address: 13 Dairyland Square, Red Lion, PA 17356
Phone: (717) 244-4586
';var m_ffc87aa6d02f68087d1978176980b783 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'White Rose Credit Union',});m_ffc87aa6d02f68087d1978176980b783['infowindow'] = new google.maps.InfoWindow({content: $lffc87aa6d02f68087d1978176980b783});var infowindow = new google.maps.InfoWindow({content: $lffc87aa6d02f68087d1978176980b783});google.maps.event.addListener(m_ffc87aa6d02f68087d1978176980b783, 'click', function() {infowindow.open(map,m_ffc87aa6d02f68087d1978176980b783);});$marker.push(m_ffc87aa6d02f68087d1978176980b783);}});}google.maps.event.addDomListener(window, 'load', initialize);